summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPENGUINLIONG2020-10-27 03:24:38 +0800
committerGitHub2020-10-26 19:24:38 +0000
commitd5db3881c69e1ff0f5570eb298c0ccde8cbc3fd4 (patch)
treeba0a66d72a8ca0442439f53f309e8fa3fc80fbe6
parent55809b1d63b117efe509c43f06c57decf86b1a17 (diff)
Fixed broken link to type hierarchy diagram (#1611)
Co-authored-by: Schuyler Eldridge <schuyler.eldridge@sifive.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0dce401c..c095c310 100644
--- a/README.md
+++ b/README.md
@@ -136,7 +136,7 @@ If you are migrating from Chisel2, see [the migration guide](https://www.chisel-
### Data Types Overview
These are the base data types for defining circuit components:
-![Image](https://raw.githubusercontent.com/freechipsproject/chisel3/master/doc/images/type_hierarchy.svg?sanitize=true)
+![Image](https://raw.githubusercontent.com/freechipsproject/chisel3/master/docs/src/images/type_hierarchy.svg?sanitize=true)
## Contributor Documentation
This section describes how to get started contributing to Chisel itself, including how to test your version locally against other projects that pull in Chisel using [sbt's managed dependencies](https://www.scala-sbt.org/1.x/docs/Library-Dependencies.html).