Skip to content

Commit d47cfe6

Browse files
committed
Remove -nursery from urls
1 parent 96690ec commit d47cfe6

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

libm/CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
corresponding issue.
1515
- :tada:
1616

17-
[issue tracker]: https://github.com/rust-lang-nursery/libm/issues
17+
[issue tracker]: https://github.com/rust-lang/libm/issues
1818
[src]: https://git.musl-libc.org/cgit/musl/tree/src/math
19-
[`src/math/truncf.rs`]: https://github.com/rust-lang-nursery/libm/blob/master/src/math/truncf.rs
19+
[`src/math/truncf.rs`]: https://github.com/rust-lang/libm/blob/master/src/math/truncf.rs
2020

2121
Check [PR #65] for an example.
2222

23-
[PR #65]: https://github.com/rust-lang-nursery/libm/pull/65
23+
[PR #65]: https://github.com/rust-lang/libm/pull/65
2424

2525
## Tips and tricks
2626

libm/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ documentation = "https://docs.rs/libm"
66
keywords = ["libm", "math"]
77
license = "MIT OR Apache-2.0"
88
name = "libm"
9-
repository = "https://github.com/rust-lang-nursery/libm"
9+
repository = "https://github.com/rust-lang/libm"
1010
version = "0.2.0"
1111
edition = "2018"
1212

libm/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ A port of [MUSL]'s libm to Rust.
77
## Goals
88

99
The short term goal of this library is to [enable math support (e.g. `sin`, `atan2`) for the
10-
`wasm32-unknown-unknown` target][wasm] (cf. [rust-lang-nursery/compiler-builtins][pr]). The longer
10+
`wasm32-unknown-unknown` target][wasm] (cf. [rust-lang/compiler-builtins][pr]). The longer
1111
term goal is to enable [math support in the `core` crate][core].
1212

13-
[wasm]: https://github.com/rust-lang-nursery/libm/milestone/1
14-
[pr]: https://github.com/rust-lang-nursery/compiler-builtins/pull/248
15-
[core]: https://github.com/rust-lang-nursery/libm/milestone/2
13+
[wasm]: https://github.com/rust-lang/libm/milestone/1
14+
[pr]: https://github.com/rust-lang/compiler-builtins/pull/248
15+
[core]: https://github.com/rust-lang/libm/milestone/2
1616

1717
## Already usable
1818

0 commit comments

Comments
 (0)