Skip to content

Commit 742055e

Browse files
authored
Update Roslyn link in syntax.md
Eric Lippert has a new blog that he keeps updating, update the link to that
1 parent 23c8896 commit 742055e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev/syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The syntax tree consists of three layers:
3535
* AST
3636

3737
Of these, only GreenNodes store the actual data, the other two layers are (non-trivial) views into green tree.
38-
Red-green terminology comes from Roslyn ([link](https://docs.microsoft.com/en-ie/archive/blogs/ericlippert/persistence-facades-and-roslyns-red-green-trees)) and gives the name to the `rowan` library. Green and syntax nodes are defined in rowan, ast is defined in rust-analyzer.
38+
Red-green terminology comes from Roslyn ([link](https://ericlippert.com/2012/06/08/red-green-trees/)) and gives the name to the `rowan` library. Green and syntax nodes are defined in rowan, ast is defined in rust-analyzer.
3939

4040
Syntax trees are a semi-transient data structure.
4141
In general, frontend does not keep syntax trees for all files in memory.

0 commit comments

Comments
 (0)