summary refs log tree commit diff
path: root/src/doc/complement-lang-faq.md
diff options
context:
space:
mode:
authorRicho Healey <richo@psych0tik.net>2015-01-14 16:13:33 -0800
committerRicho Healey <richo@psych0tik.net>2015-01-14 16:13:58 -0800
commit5e646755f4c5fc7ccdbb6b40d61010f2b1c25fe5 (patch)
tree721b499a930bb3eab290f3939d0ef89f07cd9f42 /src/doc/complement-lang-faq.md
parent896cb36ecab3eaeb7f101087e030e43771eca5ca (diff)
downloadrust-5e646755f4c5fc7ccdbb6b40d61010f2b1c25fe5.tar.gz
rust-5e646755f4c5fc7ccdbb6b40d61010f2b1c25fe5.zip
doc: fix links to servo
Diffstat (limited to 'src/doc/complement-lang-faq.md')
-rw-r--r--src/doc/complement-lang-faq.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/complement-lang-faq.md b/src/doc/complement-lang-faq.md
index a9a9e0858ec..8238dd3a5ba 100644
--- a/src/doc/complement-lang-faq.md
+++ b/src/doc/complement-lang-faq.md
@@ -10,7 +10,7 @@ There aren't many large programs yet. The Rust [compiler][rustc], 60,000+ lines
 
 A research browser engine called [Servo][servo], currently 30,000+ lines across more than a dozen crates, will be exercising a lot of Rust's distinctive type-system and concurrency features, and integrating many native libraries.
 
-[servo]: https://github.com/mozilla/servo
+[servo]: https://github.com/servo/servo
 
 Some examples that demonstrate different aspects of the language: