Skip to content

Commit aee2d9a

Browse files
docs: Update Readme with links + case convention. (#45)
1 parent 9ecfdee commit aee2d9a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

cmd/Readme.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
SCIP (pronounciation: "skip") is a language-agnostic protocol
44
for indexing source code,
55
which can be used to power code navigation functionality
6-
such as Go to Definition, Find References, and Find Implementations.
6+
such as Go to definition, Find references, and Find implementations.
77

88
This repository includes:
99

@@ -14,6 +14,13 @@ This repository includes:
1414
- The [`scip` CLI](#scip-cli-reference) makes SCIP indexes
1515
a breeze to work with.
1616

17+
If you're interested in better understanding the motivation behind SCIP,
18+
check out the [announcement blog post](https://about.sourcegraph.com/blog/announcing-scip).
19+
20+
If you're interested in writing a new indexer that emits SCIP,
21+
check out our documentation on
22+
[how to write an indexer](https://docs.sourcegraph.com/code_intelligence/explanations/writing_an_indexer).
23+
1724
<!-- TODO: Link to announcement blog post for "Why SCIP?"
1825
or copy content from it here once the post is ready. -->
1926

0 commit comments

Comments
 (0)