From 30f6d941c8d445a395a2ac61ec0d7c580d0199a2 Mon Sep 17 00:00:00 2001
From: king6cong <king6cong@gmail.com>
Date: Sun, 9 Feb 2020 18:38:12 +0800
Subject: [PATCH] fix `TypeParamBounds` link on trait objects

---
 src/types/trait-object.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/types/trait-object.md b/src/types/trait-object.md
index d514e4a2d..7e37e41cc 100644
--- a/src/types/trait-object.md
+++ b/src/types/trait-object.md
@@ -97,7 +97,7 @@ need to be expressed as part of the trait object. This lifetime is written as
 inferred with a sensible choice.
 
 [_TraitBound_]: ../trait-bounds.md
-[_TypeParamBounds_]: ../types.md#type-expressions
+[_TypeParamBounds_]: ../trait-bounds.md
 [auto traits]: ../special-types-and-traits.md#auto-traits
 [defaults]: ../lifetime-elision.md#default-trait-object-lifetimes
 [dynamically sized types]: ../dynamically-sized-types.md