Skip to content

Commit 4ea01d8

Browse files
committed
Update outdated links
1 parent dd8a8cd commit 4ea01d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/frontend/Help.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import styles from './Help.module.css';
99
import integer32Logo from './assets/integer32-logo.svg';
1010

1111
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';
1313
const MIRI_URL = 'https://github.com/rust-lang/miri';
1414
const CRATES_IO_URL = 'https://crates.io/';
1515
const RUST_COOKBOOK_URL = 'https://rust-lang-nursery.github.io/rust-cookbook/';
@@ -19,7 +19,7 @@ const I32_URL = 'http://integer32.com/';
1919
const LOCALSTORAGE_URL = 'https://developer.mozilla.org/en-US/docs/Web/API/Web_Storage_API';
2020
const ORIGINAL_PLAYGROUND_URL = 'https://github.com/rust-lang/rust-playpen';
2121
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';
2323
const SHEPMASTER_URL = 'https://github.com/shepmaster/';
2424
const RUST_EDITION_2018_URL = 'https://doc.rust-lang.org/edition-guide/rust-2018/index.html';
2525

0 commit comments

Comments
 (0)