Commit 8c04dce

ISSOtm committed on
Fix link to `song.pas`
commit 8c04dcec8e49e5aae1bf82328c1a3a7430eabbf2 parent f925915
1 changed files +1−1
Modifiedmanual/src/hUGETracker/miscellaneous.md +1−1
@@ -14,6 +14,6 @@ Note that the effects are not converted when pasted, so you'll need to manually
14 14
15 ## File format 15 ## File format
16 16
17 The hUGETracker file format is very simple; the reading/writing code [can be found here](https://github.com/SuperDisk/hUGETracker/blob/hUGETracker/song.pas). 17 The hUGETracker file format is very simple; the reading/writing code [can be found here](https://github.com/SuperDisk/hUGETracker/blob/hUGETracker/src/song.pas).
18 18
19 The file format might change to an NBT-, JSON-, or XML-based format in the future. 19 The file format might change to an NBT-, JSON-, or XML-based format in the future.