Skip to content

Commit d725a34

Browse files
fix link in doc
1 parent 4e97c36 commit d725a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/s_expressions.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//!
88
//! It's suggested to read the conceptual overview of the design
99
//! alongside this tutorial:
10-
//! https://github.com/rust-analyzer/rust-analyzer/blob/master/docs/dev/syntax.md
10+
//! https://rust-analyzer.github.io/book/contributing/syntax.html
1111
1212
/// Let's start with defining all kinds of tokens and
1313
/// composite nodes.

0 commit comments

Comments
 (0)