diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-01-11 15:14:50 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-01-11 15:14:50 +0100 |
commit | dcbf115f25d53a59f6939339b30c1141029c82c0 (patch) | |
tree | 624646dc67879dbd1ea5b1d27c5f29aaed1a298b /theme | |
parent | 668f2f9e2cab061d0dc4d73c321f55de27bbbbd3 (diff) | |
download | gitbook-dcbf115f25d53a59f6939339b30c1141029c82c0.zip gitbook-dcbf115f25d53a59f6939339b30c1141029c82c0.tar.gz gitbook-dcbf115f25d53a59f6939339b30c1141029c82c0.tar.bz2 |
Adapt platform command to gitbook.com
Diffstat (limited to 'theme')
-rw-r--r-- | theme/templates/book/includes/summary.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/book/includes/summary.html b/theme/templates/book/includes/summary.html index 8f6e4c8..3fff7fe 100644 --- a/theme/templates/book/includes/summary.html +++ b/theme/templates/book/includes/summary.html @@ -56,7 +56,7 @@ {% if options.links.gitbook !== false %} <li class="divider"></li> <li> - <a href="http://www.gitbook.io/" target="blank" class="gitbook-link">Published using GitBook</a> + <a href="https://www.gitbook.com" target="blank" class="gitbook-link">Published using GitBook</a> </li> {% endif %} </ul> |