diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-03-07 15:20:27 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-03-07 15:20:27 +0100 |
commit | f1880fc53c720b5d72ab04c494b3c20a25d53baa (patch) | |
tree | 0062852ce15b82441d56bb918911df06aac39870 /docs | |
parent | e8fe4a2dea6dcac5b987f78ebd068b3bafbe0e45 (diff) | |
download | gitbook-f1880fc53c720b5d72ab04c494b3c20a25d53baa.zip gitbook-f1880fc53c720b5d72ab04c494b3c20a25d53baa.tar.gz gitbook-f1880fc53c720b5d72ab04c494b3c20a25d53baa.tar.bz2 |
Fix incorrect link in themes doc
Diffstat (limited to 'docs')
-rw-r--r-- | docs/themes/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/themes/README.md b/docs/themes/README.md index 8a36109..c013b57 100644 --- a/docs/themes/README.md +++ b/docs/themes/README.md @@ -2,7 +2,7 @@ Since version 3.0.0, GitBook can be easily themed. Books are using by default the [theme-default](https://github.com/GitbookIO/theme-default). -The theme to use is specified in the [book's configuration](config.md) using key `theme`. +The theme to use is specified in the [book's configuration](../config.md) using key `theme`. > **Caution**: Custom theming can block some plugins from working correctly. |