diff options
author | Samy Pesse <samypesse@gmail.com> | 2016-02-29 22:00:55 +0100 |
---|---|---|
committer | Samy Pesse <samypesse@gmail.com> | 2016-02-29 22:00:55 +0100 |
commit | 2f5dde5d2f2d99c2d50fd8d1329a040ac76b34dc (patch) | |
tree | 6e411b2c24e11497ec40255bbc66bc1b14a0bca5 /docs | |
parent | a9a8a04bcaa736d45000551a05d1409c5c8ec0f3 (diff) | |
download | gitbook-2f5dde5d2f2d99c2d50fd8d1329a040ac76b34dc.zip gitbook-2f5dde5d2f2d99c2d50fd8d1329a040ac76b34dc.tar.gz gitbook-2f5dde5d2f2d99c2d50fd8d1329a040ac76b34dc.tar.bz2 |
Fix links in documentation
Diffstat (limited to 'docs')
-rw-r--r-- | docs/SUMMARY.md | 1 | ||||
-rw-r--r-- | docs/config.md | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 5e31d42..5541b58 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -27,6 +27,7 @@ -- * [FAQ](faq.md) +* [Examples](examples.md) * [Release notes](https://github.com/GitbookIO/gitbook/blob/master/CHANGES.md) diff --git a/docs/config.md b/docs/config.md index 41dab1d..bbe263c 100644 --- a/docs/config.md +++ b/docs/config.md @@ -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. |