diff options
Diffstat (limited to 'views/layout.php')
-rw-r--r-- | views/layout.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/layout.php b/views/layout.php index 0553f63..2f4b243 100644 --- a/views/layout.php +++ b/views/layout.php @@ -90,7 +90,7 @@ </ul> </div> - <p class="credits">© <?=date('Y')?> by <a href="http://aaronparecki.com">Aaron Parecki</a>. + <p class="credits">© <?=date('Y')?> by <a href="https://aaronparecki.com">Aaron Parecki</a>. This code is <a href="https://github.com/aaronpk/Quill">open source</a>. Feel free to send a pull request, or <a href="https://github.com/aaronpk/Quill/issues">file an issue</a>.</p> </div> |