diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2018-11-29 13:10:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-29 13:10:44 +0100 |
| commit | 2d3236c68f81425c2ac8c57cbf6788a257230121 (patch) | |
| tree | 4e7ccb97be856d6b9d82ce9a1c475885544b5fd8 /src/libsyntax | |
| parent | d1b0681bd79d1be15858ed5adc1e6789ab854cdf (diff) | |
| parent | 6494f1e60e1931ac62eaef0a203bcb013fd77acf (diff) | |
| download | rust-2d3236c68f81425c2ac8c57cbf6788a257230121.tar.gz rust-2d3236c68f81425c2ac8c57cbf6788a257230121.zip | |
Rollup merge of #56257 - mark-i-m:rustc-guide-links, r=nikomatsakis
rustc-guide has moved to rust-lang/ r? @nikomatsakis
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libsyntax/README.md b/src/libsyntax/README.md index 7214203830e..daa252ef455 100644 --- a/src/libsyntax/README.md +++ b/src/libsyntax/README.md @@ -5,5 +5,5 @@ lexer, macro expander, and utilities for traversing ASTs. For more information about how these things work in rustc, see the rustc guide: -- [Parsing](https://rust-lang-nursery.github.io/rustc-guide/the-parser.html) -- [Macro Expansion](https://rust-lang-nursery.github.io/rustc-guide/macro-expansion.html) +- [Parsing](https://rust-lang.github.io/rustc-guide/the-parser.html) +- [Macro Expansion](https://rust-lang.github.io/rustc-guide/macro-expansion.html) |
