From d5db3881c69e1ff0f5570eb298c0ccde8cbc3fd4 Mon Sep 17 00:00:00 2001 From: PENGUINLIONG Date: Tue, 27 Oct 2020 03:24:38 +0800 Subject: Fixed broken link to type hierarchy diagram (#1611) Co-authored-by: Schuyler Eldridge Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>--- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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). -- cgit v1.2.3