fix(docs): Update path for project-overview iso_data-help file (#4407)

Was trying to go through the README and the documentation on the project
to eventually start contributing and I noticed that this picture wasn't
rendering due to a faulty path in the markdown file.
This commit is contained in:
Gogoașă Cristian
2026-09-10 01:39:30 +03:00
committed by GitHub
parent 450b9449fe
commit a42c071996
+1 -1
View File
@@ -47,7 +47,7 @@ The decompiler will output code and other data intended to be inspected by human
You must have a copy of the PS2 game and place all files from the DVD inside a folder corresponding to the game within `iso_data` folder (`jak1` for Jak 1 Black Label, etc.), as seen in this picture:
![](./docs/img/iso_data-help.png)
![](./img/iso_data-help.png)
The decompiler will extract assets to the `assets` folder. These assets will be used by the compiler when building the port, and you may want to turn asset extraction off after running it once.