diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-04-01 02:00:53 -0700 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-04-01 02:00:53 -0700 |
commit | b30132d8c850a70769b7e9a94166b8753adaf21b (patch) | |
tree | 6328e0a04ccd7da8d6b6a51dca72885c5cc49302 | |
parent | 71dee7717d78b8b48a1d6b9804f41579b51b0ac3 (diff) | |
download | gitbook-b30132d8c850a70769b7e9a94166b8753adaf21b.zip gitbook-b30132d8c850a70769b7e9a94166b8753adaf21b.tar.gz gitbook-b30132d8c850a70769b7e9a94166b8753adaf21b.tar.bz2 |
Fix link to issues
-rw-r--r-- | templates/includes/book/summary.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/includes/book/summary.html b/templates/includes/book/summary.html index 358b4fc..41f7daf 100644 --- a/templates/includes/book/summary.html +++ b/templates/includes/book/summary.html @@ -4,7 +4,7 @@ <a href="https://github.com/{{ githubAuthor }}" target="blank">About the author</a> </li> <li> - <a href="https://github.com/{{ githubAuthor }}/issues" target="blank">Questions and Issues</a> + <a href="https://github.com/{{ githubId }}/issues" target="blank">Questions and Issues</a> </li> <li class="divider"></li> <li data-level="0"> |