diff --git a/src/doc/installation.md b/src/doc/installation.md index f8b9eea..3396b48 100644 --- a/src/doc/installation.md +++ b/src/doc/installation.md @@ -7,7 +7,7 @@ nav_order: 3 # Installation {: .note } -Installation requires a [local Rust and Cargo installation](https://doc.rust-lang.org/cargo/getting-started/installation.html). +This step requires a [local Rust and Cargo installation](https://doc.rust-lang.org/cargo/getting-started/installation.html). Checkout the code from the [Git repository](https://github.com/oxlip-lang/oal) and run: @@ -15,4 +15,4 @@ Checkout the code from the [Git repository](https://github.com/oxlip-lang/oal) a cargo install --path oal-client ``` -A [VSCode language extension](https://github.com/oxlip-lang/oal-vscode) is also available for syntax highlighting and IDE integration. +A [VSCode language extension](https://marketplace.visualstudio.com/items?itemName=e7bastien.oxlip-lang) is also available for syntax highlighting and IDE integration. diff --git a/src/doc/usage.md b/src/doc/usage.md index 29390e2..9917ea5 100644 --- a/src/doc/usage.md +++ b/src/doc/usage.md @@ -34,4 +34,4 @@ target = "openapi.yaml" ## LSP server The `oal-lsp` binary is the LSP server for integration with Visual Studio Code. -The installation path to the `oal-lsp` binary must be given to the [VSCode language extension](https://github.com/oxlip-lang/oal-vscode). \ No newline at end of file +The installation path to the `oal-lsp` binary must be given to the [VSCode language extension](https://marketplace.visualstudio.com/items?itemName=e7bastien.oxlip-lang). \ No newline at end of file