summaryrefslogtreecommitdiff
path: root/docs/src/explanations/connection-operators.md
diff options
context:
space:
mode:
authorJack2022-03-15 19:37:37 +0000
committerJack2022-03-15 19:37:37 +0000
commit2f21943ff772da2171df866d4cee71dfa8127bf8 (patch)
treed00c9059c9361920036e784425641288782515d5 /docs/src/explanations/connection-operators.md
parent1876e740a48be2e5ff5bd4fd6c2018927f1dcec2 (diff)
parentf26df23bbe0ae9b7162ed70369f24b01d75a1493 (diff)
Merge branch '3.5.x' into 3.5-release
Diffstat (limited to 'docs/src/explanations/connection-operators.md')
-rw-r--r--docs/src/explanations/connection-operators.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/explanations/connection-operators.md b/docs/src/explanations/connection-operators.md
index 8a2117e1..86dca664 100644
--- a/docs/src/explanations/connection-operators.md
+++ b/docs/src/explanations/connection-operators.md
@@ -24,7 +24,7 @@ import chisel3.util.DecoupledIO
```
The diagram for the experiment can be viewed [here](https://docs.google.com/document/d/14C918Hdahk2xOGSJJBT-ZVqAx99_hg3JQIq-vaaifQU/edit?usp=sharing).
-![Experiment Image](https://raw.githubusercontent.com/chipsalliance/chisel3/master/docs/src/images/chisel_01.png?sanitize=true)
+![Experiment Image](https://raw.githubusercontent.com/chipsalliance/chisel3/master/docs/src/images/connection-operators-experiment.svg?sanitize=true)
```scala mdoc:silent