summaryrefslogtreecommitdiff
path: root/docs/src/wiki-deprecated/reset.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/wiki-deprecated/reset.md')
-rw-r--r--docs/src/wiki-deprecated/reset.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/wiki-deprecated/reset.md b/docs/src/wiki-deprecated/reset.md
index 5f9626dd..1b35dc00 100644
--- a/docs/src/wiki-deprecated/reset.md
+++ b/docs/src/wiki-deprecated/reset.md
@@ -117,7 +117,7 @@ You can also cast to force the concrete type of reset.
* `.asAsyncReset` will reinterpret a `Reset` as `AsyncReset`.
You can then use `withReset` to use a cast reset as the implicit reset.
-See ["Multiple Clock Domains"](multi-clock.md) for more information about `withReset`.
+See ["Multiple Clock Domains"](multi-clock) for more information about `withReset`.
The following will make `myReg` as well as both `resetAgnosticReg`s synchronously reset: