From 77e8e739ae63b87fdffc4994223c1c07a8b737c6 Mon Sep 17 00:00:00 2001 From: morgangauth <113058716+morgangauth@users.noreply.github.com> Date: Wed, 30 Oct 2024 12:26:38 -0700 Subject: [PATCH] Update server-side.mdx Fix typo which was breaking link for "File mounts are a powerful way to run custom files without directly embedding the files in your batch spec." --- docs/batch-changes/server-side.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/batch-changes/server-side.mdx b/docs/batch-changes/server-side.mdx index c4629596d..55418fcfa 100644 --- a/docs/batch-changes/server-side.mdx +++ b/docs/batch-changes/server-side.mdx @@ -39,7 +39,7 @@ By default, docker on mac will build docker images for `linux/arm64`, which will Running a batch spec server-side with file mounts is currently only supported with [Sourcegraph CLI](https://github.com/sourcegraph/src-cli). -File [`mounts`](/batch-changes/batch-spec-yaml-referencee#stepsmount) are a powerful way to run custom files without directly embedding the files in your batch spec. +File [`mounts`](/batch-changes/batch-spec-yaml-reference#stepsmount) are a powerful way to run custom files without directly embedding the files in your batch spec. ### Writing a batch spec