From 68ac3e9ff0bf0218b037684812519597afd71a76 Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Wed, 1 Jun 2016 05:32:11 -0700 Subject: [PATCH] Fix broken link name in `bool` documentation --- src/libstd/primitive_docs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstd/primitive_docs.rs b/src/libstd/primitive_docs.rs index e083605a2acd5..11af768c5b9b0 100644 --- a/src/libstd/primitive_docs.rs +++ b/src/libstd/primitive_docs.rs @@ -28,7 +28,7 @@ /// ``` /// /// [`assert!`]: macro.assert!.html -/// [`if` conditionals]: ../book/if.html +/// [`if`]: ../book/if.html /// [`BitAnd`]: ops/trait.BitAnd.html /// [`BitOr`]: ops/trait.BitOr.html /// [`Not`]: ops/trait.Not.html