From 30bf61039f4777bfd927c3fec8b8a7cc0f8ae5eb Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 25 Sep 2019 11:20:14 -0700 Subject: [PATCH] Remove `-nursery` from urls --- library/compiler-builtins/Cargo.toml | 4 ++-- library/compiler-builtins/README.md | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/library/compiler-builtins/Cargo.toml b/library/compiler-builtins/Cargo.toml index 0705dbd9c32b..2e3c7038e664 100644 --- a/library/compiler-builtins/Cargo.toml +++ b/library/compiler-builtins/Cargo.toml @@ -4,8 +4,8 @@ name = "compiler_builtins" version = "0.1.19" license = "MIT/Apache-2.0" readme = "README.md" -repository = "https://github.com/rust-lang-nursery/compiler-builtins" -homepage = "https://github.com/rust-lang-nursery/compiler-builtins" +repository = "https://github.com/rust-lang/compiler-builtins" +homepage = "https://github.com/rust-lang/compiler-builtins" documentation = "https://docs.rs/compiler_builtins" description = """ Compiler intrinsics used by the Rust compiler. Also available for other targets diff --git a/library/compiler-builtins/README.md b/library/compiler-builtins/README.md index 262e9843d771..a20d038f8e9a 100644 --- a/library/compiler-builtins/README.md +++ b/library/compiler-builtins/README.md @@ -19,7 +19,7 @@ building: ``` toml # Cargo.toml [dependencies] -compiler_builtins = { git = "https://github.com/rust-lang-nursery/compiler-builtins" } +compiler_builtins = { git = "https://github.com/rust-lang/compiler-builtins" } ``` ``` rust @@ -40,11 +40,11 @@ implementation as well for unimplemented intrinsics: ```toml [dependencies.compiler_builtins] -git = "https://github.com/rust-lang-nursery/compiler-builtins" +git = "https://github.com/rust-lang/compiler-builtins" features = ["c"] ``` -[an issue]: https://github.com/rust-lang-nursery/compiler-builtins/issues +[an issue]: https://github.com/rust-lang/compiler-builtins/issues ## Contributing @@ -61,8 +61,8 @@ features = ["c"] [1]: https://github.com/rust-lang/compiler-rt/tree/8598065bd965d9713bfafb6c1e766d63a7b17b89/test/builtins/Unit [2]: https://github.com/rust-lang/compiler-rt/tree/8598065bd965d9713bfafb6c1e766d63a7b17b89/lib/builtins -[3]: https://github.com/rust-lang-nursery/compiler-builtins/blob/0ba07e49264a54cb5bbd4856fcea083bb3fbec15/build.rs#L180-L265 -[4]: https://travis-ci.org/rust-lang-nursery/compiler-builtins +[3]: https://github.com/rust-lang/compiler-builtins/blob/0ba07e49264a54cb5bbd4856fcea083bb3fbec15/build.rs#L180-L265 +[4]: https://travis-ci.org/rust-lang/compiler-builtins ### Porting Reminders