summaryrefslogtreecommitdiff
path: root/docs/src/wiki-deprecated/memories.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/wiki-deprecated/memories.md')
-rw-r--r--docs/src/wiki-deprecated/memories.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/wiki-deprecated/memories.md b/docs/src/wiki-deprecated/memories.md
index 6104309c..e4b9a80b 100644
--- a/docs/src/wiki-deprecated/memories.md
+++ b/docs/src/wiki-deprecated/memories.md
@@ -101,7 +101,7 @@ class RWSmem extends Module {
}
```
-(The `DontCare` is there to make Chisel's [unconnected wire detection](unconnected-wires.md) aware that reading while writing is undefined.)
+(The `DontCare` is there to make Chisel's [unconnected wire detection](unconnected-wires) aware that reading while writing is undefined.)
Here is an example single read/write port waveform, with [masks](#masks) (again, generated signal names and number of arrays may differ):