From 5849e5f57cb5a073f77b256afe21b1bdcc2aa63a Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Wed, 27 Feb 2019 20:50:42 -0800 Subject: [PATCH] Fix broken link. Link does not work when part of the book suite on rust-lang/rust. --- src/items/unions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/items/unions.md b/src/items/unions.md index 43dc720cc749e..27c7668a248a8 100644 --- a/src/items/unions.md +++ b/src/items/unions.md @@ -152,4 +152,4 @@ checking, etc etc etc). [_Generics_]: items/generics.html [_WhereClause_]: items/generics.html#where-clauses [_StructFields_]: items/structs.html -[`transmute`]: ../../std/mem/fn.transmute.html +[`transmute`]: ../std/mem/fn.transmute.html