We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0744ba commit adac861Copy full SHA for adac861
src/doc/style/features/functions-and-methods/input.md
@@ -159,7 +159,7 @@ fn foo(a: u8) { ... }
159
Note that
160
[`ascii::Ascii`](http://static.rust-lang.org/doc/master/std/ascii/struct.Ascii.html)
161
is a _wrapper_ around `u8` that guarantees the highest bit is zero; see
162
-[newtype patterns]() for more details on creating typesafe wrappers.
+[newtype patterns](../types/newtype.md) for more details on creating typesafe wrappers.
163
164
Static enforcement usually comes at little run-time cost: it pushes the
165
costs to the boundaries (e.g. when a `u8` is first converted into an
0 commit comments