Skip to content

Commit ea5db23

Browse files
committed
Remove -nursery from urls
1 parent 711d17f commit ea5db23

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ name = "compiler_builtins"
44
version = "0.1.19"
55
license = "MIT/Apache-2.0"
66
readme = "README.md"
7-
repository = "https://github.com/rust-lang-nursery/compiler-builtins"
8-
homepage = "https://github.com/rust-lang-nursery/compiler-builtins"
7+
repository = "https://github.com/rust-lang/compiler-builtins"
8+
homepage = "https://github.com/rust-lang/compiler-builtins"
99
documentation = "https://docs.rs/compiler_builtins"
1010
description = """
1111
Compiler intrinsics used by the Rust compiler. Also available for other targets

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ building:
1919
``` toml
2020
# Cargo.toml
2121
[dependencies]
22-
compiler_builtins = { git = "https://github.com/rust-lang-nursery/compiler-builtins" }
22+
compiler_builtins = { git = "https://github.com/rust-lang/compiler-builtins" }
2323
```
2424

2525
``` rust
@@ -40,11 +40,11 @@ implementation as well for unimplemented intrinsics:
4040

4141
```toml
4242
[dependencies.compiler_builtins]
43-
git = "https://github.com/rust-lang-nursery/compiler-builtins"
43+
git = "https://github.com/rust-lang/compiler-builtins"
4444
features = ["c"]
4545
```
4646

47-
[an issue]: https://github.com/rust-lang-nursery/compiler-builtins/issues
47+
[an issue]: https://github.com/rust-lang/compiler-builtins/issues
4848

4949
## Contributing
5050

@@ -61,8 +61,8 @@ features = ["c"]
6161

6262
[1]: https://github.com/rust-lang/compiler-rt/tree/8598065bd965d9713bfafb6c1e766d63a7b17b89/test/builtins/Unit
6363
[2]: https://github.com/rust-lang/compiler-rt/tree/8598065bd965d9713bfafb6c1e766d63a7b17b89/lib/builtins
64-
[3]: https://github.com/rust-lang-nursery/compiler-builtins/blob/0ba07e49264a54cb5bbd4856fcea083bb3fbec15/build.rs#L180-L265
65-
[4]: https://travis-ci.org/rust-lang-nursery/compiler-builtins
64+
[3]: https://github.com/rust-lang/compiler-builtins/blob/0ba07e49264a54cb5bbd4856fcea083bb3fbec15/build.rs#L180-L265
65+
[4]: https://travis-ci.org/rust-lang/compiler-builtins
6666

6767
### Porting Reminders
6868

0 commit comments

Comments
 (0)