From 959517da0deb50c784ad3ab669720acb992adb3f Mon Sep 17 00:00:00 2001 From: JohnClay Date: Sat, 3 Sep 2016 18:59:50 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 74aef0862..ddfaaa844 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ Transmission is a fast, easy, and free BitTorrent client. It comes in several fl * A headless daemon for servers and routers * A web UI for remote controlling any of the above -Visit http://www.transmissionbt.com/ for more information. +Visit https://transmissionbt.com/ for more information. ## Building Transmission has an Xcode project file (Transmission.xcodeproj) for building in Xcode. -For a more detailed description, and dependencies, visit: http://trac.transmissionbt.com/wiki/ +For a more detailed description, and dependencies, visit: https://github.com/transmission/transmission/wiki ### Building a Transmission release from the command line @@ -24,7 +24,7 @@ For a more detailed description, and dependencies, visit: http://trac.transmissi ### Building Transmission from the nightly builds -Download a tarball from http://build.transmissionbt.com/job/trunk-linux-inc/ and follow the steps from the previous section. +Download a tarball from https://build.transmissionbt.com/job/trunk-linux-inc/ and follow the steps from the previous section. If you're new to building programs from source code, this is typically easier than building from SVN.