Skip to content

Commit 080b942

Browse files
authored
Update link in README (#185)
* doc: change link in README * doc: update link in tutorial
1 parent da4dc39 commit 080b942

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Rowan is a library for lossless syntax trees, inspired in part by
77
Swift's [libsyntax](https://github.com/apple/swift/tree/5e2c815edfd758f9b1309ce07bfc01c4bc20ec23/lib/Syntax).
88

9-
A conceptual overview is available in the [rust-analyzer repo](https://github.com/rust-analyzer/rust-analyzer/blob/master/docs/dev/syntax.md).
9+
A conceptual overview is available in the [rust-analyzer book](https://rust-analyzer.github.io/book/contributing/syntax.html).
1010

1111
See `examples/s_expressions` for a tutorial, and [rust-analyzer](https://github.com/rust-analyzer/rust-analyzer/) for real-world usage.
1212

examples/s_expressions.rs

+1-1
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)