summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/ISSUE_TEMPLATE.md2
-rw-r--r--Cargo.toml6
-rw-r--r--README.md2
3 files changed, 5 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 813aa07f..442e0786 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -14,7 +14,7 @@
// Use the `--dump-preprocessed-input` flag or the
// `bindgen::Builder::dump_preprocessed_input` method to make your test case
// standalone and without `#include`s, and then use C-Reduce to minimize it:
-// https://github.com/rust-lang-nursery/rust-bindgen/blob/master/CONTRIBUTING.md#using-creduce-to-minimize-test-cases
+// https://github.com/rust-lang/rust-bindgen/blob/master/CONTRIBUTING.md#using-creduce-to-minimize-test-cases
```
### Bindgen Invocation
diff --git a/Cargo.toml b/Cargo.toml
index 6475022b..8e8945ca 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,9 +11,9 @@ categories = ["external-ffi-bindings", "development-tools::ffi"]
license = "BSD-3-Clause"
name = "bindgen"
readme = "README.md"
-repository = "https://github.com/rust-lang-nursery/rust-bindgen"
+repository = "https://github.com/rust-lang/rust-bindgen"
documentation = "https://docs.rs/bindgen"
-homepage = "https://rust-lang-nursery.github.io/rust-bindgen/"
+homepage = "https://rust-lang.github.io/rust-bindgen/"
version = "0.43.2"
build = "build.rs"
@@ -27,7 +27,7 @@ include = [
]
[badges]
-travis-ci = { repository = "rust-lang-nursery/rust-bindgen" }
+travis-ci = { repository = "rust-lang/rust-bindgen" }
[lib]
path = "src/lib.rs"
diff --git a/README.md b/README.md
index 27cefbff..5e412aa2 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ extern "C" {
## Users Guide
-[📚 Read the `bindgen` users guide here! 📚](https://rust-lang-nursery.github.io/rust-bindgen)
+[📚 Read the `bindgen` users guide here! 📚](https://rust-lang.github.io/rust-bindgen)
## API Reference