summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiwic <diwic@users.noreply.github.com>2018-11-24 15:36:57 +0100
committerEmilio Cobos Álvarez <emilio@crisal.io>2018-11-24 15:36:57 +0100
commitef61e7cc9600c3643be0736fb681d1e2c5958960 (patch)
treefd97b6817e4c1fa699241fddfa271f2b8dc6f4f9
parent68d0af91e58d8ae4c384fb8ae48153dd3ddb7e0a (diff)
Update broken links: Rust-lang-nursery => Rust-lang (#1447)
* Fix broken link to user's guide * rust-lang-nursery => rust-lang * rust-lang-nusery => rust-lang
-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