Skip to content

Commit cbc8349

Browse files
committed
Fix link reference to be the correct identifier
1 parent e4c62ac commit cbc8349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/abi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ The behavior of a call that is not valid is undefined.
211211
[`__m512f`]: https://doc.rust-lang.org/stable/core/arch/x86_64/struct.__m512f.html
212212
[`__m512d`]: https://doc.rust-lang.org/stable/core/arch/x86_64/struct.__m512d.html
213213

214-
[layout.repr.rust.option]: https://github.com/RalfJung/unsafe-code-guidelines/blob/option-like/reference/src/layout/enums.md#discriminant-elision-on-option-like-enums
214+
[layout.repr.rust.option.elision]: https://github.com/RalfJung/unsafe-code-guidelines/blob/option-like/reference/src/layout/enums.md#discriminant-elision-on-option-like-enums
215215

216216
## The `used` attribute
217217

0 commit comments

Comments
 (0)