diff options
author | Joey Hess <joey@kitenet.net> | 2012-09-27 19:00:32 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-09-27 19:00:32 -0400 |
commit | cd8f8e67526b81b489f6b72e960993150bd85216 (patch) | |
tree | a150d16c8952c562e949819033eb265354f38372 | |
parent | 870b65f5242818698868cb23ea32b3d6dd6429d1 (diff) |
link
-rw-r--r-- | doc/tips/setup_a_public_repository_on_a_web_site.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/setup_a_public_repository_on_a_web_site.mdwn b/doc/tips/setup_a_public_repository_on_a_web_site.mdwn index 4acbfb3e8..5ed3a98f4 100644 --- a/doc/tips/setup_a_public_repository_on_a_web_site.mdwn +++ b/doc/tips/setup_a_public_repository_on_a_web_site.mdwn @@ -3,7 +3,7 @@ You can of course, just drop them onto a website. But perhaps you'd like to use git-annex to manage those files. And as an added bonus, why not let anyone in the world clone your site and use `git-annex get`! -My site like this is [http://downloads.kitenet.net](downloads.kitenet.net). +My site like this is [downloads.kitenet.net](http://downloads.kitenet.net). Here's how I set it up. --[[Joey]] 1. Set up a web site. I used Apache, and configured it to follow symlinks. |