Fix broken image link

This commit is contained in:
2022-08-26 13:08:22 -05:00
parent 19a34fb5d2
commit 8f52c04702

View File

@@ -4,7 +4,7 @@
```@raw html ```@raw html
<center> <center>
<img src="../assets/ex_transportation.png" width="1000px"/> <img src="assets/ex_transportation.png" width="1000px"/>
</center> </center>
``` ```