Skip to content

Commit bf35fc9

Browse files
authored
Merge pull request #674 from ibraheemdev/patch-1
Update README.md
2 parents 5ed654e + 50e6a86 commit bf35fc9

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ It has a number of features, including:
1919
stable, beta, or nightly version of Rust.
2020
1. The top 100 popular crates (ranked by all-time downloads), crates
2121
that are part of the [Rust Cookbook][] and all of their
22-
dependencies are available for use. Just add `extern foo` to use
23-
them!
22+
dependencies are available for use!
2423
1. The ability to quickly load and save your code to a
2524
GitHub [Gist][gist] and share it with your friends.
2625
1. [rustfmt][] and [Clippy][clippy] can be run against the source code.
@@ -29,8 +28,8 @@ It has a number of features, including:
2928

3029
[Rust Cookbook]: https://rust-lang-nursery.github.io/rust-cookbook/
3130
[gist]: https://gist.github.com/
32-
[rustfmt]: https://github.com/rust-lang-nursery/rustfmt
33-
[clippy]: https://github.com/Manishearth/rust-clippy
31+
[rustfmt]: https://github.com/rust-lang/rustfmt
32+
[clippy]: https://github.com/rust-lang/rust-clippy
3433

3534
## Architecture
3635

@@ -43,8 +42,8 @@ potential contributors! If you are interested in contributing, please
4342
feel free to ask a question and we might even be able to point out
4443
some useful resources.
4544

46-
[react]: https://facebook.github.io/react/
47-
[iron]: http://ironframework.io/
45+
[react]: https://reactjs.org/
46+
[iron]: https://github.com/iron/iron
4847
[docker]: https://www.docker.com/
4948

5049
## Resource Limits

0 commit comments

Comments
 (0)