Skip to content

Commit a6603fc

Browse files
committed
Auto merge of #14171 - Ethan-000:master, r=matklad
fix link Fixes #14170
2 parents b881deb + 936bac3 commit a6603fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev/architecture.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ See [#93](https://github.com/rust-lang/rust-analyzer/pull/93) for an example PR
119119
**Architecture Invariant:** `syntax` crate is completely independent from the rest of rust-analyzer. It knows nothing about salsa or LSP.
120120
This is important because it is possible to make useful tooling using only the syntax tree.
121121
Without semantic information, you don't need to be able to _build_ code, which makes the tooling more robust.
122-
See also https://web.stanford.edu/~mlfbrown/paper.pdf.
122+
See also https://mlfbrown.com/paper.pdf.
123123
You can view the `syntax` crate as an entry point to rust-analyzer.
124124
`syntax` crate is an **API Boundary**.
125125

0 commit comments

Comments
 (0)