diff options
author | Runxi Yu <me@runxiyu.org> | 2024-05-06 07:00:54 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2024-05-06 07:00:54 +0800 |
commit | a8212daeac51a571a32a3a9f61174e4bbac45458 (patch) | |
tree | 079083eaff43b754e7f5a9a6ccbb1aa069bb98a4 | |
parent | 341510f4ae98e950991dc0c69639c14404eb1182 (diff) | |
download | www-a8212daeac51a571a32a3a9f61174e4bbac45458.tar.gz |
Fix 404
-rw-r--r-- | 404.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/404.html b/404.html index 76dfef3..e3048b4 100644 --- a/404.html +++ b/404.html @@ -11,7 +11,7 @@ <div id="main"> <p>The requested file does not exist on this web server.</p> <p>Many links have changed over time, thus links to here may break. <a href="/">The homepage</a> might get you there.</p> - <p>This Website's history is logged in <a href="https://git.runxiyu.org/runxiyu/www.git/">a Git repository</a>. The file you're looking for may be in there somewhere.</p> + <p>This Website's history is logged in <a href="https://git.runxiyu.org/runxiyu/current/www.git/">a Git repository</a>. The file you're looking for may be in there somewhere.</p> </div> <div id="footer"> <hr /> |