diff options
author | Soreine <soreine.plume@gmail.com> | 2016-03-02 12:00:07 +0100 |
---|---|---|
committer | Soreine <soreine.plume@gmail.com> | 2016-03-03 16:39:18 +0100 |
commit | b3662e07c1c6a0ca034ca3b145d53697fff0e1bd (patch) | |
tree | 007045d63193d75b4f288981baefb427000b42fe /docs/themes/README.md | |
parent | 200e0c58c9808c24a605ea91199e0e8143f3b10c (diff) | |
download | gitbook-b3662e07c1c6a0ca034ca3b145d53697fff0e1bd.zip gitbook-b3662e07c1c6a0ca034ca3b145d53697fff0e1bd.tar.gz gitbook-b3662e07c1c6a0ca034ca3b145d53697fff0e1bd.tar.bz2 |
End of review
Diffstat (limited to 'docs/themes/README.md')
-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 48c19db..bacde12 100644 --- a/docs/themes/README.md +++ b/docs/themes/README.md @@ -23,4 +23,4 @@ Authors can extend the templates of a theme directly from the book source (witho ### Publish a theme -Themes are published as plugins ([see related docs](plugins.md)) with a `theme-` prefix. For example the theme `awesome` will be loaded from `theme-awesome` plugin, and then from `gitbook-plugin-theme-awesome` NPM package. +Themes are published as plugins ([see related docs](/plugins/)) with a `theme-` prefix. For example the theme `awesome` will be loaded from the `theme-awesome` plugin, and then from the `gitbook-plugin-theme-awesome` NPM package. |