about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorNiko Matsakis <niko@alum.mit.edu>2018-01-17 09:53:45 -0500
committerNiko Matsakis <niko@alum.mit.edu>2018-01-17 09:53:45 -0500
commit0241b587623c0f91c82f0a03952b79159d98b84e (patch)
treefa5804e2e9b3737ae7b7ae2756deb6de825bc6d9 /src/doc/rustc-dev-guide
parent787a30042b438827636d67f63beef76917b82f6f (diff)
add link to gh-pages
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/README.md b/src/doc/rustc-dev-guide/README.md
index beb2507cd21..5ff51de2b73 100644
--- a/src/doc/rustc-dev-guide/README.md
+++ b/src/doc/rustc-dev-guide/README.md
@@ -3,6 +3,8 @@ works. The aim of the guide is to help new contributors get oriented
 to rustc, as well as to help more experienced folks in figuring out
 some new part of the compiler that they haven't worked on before.
 
+[You can read the latest version of the guide here.](https://rust-lang-nursery.github.io/rustc-guide/)
+
 The guide can be useful today, but it has a lot of work still go.
 Once it gets more complete, the plan is probably to move it into the
 [main Rust repository](https://github.com/rust-lang/rust/).