diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-03-05 15:14:17 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-03-05 15:14:17 +0100 |
commit | 29533908c2b28f7d0f596bd25c07e06563f027ae (patch) | |
tree | 8e68fdb754d720af9c20afc403759c27835dd738 /docs/faq.md | |
parent | 603622e3379e1381b7acedf5174ceba656b15285 (diff) | |
parent | 74a1e9dee23ab44c2242c69f3ee5091454af42a8 (diff) | |
download | gitbook-29533908c2b28f7d0f596bd25c07e06563f027ae.zip gitbook-29533908c2b28f7d0f596bd25c07e06563f027ae.tar.gz gitbook-29533908c2b28f7d0f596bd25c07e06563f027ae.tar.bz2 |
Merge pull request #1168 from GitbookIO/enhancement/doc
v3 doc review
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 42de8fe..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.md). +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.md). 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! |