Fix documentation links to work with GitHub Pages

This commit is contained in:
Rangi
2019-03-10 22:43:57 -04:00
parent 388e5a2a78
commit 70ef2f3432
10 changed files with 134 additions and 128 deletions

View File

@@ -1,22 +1,28 @@
Issues with the pokecrystal source code:
These pages are for documenting pieces of the [pokecrystal](https://github.com/pret/pokecrystal) disassembly project. For more information, please see its [README.md](https://github.com/pret/pokecrystal/README.md) and [wiki](https://github.com/pret/pokecrystal/wiki).
- [bugs_and_glitches.md](/docs/bugs_and_glitches.md)
- [design_flaws.md](/docs/design_flaws.md)
Map event scripts:
## Issues with the source code
- [map_event_scripts.md](/docs/map_event_scripts.md)
- [event_commands.md](/docs/event_commands.md)
- [movement_commands.md](/docs/movement_commands.md)
- [text_commands.md](/docs/text_commands.md)
- [bugs_and_glitches.md](https://github.com/pret/pokecrystal/docs/bugs_and_glitches.md)
- [design_flaws.md](https://github.com/pret/pokecrystal/docs/design_flaws.md)
Other types of scripts:
- [battle_anim_commands.md](/docs/battle_anim_commands.md)
- [move_effect_commands.md](/docs/move_effect_commands.md)
- [music_commands.md](/docs/music_commands.md)
## Map event scripts
And other subsystems:
- [map_event_scripts.md](https://github.com/pret/pokecrystal/docs/map_event_scripts.md)
- [event_commands.md](https://github.com/pret/pokecrystal/docs/event_commands.md)
- [movement_commands.md](https://github.com/pret/pokecrystal/docs/movement_commands.md)
- [text_commands.md](https://github.com/pret/pokecrystal/docs/text_commands.md)
- [pic_animations.md](/docs/pic_animations.md)
- [menus.md](/docs/menus.md)
## Other types of scripts
- [battle_anim_commands.md](https://github.com/pret/pokecrystal/docs/battle_anim_commands.md)
- [move_effect_commands.md](https://github.com/pret/pokecrystal/docs/move_effect_commands.md)
- [music_commands.md](https://github.com/pret/pokecrystal/docs/music_commands.md)
## Other subsystems
- [pic_animations.md](https://github.com/pret/pokecrystal/docs/pic_animations.md)
- [menus.md](https://github.com/pret/pokecrystal/docs/menus.md)