diff options
author | Stephen Enders <senders@spotify.com> | 2019-01-22 00:07:16 -0500 |
---|---|---|
committer | Stephen Enders <senders@spotify.com> | 2019-01-22 00:07:16 -0500 |
commit | 663d16279099925a9a765a125874200efc893f3f (patch) | |
tree | c285181a28d14c89ac1381cbe602e505c67d12c9 /www/index.html | |
parent | 5106b950da8d065e7cfc1fc9c167aa16289337aa (diff) |
Fixed a broken link
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index 4c5b454..98558ae 100644 --- a/www/index.html +++ b/www/index.html @@ -33,7 +33,7 @@ am working on.</p> </article> <div id='footer'> - <a href='/blog/2019-01-21.html'>Continue reading...</a> + <a href='/blog/2019-01-21'>Continue reading...</a> </div> </div> </body> |