diff --git a/website/docs/extensions/cairo-language-server.md b/website/docs/extensions/cairo-language-server.md index 081733973..ad3109511 100644 --- a/website/docs/extensions/cairo-language-server.md +++ b/website/docs/extensions/cairo-language-server.md @@ -1,7 +1,7 @@ # Cairo Language Server Scarb is distributed with the `scarb cairo-language-server` extension which is a compilation of the official -[Cairo Language Server](https://github.com/starkware-libs/cairo/tree/main/crates/cairo-lang-language-server), +[Cairo Language Server](https://github.com/software-mansion/cairols), that is matching the version of Cairo compiler used in Scarb itself. Scarb's version of the language server is just a launcher for the original code, unmodified. @@ -9,5 +9,5 @@ Scarb's version of the language server is just a launcher for the original code, The Cairo Visual Studio Code extension will start language server from Scarb automatically. You do not need to take any further steps. -Consult extension's [documentation](https://github.com/starkware-libs/cairo/blob/main/vscode-cairo/README.md) +Consult extension's [documentation](https://github.com/software-mansion/vscode-cairo) for more detailed information.