Skip to content

Commit fb2214f

Browse files
Fix broken image links for PyPI display (#340)
1 parent f7d7ef9 commit fb2214f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ Future: The data model could be moved, to be a more modular solution.
1919
All models are in `nowcasting_datamodel.models.py`.
2020
The diagram below shows how the different tables are connected.
2121

22-
![Models](diagram.png)
23-
![Models](diagram_pv.png)
22+
![Models](https://raw.githubusercontent.com/openclimatefix/nowcasting_datamodel/main/diagram.png)
23+
![Models](https://raw.githubusercontent.com/openclimatefix/nowcasting_datamodel/main/diagram_pv.png)
24+
2425

2526
### connection.py
2627

0 commit comments

Comments
 (0)