Skip to content

Commit 6871424

Browse files
committed
Fix up two more links
thanks @Havvy
1 parent 9b44a29 commit 6871424

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/type-layout.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ padding bytes and forcing the alignment of the type to `1`.
281281
[`size_of`]: ../std/mem/fn.size_of.html
282282
[`Sized`]: ../std/marker/trait.Sized.html
283283
[dynamically sized types]: dynamically-sized-types.html
284-
[C-like enumerations]: items/enumerations.html#c-like-enumerations
285-
[zero-variant enumerations]: items/enumerations.html#zero-variant-enumerations
284+
[C-like enumerations]: items/enumerations.html#custom-discriminant-values-for-field-less-enumerations
285+
[zero-variant enumerations]: items/enumerations.html#zero-variant-enums
286286
[undefined behavior]: behavior-considered-undefined.html
287287
[27060]: https://github.com/rust-lang/rust/issues/27060

0 commit comments

Comments
 (0)