diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-03-10 22:47:21 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-03-10 22:47:21 -0400 |
commit | c1daafe7416db04d8bdbb8f9ccc2f455b9d421c3 (patch) | |
tree | 1e785528bbad2cd7d942a23d9b75cdebb51021c8 /README.md | |
parent | 70ef2f3432a2d6a11585fdbc8fb9e2e25d63f316 (diff) |
Link to GitHub Pages documentation, not directly to docs/*.md files
The Pages links are potentially more useful since they can include the Pages infrastructure (sidebar, footer, theming, etc)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -12,7 +12,7 @@ To set up the repository, see [INSTALL.md](INSTALL.md). ## See also - [**FAQ**](FAQ.md) -- [**Documentation**](docs/) +- [**Documentation**][docs] - [**Wiki**][wiki] (includes [tutorials][tutorials]) - **Discord:** [pret][discord] - **IRC:** [freenode#pret][irc] @@ -36,6 +36,7 @@ Other disassembly projects: [pokeruby]: https://github.com/pret/pokeruby [pokefirered]: https://github.com/pret/pokefirered [pokeemerald]: https://github.com/pret/pokeemerald +[docs]: https://pret.github.io/pokecrystal/ [wiki]: https://github.com/pret/pokecrystal/wiki [tutorials]: https://github.com/pret/pokecrystal/wiki/Tutorials [discord]: https://discord.gg/6EuWgX9 |