diff options
author | diwic <diwic@users.noreply.github.com> | 2018-11-24 15:36:57 +0100 |
---|---|---|
committer | Emilio Cobos Γlvarez <emilio@crisal.io> | 2018-11-24 15:36:57 +0100 |
commit | ef61e7cc9600c3643be0736fb681d1e2c5958960 (patch) | |
tree | fd97b6817e4c1fa699241fddfa271f2b8dc6f4f9 | |
parent | 68d0af91e58d8ae4c384fb8ae48153dd3ddb7e0a (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.md | 2 | ||||
-rw-r--r-- | Cargo.toml | 6 | ||||
-rw-r--r-- | README.md | 2 |
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 @@ -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" @@ -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 |