diff options
Diffstat (limited to 'docs/config.md')
-rw-r--r-- | docs/config.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/config.md b/docs/config.md index 750f88f..a7484df 100644 --- a/docs/config.md +++ b/docs/config.md @@ -13,11 +13,11 @@ 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) for more details | -| `pluginsConfig` |Configuration for plugins, See [the plugins section](#plugins) for more details | +| `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 -Plugins and their configurations are specified in the `book.json`. +Plugins and their configurations are specified in the `book.json`. See [the plugins section](plugins.md) for more details. |