diff options
author | Joey Hess <joey@kitenet.net> | 2011-08-06 12:31:35 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-08-06 12:31:35 -0400 |
commit | f4f5a2f40a2e8057cd682c0ec60978c7dad6f38b (patch) | |
tree | dc8a1f599b8e1a2152b53d5c8f76cc623106157c /doc | |
parent | 556d2100e7a5d2fd594bdb12e717b628e909d11a (diff) | |
download | ikiwiki-f4f5a2f40a2e8057cd682c0ec60978c7dad6f38b.tar ikiwiki-f4f5a2f40a2e8057cd682c0ec60978c7dad6f38b.tar.gz |
Revert "Fixed git clone link"
This reverts commit c7d6dba6db3247f088d64694f4c2f310e1701219.
git://git.ikiwiki.info/ is the canonical uri for an anoymous clone of
ikiwiki, always has been, and won't change.
(git://git.ikiwiki.info/somerandomthingItypedhere will also work currently
it happens)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/git.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/git.mdwn b/doc/git.mdwn index 9f03c2273..6d23d82da 100644 --- a/doc/git.mdwn +++ b/doc/git.mdwn @@ -8,7 +8,7 @@ web. Changes that could not be made via the web will be automatically rejected. """]] - git clone git://git.ikiwiki.info/source.git + git clone git://git.ikiwiki.info/ The gitweb is [here](http://source.ikiwiki.branchable.com/?p=source.git;a=summary). |