summaryrefslogtreecommitdiff
path: root/FAQ.md
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2019-03-10 22:47:21 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2019-03-10 22:47:21 -0400
commitc1daafe7416db04d8bdbb8f9ccc2f455b9d421c3 (patch)
tree1e785528bbad2cd7d942a23d9b75cdebb51021c8 /FAQ.md
parent70ef2f3432a2d6a11585fdbc8fb9e2e25d63f316 (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 'FAQ.md')
-rw-r--r--FAQ.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/FAQ.md b/FAQ.md
index 4858023c0..97f9cd1f3 100644
--- a/FAQ.md
+++ b/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?
-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?
@@ -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?
-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!