diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2010-03-13 15:12:33 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2010-03-13 15:41:59 +0100 |
commit | 74e5c6ca2755703aad8b209a92a7fee044825fdf (patch) | |
tree | 0f66a866bad3a763814d1acc8593016e47596415 /contributing | |
parent | 7521c9751d9a0ef6ac690fc8a01cea3b44f9394d (diff) |
Users can now publish anonymous read-only Git repositories from their home directories.
Diffstat (limited to 'contributing')
-rw-r--r-- | contributing/web_pages.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributing/web_pages.mdwn b/contributing/web_pages.mdwn index a15e7e75..51ce873e 100644 --- a/contributing/web_pages.mdwn +++ b/contributing/web_pages.mdwn @@ -116,7 +116,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 pages the read-only way. - $ git clone git://flubber.bddebian.com/git/hurd-web [dest] + $ git clone git://flubber.bddebian.com/~hurd-web/hurd-web [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 |