summaryrefslogtreecommitdiff
path: root/docs/src/wiki-deprecated/cookbook.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/wiki-deprecated/cookbook.md')
-rw-r--r--docs/src/wiki-deprecated/cookbook.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/wiki-deprecated/cookbook.md b/docs/src/wiki-deprecated/cookbook.md
index 9988fc82..7fa97579 100644
--- a/docs/src/wiki-deprecated/cookbook.md
+++ b/docs/src/wiki-deprecated/cookbook.md
@@ -6,7 +6,7 @@ section: "chisel3"
Welcome to the Chisel cookbook. This cookbook is still in early stages. If you have any requests or examples to share, please [file an issue](https://github.com/ucb-bar/chisel3/issues/new) and let us know!
-Please note that these examples make use of [Chisel's scala-style printing](printing.md#scala-style).
+Please note that these examples make use of [Chisel's scala-style printing](printing#scala-style).
* Converting Chisel Types to/from UInt
* [How do I create a UInt from an instance of a Bundle?](#how-do-i-create-a-uint-from-an-instance-of-a-bundle)