about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2018-11-29 13:10:44 +0100
committerGitHub <noreply@github.com>2018-11-29 13:10:44 +0100
commit2d3236c68f81425c2ac8c57cbf6788a257230121 (patch)
tree4e7ccb97be856d6b9d82ce9a1c475885544b5fd8 /src/libsyntax
parentd1b0681bd79d1be15858ed5adc1e6789ab854cdf (diff)
parent6494f1e60e1931ac62eaef0a203bcb013fd77acf (diff)
downloadrust-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.md4
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)