@@ -19,8 +19,7 @@ It has a number of features, including:
19
19
stable, beta, or nightly version of Rust.
20
20
1 . The top 100 popular crates (ranked by all-time downloads), crates
21
21
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!
24
23
1 . The ability to quickly load and save your code to a
25
24
GitHub [ Gist] [ gist ] and share it with your friends.
26
25
1 . [ rustfmt] [ ] and [ Clippy] [ clippy ] can be run against the source code.
@@ -29,8 +28,8 @@ It has a number of features, including:
29
28
30
29
[ Rust Cookbook ] : https://rust-lang-nursery.github.io/rust-cookbook/
31
30
[ 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
34
33
35
34
## Architecture
36
35
@@ -43,8 +42,8 @@ potential contributors! If you are interested in contributing, please
43
42
feel free to ask a question and we might even be able to point out
44
43
some useful resources.
45
44
46
- [ react ] : https://facebook.github.io/react /
47
- [ iron ] : http ://ironframework.io/
45
+ [ react ] : https://reactjs.org /
46
+ [ iron ] : https ://github.com/iron/iron
48
47
[ docker ] : https://www.docker.com/
49
48
50
49
## Resource Limits
0 commit comments