From 7b08af4726278ef6d31f75f6687ad7c2805b2d24 Mon Sep 17 00:00:00 2001 From: Roy Buitenhuis Date: Mon, 10 Dec 2018 11:50:40 +0100 Subject: User-guide link update on docs.rs The link to the user guide pointed to https://rust-lang-nursery.github.io/rust-bindgen/ --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)] -- cgit v1.2.3