You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/code-search/code-navigation/precise_code_navigation.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Precise code navigation relies on the open source [SCIP Code Intelligence Protoc
32
32
-[Index a Python repository](https://sourcegraph.com/github.com/sourcegraph/scip-python)
33
33
-[Index a Ruby repository](https://sourcegraph.com/github.com/sourcegraph/scip-ruby)
34
34
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.
36
36
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.
37
37
4. Set up **auto-dependency indexing** to navigate and search through the dependencies your code uses:
38
38
-**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:
76
76
77
77
<QuickLinks>
78
78
<QuickLinkhref="/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
-
<QuickLinkhref="/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
+
<QuickLinkhref="/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." />
0 commit comments