summaryrefslogtreecommitdiff
path: root/docs/src/wiki-deprecated/reset.md
diff options
context:
space:
mode:
authorAdam Izraelevitz2020-10-27 15:53:14 -0700
committerGitHub2020-10-27 15:53:14 -0700
commit362a3e3552cfe90d980e81cc6928abe25c06243d (patch)
tree5e3ebb9dc91e037dc1b92db8b13cb53dd6a5406b /docs/src/wiki-deprecated/reset.md
parent58fa3c1118d9e892895970d48e2ba8a3c182bb81 (diff)
Fix broken links in docs (#1643)
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 1b35dc00..3aafeccd 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) for more information about `withReset`.
+See ["Multiple Clock Domains"](../explanations/multi-clock) for more information about `withReset`.
The following will make `myReg` as well as both `resetAgnosticReg`s synchronously reset: