Skip to content

Commit bc60328

Browse files
authored
Fix LS links in docs (#1879)
1 parent 3bc0981 commit bc60328

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Cairo Language Server
22

33
Scarb is distributed with the `scarb cairo-language-server` extension which is a compilation of the official
4-
[Cairo Language Server](https://github.com/starkware-libs/cairo/tree/main/crates/cairo-lang-language-server),
4+
[Cairo Language Server](https://github.com/software-mansion/cairols),
55
that is matching the version of Cairo compiler used in Scarb itself.
66
Scarb's version of the language server is just a launcher for the original code, unmodified.
77

88
## Visual Studio Code
99

1010
The Cairo Visual Studio Code extension will start language server from Scarb automatically.
1111
You do not need to take any further steps.
12-
Consult extension's [documentation](https://github.com/starkware-libs/cairo/blob/main/vscode-cairo/README.md)
12+
Consult extension's [documentation](https://github.com/software-mansion/vscode-cairo)
1313
for more detailed information.

0 commit comments

Comments
 (0)