diff options
author | clsr <clsr@clsr.net> | 2018-08-24 02:15:31 +0200 |
---|---|---|
committer | clsr <clsr@clsr.net> | 2018-08-24 02:15:31 +0200 |
commit | 1ed4bacece463b54600e86c3b7b04c7d7439e0c4 (patch) | |
tree | 783ddac532146b78efc5ff16b67f8a8e3d48945b | |
parent | 80feff7929d713dd952b30e2e600e00f2f8599f2 (diff) | |
download | gomf-web-flup-1ed4bacece463b54600e86c3b7b04c7d7439e0c4.tar.gz gomf-web-flup-1ed4bacece463b54600e86c3b7b04c7d7439e0c4.zip |
-rw-r--r-- | pages/about.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/about.html b/pages/about.html index 04732a3..467d238 100644 --- a/pages/about.html +++ b/pages/about.html @@ -34,7 +34,7 @@ <p class="box">{{ .SiteName }} is a simple file uploading website, written from scratch in Go using net/http and the file system. It has some cool unique features, and it's cyb as fuck.</p> - <p class="box">The source code is available at <a href="https://git.clsr.net/gomf/about/">git.clsr.net/gomf</a>, it's slightly less shit than the PHP pomf. All the technical details of the software are available there too.</p> + <p class="box">The source code is available at <a href="https://git.clsr.net/gomf/gomf/about/">git.clsr.net/gomf</a>, it's slightly less shit than the PHP pomf. All the technical details of the software are available there too.</p> <p class="box">If you have found a file which you believe should be removed, please email me at <a href="mailto:{{ .Abuse }}">{{ .Abuse }}</a>. Please note I will not remove any files unless I am obligated to, for legal reasons, to remain off blacklists, or because I am required to by my hosting providers. A full list of removed files and their reasons will be available on <a href="/deletion_log.html">/deletion_log.html</a>.</p> |