Skip to content

Commit 936bac3

Browse files
authored
fix link
1 parent b881deb commit 936bac3

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)