summaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
authormergify[bot]2022-01-20 07:42:53 +0000
committerGitHub2022-01-20 07:42:53 +0000
commita0798dceae8734bc273692edec585ed072b01b47 (patch)
tree4fd9a2480c5b10c4dfcfa33de0774bb0c4ed648c /docs/src
parent042be4b2d8a846d12c5c5dfd64f10b5caee93125 (diff)
Fix link to Naming Cookbook (#2356) (#2357)
#naming implies within the current file. Removing the # refers to a file in the current directory. (cherry picked from commit 512ddd6c8b079dd83f2a3ed793e6595822a382cb) Co-authored-by: Jack Koenig <koenig@sifive.com>
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/cookbooks/cookbook.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/cookbooks/cookbook.md b/docs/src/cookbooks/cookbook.md
index d4cf3030..ec7e9ed2 100644
--- a/docs/src/cookbooks/cookbook.md
+++ b/docs/src/cookbooks/cookbook.md
@@ -440,7 +440,7 @@ chisel3.stage.ChiselStage.emitVerilog(new CountBits(4))
### How do I get Chisel to name signals properly in blocks like when/withClockAndReset?
-Use the compiler plugin, and check out the [Naming Cookbook](#naming) if that still does not do what you want.
+Use the compiler plugin, and check out the [Naming Cookbook](naming) if that still does not do what you want.
### How do I get Chisel to name the results of vector reads properly?
Currently, name information is lost when using dynamic indexing. For example: