Diffstat (limited to 'src/build.rs')
-rw-r--r--src/build.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build.rs b/src/build.rs
index d77bb39..f4476f0 100644
--- a/src/build.rs
+++ b/src/build.rs
@@ -26,7 +26,7 @@ pub trait BuilderTypes {
/// The `'ctx` lifetime is some lifetime that is longer than the walker.
/// As such, the built value can borrow from other data with a `'ctx` lifetimes.
///
-/// A builder allows creating a value of a type [`Self::Value`].
+/// A builder allows creating a value of a type [`Self::Value`][BuilderTypes::Value].
/// The way to use a builder is as follows.
/// - Call [`Default::default()`] to create an instance of the builder.
/// - Call [`Self::as_visitor()`] and give it to a walker's