Skip to content

Commit a518278

Browse files
authored
Update precise_code_navigation.mdx (#1096)
Fix broken links <!-- Explain the changes introduced in your PR --> ## Pull Request approval You will need to get your PR approved by at least one member of the Sourcegraph team. For reviews of docs formatting, styles, and component usage, please tag the docs team via the #docs Slack channel.
1 parent b01acba commit a518278

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/code-search/code-navigation/precise_code_navigation.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Precise code navigation relies on the open source [SCIP Code Intelligence Protoc
3232
- [Index a Python repository](https://sourcegraph.com/github.com/sourcegraph/scip-python)
3333
- [Index a Ruby repository](https://sourcegraph.com/github.com/sourcegraph/scip-ruby)
3434

35-
2. [**Automate indexing via CI**](/code_navigation/how-to/adding_lsif_to_workflows): Add indexing and uploading to your CI setup.
35+
2. [**Automate indexing via CI**](/code_navigation/how-to/adding_scip_to_workflows): Add indexing and uploading to your CI setup.
3636
3. [**Auto-indexing**](/code-search/code-navigation/auto_indexing#enable-auto-indexing): Sourcegraph will automatically index your repositories and enable precise code navigation for them.
3737
4. Set up **auto-dependency indexing** to navigate and search through the dependencies your code uses:
3838
- **Go**: Enable [auto-indexing](/code-search/code-navigation/auto_indexing) and Sourcegraph will start indexing your dependencies.
@@ -76,5 +76,5 @@ The following repositories have precise code navigation enabled:
7676

7777
<QuickLinks>
7878
<QuickLink href="/code-search/code-navigation/writing_an_indexer" icon="installation" imgAlt="Code Navigation" title="Writing a SCIP indexer" description="Learn how you can write an indexer to emit SCIP for code navigation in Sourcegraph." />
79-
<QuickLink href="/code-search/code-navigation/how-to/adding_lsif_to_workflows" icon="lightbulb" imgAlt="Code Navigation" title="Adding precise code navigation to CI/CD workflows" description="Learn how to add precise code navigation to CI/CD workflows to Sourcegraph." />
79+
<QuickLink href="/code-search/code-navigation/how-to/adding_scip_to_workflows" icon="lightbulb" imgAlt="Code Navigation" title="Adding precise code navigation to CI/CD workflows" description="Learn how to add precise code navigation to CI/CD workflows to Sourcegraph." />
8080
</QuickLinks>

0 commit comments

Comments
 (0)