From 37af8bc7e4e24c707b74cbc21d2d36b359943bb6 Mon Sep 17 00:00:00 2001 From: geemus Date: Wed, 4 May 2011 18:33:43 -0700 Subject: [PATCH] [README] replace getting started link --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index b4b8a71b6..6dc242588 100644 --- a/README.rdoc +++ b/README.rdoc @@ -91,7 +91,7 @@ It will return an {excon}[http://github.com/geemus/excon] response, which has `b == Go forth and conquer -Play around and use the console to explore or check out the {getting started guide}[http://wiki.github.com/geemus/fog/getting-started-with-fog] for more details. Once you are reading to start scripting fog, here is a quick hint on how to make connections without the command line thing to help you. +Play around and use the console to explore or check out {fog.io}[http://fog.io] for more details and examples. Once you are reading to start scripting fog, here is a quick hint on how to make connections without the command line thing to help you. # create a compute connection compute = Fog::Compute.new(:provider => 'AWS', :aws_access_key_id => ACCESS_KEY_ID, :aws_secret_access_key => SECRET_ACCESS_KEY)