diff options
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.rs b/src/main.rs index f202cc18..9cd4f806 100644 --- a/src/main.rs +++ b/src/main.rs @@ -80,9 +80,9 @@ pub fn main() { fn print_verbose_err() { println!("Bindgen unexpectedly panicked"); println!("This may be caused by one of the known-unsupported \ - things (https://github.com/servo/rust-bindgen#c), \ + things (https://github.com/rust-lang-nursery/rust-bindgen#c), \ please modify the bindgen flags to work around it as \ - described in https://github.com/servo/rust-bindgen#c"); + described in https://github.com/rust-lang-nursery/rust-bindgen#c"); println!("Otherwise, please file an issue at \ - https://github.com/servo/rust-bindgen/issues/new"); + https://github.com/rust-lang-nursery/rust-bindgen/issues/new"); } |