diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index c81d6485644..cf6046a5ac7 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ Servo's build system automatically downloads a Rust compiler to build itself. This is normally a specific revision of Rust upstream, but sometimes has a backported patch or two. If you'd like to know which nightly build of Rust we use, see -`rust-nightly-date`. +[`rust-nightly-date`](https://github.com/servo/servo/blob/master/rust-nightly-date). ## Building |