Fix links in documentation

This commit is contained in:
Samy Pesse
2016-02-29 22:00:55 +01:00
parent a9a8a04bca
commit 2f5dde5d2f
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -27,6 +27,7 @@
--
* [FAQ](faq.md)
* [Examples](examples.md)
* [Release notes](https://github.com/GitbookIO/gitbook/blob/master/CHANGES.md)
+3 -3
View File
@@ -14,8 +14,8 @@ GitBook allows you to customize your book using a flexible configuration. These
| `language` | ISO code of the book's language, default value is `en` |
| `direction` | `rtl` or `ltr`, default value depends on the value of `language` |
| `gitbook` | [SemVer](http://semver.org) condition to validate which GitBook version should be used |
| `plugins` | List of plugins to load, See [the plugins section](plugins.md) for more details |
| `pluginsConfig` |Configuration for plugins, See [the plugins section](plugins.md) for more details |
| `plugins` | List of plugins to load, See [the plugins section](plugins/README.md) for more details |
| `pluginsConfig` |Configuration for plugins, See [the plugins section](plugins/README.md) for more details |
### PDF Options
@@ -34,5 +34,5 @@ PDF Output can be customized using a set of options in the `book.json`:
### Plugins
Plugins and their configurations are specified in the `book.json`. See [the plugins section](plugins.md) for more details.
Plugins and their configurations are specified in the `book.json`. See [the plugins section](plugins/README.md) for more details.