diff options
-rw-r--r-- | doc/tips/peer_to_peer_network_with_tor.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tips/peer_to_peer_network_with_tor.mdwn b/doc/tips/peer_to_peer_network_with_tor.mdwn index 3e6a4bd59..11d977cca 100644 --- a/doc/tips/peer_to_peer_network_with_tor.mdwn +++ b/doc/tips/peer_to_peer_network_with_tor.mdwn @@ -1,12 +1,12 @@ git-annex has recently gotten support for running as a -[Tor](http://http://torproject.org/) hidden service. This is a nice secure +[Tor](https://torproject.org/) hidden service. This is a nice secure and easy to use way to connect repositories between peers in different locations, without needing any central server. ## setting up the first peer First, you need to get Tor installed and running. See -[their website](http://http://torproject.org/), or try a command like: +[their website](https://torproject.org/), or try a command like: sudo apt-get install tor |