From 6c239bb4001b9987fcfee42bf26677f2f6998cc6 Mon Sep 17 00:00:00 2001 From: Marc LeBlanc <7050295+marcleblanc2@users.noreply.github.com> Date: Wed, 9 Sep 2026 19:12:43 -0600 Subject: [PATCH 1/2] test: deliberately break links to exercise the check-links workflow Amp-Thread-ID: https://ampcode.com/threads/T-01a088d9-b8fd-76fd-ba93-3a416c5829a3 Co-authored-by: Amp --- docs/code-search/features.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/code-search/features.mdx b/docs/code-search/features.mdx index b86a4d8f3..7f70ffe08 100644 --- a/docs/code-search/features.mdx +++ b/docs/code-search/features.mdx @@ -53,7 +53,7 @@ Searching for symbols makes it easier to find specific functions, variables, and Saved searches let you save and describe search queries so you can easily monitor the results on an ongoing basis. You can create a saved search for anything, including diffs and commits across all branches of your repositories. Saved searches can be an early warning system for common problems in your code and a way to monitor best practices, the progress of refactors, etc. -## Search contexts +## Search context Search contexts help you search the code you care about on Sourcegraph. A search context represents a set of repositories at specific revisions on a Sourcegraph instance that will be targeted by search queries by default. @@ -148,3 +148,5 @@ This file picker is useful when comparing branches with thousands of changed fil - When viewing a file or directory, press the `y` key to expand the URL to its canonical form (with the full 40-character Git commit SHA). - To share a link to multi-line range in a file, click on the starting line number and shift-click on the ending line number (in the left-hand gutter). + +See [nowhere](/does/not/exist) and [bad anchor](/code-search/features#nope). From 434e7572786468ae93e124808b17e1238a20bca9 Mon Sep 17 00:00:00 2001 From: Marc LeBlanc <7050295+marcleblanc2@users.noreply.github.com> Date: Wed, 9 Sep 2026 20:05:57 -0600 Subject: [PATCH 2/2] Revert "test: deliberately break links to exercise the check-links workflow" This reverts commit 6c239bb4001b9987fcfee42bf26677f2f6998cc6. --- docs/code-search/features.mdx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/code-search/features.mdx b/docs/code-search/features.mdx index 7f70ffe08..b86a4d8f3 100644 --- a/docs/code-search/features.mdx +++ b/docs/code-search/features.mdx @@ -53,7 +53,7 @@ Searching for symbols makes it easier to find specific functions, variables, and Saved searches let you save and describe search queries so you can easily monitor the results on an ongoing basis. You can create a saved search for anything, including diffs and commits across all branches of your repositories. Saved searches can be an early warning system for common problems in your code and a way to monitor best practices, the progress of refactors, etc. -## Search context +## Search contexts Search contexts help you search the code you care about on Sourcegraph. A search context represents a set of repositories at specific revisions on a Sourcegraph instance that will be targeted by search queries by default. @@ -148,5 +148,3 @@ This file picker is useful when comparing branches with thousands of changed fil - When viewing a file or directory, press the `y` key to expand the URL to its canonical form (with the full 40-character Git commit SHA). - To share a link to multi-line range in a file, click on the starting line number and shift-click on the ending line number (in the left-hand gutter). - -See [nowhere](/does/not/exist) and [bad anchor](/code-search/features#nope).