diff options
author | bors-servo <release+servo@mozilla.com> | 2014-02-25 16:01:38 -0500 |
---|---|---|
committer | bors-servo <release+servo@mozilla.com> | 2014-02-25 16:01:38 -0500 |
commit | 98170e67c07c3d7615008be1e334578f63fef779 (patch) | |
tree | 2ad08820db3243102b8306bdfaa95fff38f73020 | |
parent | e006c111f583bb327f9b83cedcbf7a7fbcc3123c (diff) | |
parent | a7b4c0723cf28c6e37ff6ad4d5e6f69956b83016 (diff) | |
download | servo-98170e67c07c3d7615008be1e334578f63fef779.tar.gz servo-98170e67c07c3d7615008be1e334578f63fef779.zip |
auto merge of #1753 : kmcallister/servo/readme-link, r=SimonSapin
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 24dea8ca179..6443b1a017d 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ On Debian-based Linuxes (cross-compilation for Android): sudo apt-get install autoconf2.13 curl libtool ia32-libs ``` And it needs pre-installed Android tools. -See wiki for [details](https://github.com/mozilla/servo/wiki/Doc-building-for-android) +See wiki for [details](https://github.com/mozilla/servo/wiki/Building-for-Android) Servo builds its own copy of Rust, so there is no need to provide a Rust |