Skip to content

Commit a14f8e4

Browse files
committed
img
1 parent 62156c9 commit a14f8e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/content/docs/examples/corn-prediction-example.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ s4n visualize --renderer dot workflows/demo/demo.cwl > workflow.dot
224224
dot -Tsvg workflow.dot -o workflow.svg
225225
```
226226

227-
![the resulting workflow](https://github.com/fairagro/m4.4_demo_corn_prediction/main/workflow.svg)
227+
![the resulting workflow](https://raw.githubusercontent.com/fairagro/m4.4_demo_corn_prediction/main/workflow.svg)
228228

229229
---
230230

docs/src/content/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ import workflow_simple from "../../assets/simple_workflow.svg"
4747

4848
<Card title="Corn Prediction (Iowa)" icon="puzzle">
4949
<a href="examples/corn-prediction-example">
50-
<img src="https://github.com/fairagro/m4.4_demo_corn_prediction/main/workflow.svg" alt="corn example example" style="margin:auto;" height="350px" />
50+
<img src="https://raw.githubusercontent.com/fairagro/m4.4_demo_corn_prediction/main/workflow.svg" alt="corn example example" style="margin:auto;" height="350px" />
5151
A simplified crop yield prediction pipeline that combines soil and weather data to train models and generate county-level yield predictions for Iowa.
5252
</a>
5353
<a class="button" href="examples/advanced-example">

0 commit comments

Comments
 (0)