From 58fa3c1118d9e892895970d48e2ba8a3c182bb81 Mon Sep 17 00:00:00 2001 From: Adam Izraelevitz Date: Mon, 26 Oct 2020 16:48:44 -0700 Subject: Fix crosslinks in mdoc. Can't use md suffix (#1640) * Fix crosslinks in mdoc. Can't use md suffix * Removed all .md crossrefs Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>--- docs/src/explanations/naming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/src/explanations/naming.md') diff --git a/docs/src/explanations/naming.md b/docs/src/explanations/naming.md index 56c089bc..86db515c 100644 --- a/docs/src/explanations/naming.md +++ b/docs/src/explanations/naming.md @@ -12,7 +12,7 @@ they are declared. In addition, this release includes prolific use of a new pref naming of signals programmatically generated from function calls. This document explains how naming now works in Chisel for signal and module names. For cookbook examples on how to fix -systemic name-stability issues, please refer to the naming [cookbook](../cookbooks/naming.md). +systemic name-stability issues, please refer to the naming [cookbook](../cookbooks/naming). ### Compiler Plugin -- cgit v1.2.3