From b1c306b09eb2128b8f74586407384f5a1acf4cba Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Tue, 5 Nov 2013 19:24:39 -0600 Subject: [PATCH] Fix the repo location in the install documentation --- doc/installation.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/installation.textile b/doc/installation.textile index b9dc4388..0ae21f9e 100644 --- a/doc/installation.textile +++ b/doc/installation.textile @@ -10,7 +10,7 @@ There are two methods of downloading Tracks: # If you want to live on the edge, you can get the latest development version from GitHub using git (bear in mind that this may be less stable than the released versions): bc. cd ~/Sites -git clone git://github.com/tracksapp/tracks.git +git clone https://github.com/TracksApp/tracks.git cd tracks