about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorLaurențiu Nicola <lnicola@dend.ro>2023-02-20 10:14:12 +0200
committerLaurențiu Nicola <lnicola@dend.ro>2023-02-20 10:14:12 +0200
commit7e711da2f07778d62f6411de5da520f1e260d761 (patch)
tree323737a55a6a0ed6962bf1eadc3459edff92e5a5 /docs
parentbc45c7659a4668206922c290dfc1b78b7e57d375 (diff)
downloadrust-7e711da2f07778d62f6411de5da520f1e260d761.tar.gz
rust-7e711da2f07778d62f6411de5da520f1e260d761.zip
:arrow_up: rust-analyzer
Diffstat (limited to 'docs')
-rw-r--r--docs/dev/architecture.md2
-rw-r--r--docs/dev/lsp-extensions.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/dev/architecture.md b/docs/dev/architecture.md
index a07cf036e06..895de5798ac 100644
--- a/docs/dev/architecture.md
+++ b/docs/dev/architecture.md
@@ -119,7 +119,7 @@ See [#93](https://github.com/rust-lang/rust-analyzer/pull/93) for an example PR
 **Architecture Invariant:** `syntax` crate is completely independent from the rest of rust-analyzer. It knows nothing about salsa or LSP.
 This is important because it is possible to make useful tooling using only the syntax tree.
 Without semantic information, you don't need to be able to _build_ code, which makes the tooling more robust.
-See also https://web.stanford.edu/~mlfbrown/paper.pdf.
+See also https://mlfbrown.com/paper.pdf.
 You can view the `syntax` crate as an entry point to rust-analyzer.
 `syntax` crate is an **API Boundary**.
 
diff --git a/docs/dev/lsp-extensions.md b/docs/dev/lsp-extensions.md
index a794e866181..c3623a5cc46 100644
--- a/docs/dev/lsp-extensions.md
+++ b/docs/dev/lsp-extensions.md
@@ -1,5 +1,5 @@
 <!---
-lsp_ext.rs hash: ec29403e67dfd15b
+lsp_ext.rs hash: d87477896dfe41d4
 
 If you need to change the above hash to make the test pass, please check if you
 need to adjust this doc as well and ping this issue: