mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
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)
This commit is contained in:
parent
70ef2f3432
commit
c1daafe741
4
FAQ.md
4
FAQ.md
@ -57,7 +57,7 @@ If you added or changed any code, you've made a mistake while writing some of it
|
|||||||
|
|
||||||
## How do I edit maps?
|
## How do I edit maps?
|
||||||
|
|
||||||
For `asm` scripts, read [docs/map_event_scripts.md](docs/map_event_scripts.md). For `blk` layouts, use [Polished Map][polished-map].
|
For `asm` scripts, read [docs/map_event_scripts.md](https://pret.github.io/pokecrystal/map_event_scripts). For `blk` layouts, use [Polished Map][polished-map].
|
||||||
|
|
||||||
|
|
||||||
## How do I edit the colors of an image?
|
## How do I edit the colors of an image?
|
||||||
@ -71,7 +71,7 @@ It really depends on what image you're trying to change the colors of, where the
|
|||||||
|
|
||||||
## How do I write new features?
|
## How do I write new features?
|
||||||
|
|
||||||
There are a number of special-purpose scripting languages, as described in [docs](docs/). For more general features, you'll need to code directly in [assembly language][asm]. Some of the [tutorials][tutorials] for specific features may also be helpful.
|
There are a number of special-purpose scripting languages, as described in [docs](https://pret.github.io/pokecrystal/). For more general features, you'll need to code directly in [assembly language][asm]. Some of the [tutorials][tutorials] for specific features may also be helpful.
|
||||||
|
|
||||||
|
|
||||||
## I need more help!
|
## I need more help!
|
||||||
|
@ -12,7 +12,7 @@ To set up the repository, see [INSTALL.md](INSTALL.md).
|
|||||||
## See also
|
## See also
|
||||||
|
|
||||||
- [**FAQ**](FAQ.md)
|
- [**FAQ**](FAQ.md)
|
||||||
- [**Documentation**](docs/)
|
- [**Documentation**][docs]
|
||||||
- [**Wiki**][wiki] (includes [tutorials][tutorials])
|
- [**Wiki**][wiki] (includes [tutorials][tutorials])
|
||||||
- **Discord:** [pret][discord]
|
- **Discord:** [pret][discord]
|
||||||
- **IRC:** [freenode#pret][irc]
|
- **IRC:** [freenode#pret][irc]
|
||||||
@ -36,6 +36,7 @@ Other disassembly projects:
|
|||||||
[pokeruby]: https://github.com/pret/pokeruby
|
[pokeruby]: https://github.com/pret/pokeruby
|
||||||
[pokefirered]: https://github.com/pret/pokefirered
|
[pokefirered]: https://github.com/pret/pokefirered
|
||||||
[pokeemerald]: https://github.com/pret/pokeemerald
|
[pokeemerald]: https://github.com/pret/pokeemerald
|
||||||
|
[docs]: https://pret.github.io/pokecrystal/
|
||||||
[wiki]: https://github.com/pret/pokecrystal/wiki
|
[wiki]: https://github.com/pret/pokecrystal/wiki
|
||||||
[tutorials]: https://github.com/pret/pokecrystal/wiki/Tutorials
|
[tutorials]: https://github.com/pret/pokecrystal/wiki/Tutorials
|
||||||
[discord]: https://discord.gg/6EuWgX9
|
[discord]: https://discord.gg/6EuWgX9
|
||||||
|
Loading…
Reference in New Issue
Block a user