Skip to content

Commit 0e694d9

Browse files
committed
Merge pull request #21164 from richo/doc/servo-link
doc: fix links to servo Reviewed-by: steveklabnik
2 parents 1a9a17a + 5e64675 commit 0e694d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/doc/complement-lang-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ There aren't many large programs yet. The Rust [compiler][rustc], 60,000+ lines
1010

1111
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.
1212

13-
[servo]: https://github.com/mozilla/servo
13+
[servo]: https://github.com/servo/servo
1414

1515
Some examples that demonstrate different aspects of the language:
1616

src/doc/complement-project-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ No. It started as a Graydon Hoare's part-time side project in 2006 and remained
3030

3131
# What will Mozilla use Rust for?
3232

33-
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)_.
33+
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)_.
3434

3535
# Why a BSD-style permissive license rather than MPL or tri-license?
3636

0 commit comments

Comments
 (0)