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/wiki-deprecated/data-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/src/wiki-deprecated/data-types.md') diff --git a/docs/src/wiki-deprecated/data-types.md b/docs/src/wiki-deprecated/data-types.md index 227dee66..e931247f 100644 --- a/docs/src/wiki-deprecated/data-types.md +++ b/docs/src/wiki-deprecated/data-types.md @@ -17,7 +17,7 @@ format. Boolean values are represented as type ```Bool```. Note that these types are distinct from Scala's builtin types such as ```Int``` or ```Boolean```. -> There is a new experimental type **Interval** which gives the developer more control of the type by allowing the definition of an IntervalRange. See: [Interval Type](interval-type.md) +> There is a new experimental type **Interval** which gives the developer more control of the type by allowing the definition of an IntervalRange. See: [Interval Type](interval-type) Additionally, Chisel defines `Bundles` for making collections of values with named fields (similar to ```structs``` in -- cgit v1.2.3