]> git.lizzy.rs Git - rust.git/commitdiff
doc: fix links to servo
authorRicho Healey <richo@psych0tik.net>
Thu, 15 Jan 2015 00:13:33 +0000 (16:13 -0800)
committerRicho Healey <richo@psych0tik.net>
Thu, 15 Jan 2015 00:13:58 +0000 (16:13 -0800)
src/doc/complement-lang-faq.md
src/doc/complement-project-faq.md

index a9a9e0858ec6b7cc387a5b48d2d09b8c5f166b24..8238dd3a5ba42d7dcfffc4647a524c08b91b0652 100644 (file)
@@ -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:
 
index 1b463d77693534fa8bb1f6404abd9196f60c16af..bb1805d694fd090e6085690aeef069042dc19656 100644 (file)
@@ -30,7 +30,7 @@ No. It started as a Graydon Hoare's part-time side project in 2006 and remained
 
 # What will Mozilla use Rust for?
 
-Mozilla intends to use Rust as a platform for prototyping experimental browser architectures. Specifically, the hope is to develop a browser that is more amenable to parallelization than existing ones, while also being less prone to common C++ coding errors that result in security exploits. The name of that project is _[Servo](http://github.com/mozilla/servo)_.
+Mozilla intends to use Rust as a platform for prototyping experimental browser architectures. Specifically, the hope is to develop a browser that is more amenable to parallelization than existing ones, while also being less prone to common C++ coding errors that result in security exploits. The name of that project is _[Servo](http://github.com/servo/servo)_.
 
 # Why a BSD-style permissive license rather than MPL or tri-license?