File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import styles from './Help.module.css';
9
9
import integer32Logo from './assets/integer32-logo.svg' ;
10
10
11
11
const ACE_URL = 'https://github.com/ajaxorg/ace' ;
12
- const CLIPPY_URL = 'https://github.com/Manishearth /rust-clippy' ;
12
+ const CLIPPY_URL = 'https://github.com/rust-lang /rust-clippy' ;
13
13
const MIRI_URL = 'https://github.com/rust-lang/miri' ;
14
14
const CRATES_IO_URL = 'https://crates.io/' ;
15
15
const RUST_COOKBOOK_URL = 'https://rust-lang-nursery.github.io/rust-cookbook/' ;
@@ -19,7 +19,7 @@ const I32_URL = 'http://integer32.com/';
19
19
const LOCALSTORAGE_URL = 'https://developer.mozilla.org/en-US/docs/Web/API/Web_Storage_API' ;
20
20
const ORIGINAL_PLAYGROUND_URL = 'https://github.com/rust-lang/rust-playpen' ;
21
21
const REPO_URL = 'https://github.com/rust-lang/rust-playground' ;
22
- const RUSTFMT_URL = 'https://github.com/rust-lang-nursery /rustfmt' ;
22
+ const RUSTFMT_URL = 'https://github.com/rust-lang/rustfmt' ;
23
23
const SHEPMASTER_URL = 'https://github.com/shepmaster/' ;
24
24
const RUST_EDITION_2018_URL = 'https://doc.rust-lang.org/edition-guide/rust-2018/index.html' ;
25
25
You can’t perform that action at this time.
0 commit comments