Skip to content

Commit

Permalink
[README] replace getting started link
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed May 5, 2011
1 parent 12c8921 commit 37af8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 37af8bc

Please sign in to comment.