diff --git a/docs/code-search/queries/examples.mdx b/docs/code-search/queries/examples.mdx index d98b04576..edbade39f 100644 --- a/docs/code-search/queries/examples.mdx +++ b/docs/code-search/queries/examples.mdx @@ -107,8 +107,8 @@ repo:^github\.com/Parsely/pykafka$ Not leader for partition Regex searches are also useful when searching boundaries that are not delimited by code structures: -[Finding css classes with word boundary regex](https://sourcegraph.com/search?q=repo:%5Egithub%5C.com/sourcegraph/sourcegraph%24+%5Cbbtn-secondary%5Cb&patternType=regexp) +[Finding css classes with word boundary regex](https://sourcegraph.com/search?q=repo:%5Egithub%5C.com/sourcegraph/+%5Cbbtn-secondary%5Cb&patternType=regexp) ```sgquery -repo:^github\.com/sourcegraph/sourcegraph$ \bbtn-secondary\b +repo:^github\.com/sourcegraph/ \bbtn-secondary\b ```