Relative links actually work here for github.com and pret.github.io

This commit is contained in:
Rangi 2019-03-10 23:08:05 -04:00
parent a8c0b64afa
commit 2deb46b3f3
1 changed files with 11 additions and 11 deletions

View File

@ -3,26 +3,26 @@ These pages are for documenting pieces of the [pokecrystal](https://github.com/p
## Issues with the source code ## Issues with the source code
- [bugs_and_glitches.md](https://pret.github.io/pokecrystal/bugs_and_glitches) - [bugs_and_glitches.md](bugs_and_glitches.md)
- [design_flaws.md](https://pret.github.io/pokecrystal/design_flaws) - [design_flaws.md](design_flaws.md)
## Map event scripts ## Map event scripts
- [map_event_scripts.md](https://pret.github.io/pokecrystal/map_event_scripts) - [map_event_scripts.md](map_event_scripts.md)
- [event_commands.md](https://pret.github.io/pokecrystal/event_commands) - [event_commands.md](event_commands.md)
- [movement_commands.md](https://pret.github.io/pokecrystal/movement_commands) - [movement_commands.md](movement_commands.md)
- [text_commands.md](https://pret.github.io/pokecrystal/text_commands) - [text_commands.md](text_commands.md)
## Other types of scripts ## Other types of scripts
- [battle_anim_commands.md](https://pret.github.io/pokecrystal/battle_anim_commands) - [battle_anim_commands.md](battle_anim_commands.md)
- [move_effect_commands.md](https://pret.github.io/pokecrystal/move_effect_commands) - [move_effect_commands.md](move_effect_commands.md)
- [music_commands.md](https://pret.github.io/pokecrystal/music_commands) - [music_commands.md](music_commands.md)
## Other subsystems ## Other subsystems
- [pic_animations.md](https://pret.github.io/pokecrystal/pic_animations) - [pic_animations.md](pic_animations.md)
- [menus.md](https://pret.github.io/pokecrystal/menus) - [menus.md](menus.md)