diff --git a/lib/fog/rackspace/docs/getting_started.md b/lib/fog/rackspace/docs/getting_started.md index 2076ab2f9..8b69a0610 100644 --- a/lib/fog/rackspace/docs/getting_started.md +++ b/lib/fog/rackspace/docs/getting_started.md @@ -22,7 +22,7 @@ To install Fog via RubyGems run the following command: To install Fog via Bundler add `gem 'fog'` to your `Gemfile`. This is a sample `Gemfile` to install Fog: - source :rubygems + source 'https://rubygems.org' gem 'fog'