summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Buitenhuis <roy.buitenhuis94@gmail.com>2018-12-10 11:50:40 +0100
committerGitHub <noreply@github.com>2018-12-10 11:50:40 +0100
commit7b08af4726278ef6d31f75f6687ad7c2805b2d24 (patch)
treefe483969b33c2966e35651b0b6f4501f3008ab54
parentef0ccb3308d5f858ab99201e22298f46ca40324b (diff)
User-guide link update on docs.rs
The link to the user guide pointed to https://rust-lang-nursery.github.io/rust-bindgen/
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index a0202d18..28de5889 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -5,7 +5,7 @@
//!
//! See the [`Builder`](./struct.Builder.html) struct for usage.
//!
-//! See the [Users Guide](https://rust-lang-nursery.github.io/rust-bindgen/) for
+//! See the [Users Guide](https://rust-lang.github.io/rust-bindgen/) for
//! additional documentation.
#![deny(missing_docs)]
#![deny(warnings)]