diff options
author | Soreine <soreine.plume@gmail.com> | 2016-03-02 13:19:26 +0100 |
---|---|---|
committer | Soreine <soreine.plume@gmail.com> | 2016-03-03 16:39:18 +0100 |
commit | 74a1e9dee23ab44c2242c69f3ee5091454af42a8 (patch) | |
tree | 8e68fdb754d720af9c20afc403759c27835dd738 /docs/faq.md | |
parent | b3662e07c1c6a0ca034ca3b145d53697fff0e1bd (diff) | |
download | gitbook-74a1e9dee23ab44c2242c69f3ee5091454af42a8.zip gitbook-74a1e9dee23ab44c2242c69f3ee5091454af42a8.tar.gz gitbook-74a1e9dee23ab44c2242c69f3ee5091454af42a8.tar.bz2 |
Corrects paths. And reformulate associated FAQ
Diffstat (limited to 'docs/faq.md')
-rw-r--r-- | docs/faq.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/faq.md b/docs/faq.md index b7a8b8b..57fdf3b 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -12,7 +12,7 @@ Any text editor should work! But we advise using the [GitBook Editor](https://ww #### Should I use an `.html` or `.md` extensions in my links? -You should always use `.md` extensions for your relative links, GitBook will automatically replace these links by the right value when the pointing file is referenced in the Table of Contents. +You should always use paths and the `.md` extensions when linking to your files, GitBook will automatically replace these paths by the appropriate link when the pointing file is referenced in the Table of Contents. #### Can I create a GitBook in a sub-directory of my repository? @@ -26,8 +26,8 @@ GitBook supports math equations and TeX thanks to plugins. There are currently 2 #### Can I customize/theme the output? -Yes, both the website and ebook outputs can be customized using [themes](/themes/). +Yes, both the website and ebook outputs can be customized using [themes](themes/README.md). #### Can I add interactive content (videos, etc)? -GitBook is very [extensible](/plugins/). You can use [existing plugins](https://plugins.gitbook.com) or create your own! +GitBook is very [extensible](plugins/README.md). You can use [existing plugins](https://plugins.gitbook.com) or create your own! |