diff options
author | GNU Hurd wiki engine <web-hurd@gnu.org> | 2007-08-12 11:40:29 -0400 |
---|---|---|
committer | GNU Hurd wiki engine <web-hurd@gnu.org> | 2007-08-12 11:40:29 -0400 |
commit | 751013fa5e877155b0c7eea5fb8ee0e92fc9a30a (patch) | |
tree | f83b2679a5f0e4e835b7d0329ffeb89379ea3f81 | |
parent | 77128fd584af4b46561f25b11882b4860e638757 (diff) |
web commit by lx_jakal: Fixed the git:// URI
-rw-r--r-- | HowToContributeToThisWiki.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/HowToContributeToThisWiki.mdwn b/HowToContributeToThisWiki.mdwn index 9b467d32..9b73630b 100644 --- a/HowToContributeToThisWiki.mdwn +++ b/HowToContributeToThisWiki.mdwn @@ -49,7 +49,7 @@ ssh configuration as advised on that page.) If you have an account on there: If you don't have such an account or don't have your login data handy, you can still get the pages the read-only way. - $ git clone git://flubber.bddebian.com/wiki [dest] + $ git clone git://flubber.bddebian.com/git/wiki [dest] If that also doesn't work out, you have yet another chance: pull over the http protocol. Not very efficient (read: rather inefficient), but it works. This |