summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/cli.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/cli.html b/templates/cli.html
index 1a5d918..ce8a19b 100644
--- a/templates/cli.html
+++ b/templates/cli.html
@@ -24,7 +24,7 @@
<h2>Compiling from source:</h2>
<p>You can compile imgup from source. You need a working Golang installation already set up. Read <a href="http://golang.org/" title="Golang">here</a> more.</p>
<p><code>cd $GOPATH <br>
- git clone https://git.iamfabulous.de/cgit.cgi/mandible <br>
+ git clone https://git.iamfabulous.de/mandible <br>
cd mandible/cli/imgup <br>
go build
</code></p>