From b9005dd472e821ad5ea613361346a8e40a98406c Mon Sep 17 00:00:00 2001 From: fbergr Date: Tue, 15 Dec 2015 21:47:21 +0200 Subject: [PATCH] Book: Fix link anchor in Syntax Index --- src/doc/book/syntax-index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/book/syntax-index.md b/src/doc/book/syntax-index.md index 528c0b537f396..01f06f718f857 100644 --- a/src/doc/book/syntax-index.md +++ b/src/doc/book/syntax-index.md @@ -234,5 +234,5 @@ [Traits (Multiple Trait Bounds)]: traits.html#multiple-trait-bounds [Traits]: traits.html [Unsafe]: unsafe.html -[Unsized Types (`?Sized`)]: unsized-types.html#?sized +[Unsized Types (`?Sized`)]: unsized-types.html#sized [Variable Bindings]: variable-bindings.html