From 98b85672019565a7c1a3d118b34f3140df87e0bd Mon Sep 17 00:00:00 2001 From: "Tobias H. Michaelsen" Date: Wed, 24 Aug 2011 22:25:04 +0300 Subject: [PATCH] Corrected link to canonical fork --- README.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.textile b/README.textile index efbea35..ec12940 100644 --- a/README.textile +++ b/README.textile @@ -3,7 +3,7 @@ h1. Textmate Bundle for Cucumber Hi, Aslak Hellesøy and Dr. Nic Williams are now maintaining this project. -Please install and refer to "Aslak's fork":http://github.com/aslakhellesoy/cucumber-tmbundle for updates/tickets. +Please install and refer to "the canonical fork":http://github.com/cucumber/cucumber-tmbundle for updates/tickets. If you already have the bundle installed with my fork you can use the "Update Cucumber Bundle" menu item followed by the "Switch to New Canonical Fork" item once it is updated. @@ -24,7 +24,7 @@ original install directions this should work for you:
     cd ~/Library/Application\ Support/TextMate/Bundles
     rm -rf Cucumber.tmbundle 
-    git clone git://github.com/aslakhellesoy/cucumber-tmbundle.git Cucumber.tmbundle
+    git clone git://github.com/cucumber/cucumber-tmbundle.git Cucumber.tmbundle
     osascript -e 'tell app "TextMate" to reload bundles'