@@ -19,8 +19,7 @@ It has a number of features, including:
1919 stable, beta, or nightly version of Rust.
20201 . 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!
24231 . The ability to quickly load and save your code to a
2524 GitHub [ Gist] [ gist ] and share it with your friends.
26251 . [ 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
4342feel free to ask a question and we might even be able to point out
4443some 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