Skip to content

Commit 06121fb

Browse files
committed
Fix link
1 parent 037f30e commit 06121fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/src/reference/builder/top-level/generics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ assert_eq!(example.1, 42_u32);
104104
## No-Turbofish Optional Generic Members
105105

106106
This feature can be used to provide default values for generic types that can be overwritten with a setter.
107-
This is one of the solutions for the [optional generic members turbofish problem](http://localhost:5173/guide/patterns/optional-generic-members).
107+
This is one of the solutions for the [optional generic members turbofish problem](../../../guide/patterns/optional-generic-members).
108108
It's quite verbose at definition site, so it should be used as a last resort. You may also wrap this pattern with your own macro if you are going to use it alot.
109109

110110
::: tip NOTE

0 commit comments

Comments
 (0)