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';
99import integer32Logo from './assets/integer32-logo.svg' ;
1010
1111const 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' ;
1313const MIRI_URL = 'https://github.com/rust-lang/miri' ;
1414const CRATES_IO_URL = 'https://crates.io/' ;
1515const RUST_COOKBOOK_URL = 'https://rust-lang-nursery.github.io/rust-cookbook/' ;
@@ -19,7 +19,7 @@ const I32_URL = 'http://integer32.com/';
1919const LOCALSTORAGE_URL = 'https://developer.mozilla.org/en-US/docs/Web/API/Web_Storage_API' ;
2020const ORIGINAL_PLAYGROUND_URL = 'https://github.com/rust-lang/rust-playpen' ;
2121const 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' ;
2323const SHEPMASTER_URL = 'https://github.com/shepmaster/' ;
2424const RUST_EDITION_2018_URL = 'https://doc.rust-lang.org/edition-guide/rust-2018/index.html' ;
2525
You can’t perform that action at this time.
0 commit comments