Skip to content

Commit 915ad70

Browse files
committed
Fix dead link
1 parent 21d16a1 commit 915ad70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/blog/bon-builder-v2-2-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ A new attribute is now supported at the top level. You can add [`#[builder(deriv
6363

6464
This helps with reusing [partial builders](../guide/patterns/conditional-building#shared-partial-builder), because now you can clone the builder where only part of the fields are set.
6565

66-
The `Debug` derive allows you to [inspect](../guide/basics/inspecting) the builder state for debugging purposes.
66+
The `Debug` derive allows you to [inspect](../guide/basics/derives-for-builders) the builder state for debugging purposes.
6767

6868
**Example:**
6969

0 commit comments

Comments
 (0)