@@ -484,7 +484,7 @@ impl Builder {
484484 /// implement some processing on comments to work around issues as described
485485 /// in:
486486 ///
487- /// https://github.com/servo /rust-bindgen/issues/426
487+ /// https://github.com/rust-lang-nursery /rust-bindgen/issues/426
488488 pub fn generate_comments ( mut self , doit : bool ) -> Self {
489489 self . options . generate_comments = doit;
490490 self
@@ -513,7 +513,7 @@ impl Builder {
513513 /// However, some old libclang versions seem to return incorrect results in
514514 /// some cases for non-mangled functions, see [1], so we allow disabling it.
515515 ///
516- /// [1]: https://github.com/servo /rust-bindgen/issues/528
516+ /// [1]: https://github.com/rust-lang-nursery /rust-bindgen/issues/528
517517 pub fn trust_clang_mangling ( mut self , doit : bool ) -> Self {
518518 self . options . enable_mangling = doit;
519519 self
@@ -1038,7 +1038,7 @@ pub struct BindgenOptions {
10381038 /// However, some old libclang versions seem to return incorrect results in
10391039 /// some cases for non-mangled functions, see [1], so we allow disabling it.
10401040 ///
1041- /// [1]: https://github.com/servo /rust-bindgen/issues/528
1041+ /// [1]: https://github.com/rust-lang-nursery /rust-bindgen/issues/528
10421042 pub enable_mangling : bool ,
10431043
10441044 /// Whether to prepend the enum name to bitfield or constant variants.
0 commit comments