aboutsummaryrefslogtreecommitdiff
path: root/doc/tips
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-06-26 19:21:19 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-06-26 19:21:19 -0400
commitb0d801955a9bbc15ab783253af088df4a7b4077a (patch)
tree317610e601f2b9a2425299631cb980290eb0d74d /doc/tips
parentffcc551b4c333fc0a9d8f0c01d1b27d2c3b75d38 (diff)
downloads.kitenet.net now supports https; use it for all links
Diffstat (limited to 'doc/tips')
-rw-r--r--doc/tips/setup_a_public_repository_on_a_web_site.mdwn4
1 files changed, 2 insertions, 2 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 2b2363d3e..dae1d69c2 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 [downloads.kitenet.net](http://downloads.kitenet.net).
+My site like this is [downloads.kitenet.net](https://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.
@@ -19,7 +19,7 @@ Here's how I set it up. --[[Joey]]
6. Make sure users can still download files from the site directly.
7. Instruct advanced users to clone a http url that ends with the "/.git/"
directory. For example, for downloads.kitenet.net, the clone url
- is `http://downloads.kitenet.net/.git/`
+ is `https://downloads.kitenet.net/.git/`
When users clone over http, and run git-annex, it will
automatically learn all about your repository and be able to download files