Skip to content

Commit 882c2bf

Browse files
authored
Merge pull request #110 from jrvidal/bindgen-link
Fixes outdated bindgen link
2 parents 7c716d3 + a89bf29 commit 882c2bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/other-reprs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,11 @@ This is a modifier on `repr(C)` and `repr(rust)`. It is incompatible with
143143

144144

145145

146-
[reference]: https://github.com/rust-rfcs/unsafe-code-guidelines/tree/master/reference/src/representation
146+
[reference]: https://github.com/rust-rfcs/unsafe-code-guidelines/tree/master/reference/src/representation.md
147147
[drop flags]: drop-flags.html
148148
[ub loads]: https://github.com/rust-lang/rust/issues/27060
149149
[`UnsafeCell`]: ../std/cell/struct.UnsafeCell.html
150150
[rfc-transparent]: https://github.com/rust-lang/rfcs/blob/master/text/1758-repr-transparent.md
151151
[really-tagged]: https://github.com/rust-lang/rfcs/blob/master/text/2195-really-tagged-unions.md
152-
[rust-bindgen]: https://rust-lang-nursery.github.io/rust-bindgen/
152+
[rust-bindgen]: https://rust-lang.github.io/rust-bindgen/
153153
[cbindgen]: https://github.com/eqrion/cbindgen

0 commit comments

Comments
 (0)