summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorus32015-08-02 00:18:34 +0200
committerHorus32015-08-02 00:18:34 +0200
commit1c263a1146e4981ba322588c04e1b69c665ece24 (patch)
treece94f176261e5d72fbfc0e787be82f6f04512ddb
parent4e1f9ae3e7864e791d6df2c215ca70bd1e42eaf6 (diff)
downloadmandible-1c263a1146e4981ba322588c04e1b69c665ece24.tar.gz
Fixed wrong git repo url.
-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>