From 70e8ba60b7b458549cb301d5c700b059acb8f649 Mon Sep 17 00:00:00 2001 From: Benjamin Manns Date: Tue, 20 Dec 2011 12:07:31 -0500 Subject: [PATCH] [docs] Update GitHub repository references from geemus/fog to fog/fog. While the URLs were updated in e3dfde84, references to the GitHub repository still say geemus/fog while linking to fog/fog. --- README.rdoc | 2 +- docs/_layouts/default.html | 2 +- docs/index.markdown | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rdoc b/README.rdoc index 77b3216db..1a768fef5 100644 --- a/README.rdoc +++ b/README.rdoc @@ -108,7 +108,7 @@ geemus says: "That should give you everything you need to get started, but let m * Find something you would like to work on. For suggestions look for the `easy`, `medium` and `hard` tags in the {issues}[http://github.com/fog/fog/issues] * Fork the project and do your work in a topic branch. * Add shindo tests to prove your code works and run all the tests using `bundle exec rake`. -* Rebase your branch against geemus/fog to make sure everything is up to date. +* Rebase your branch against fog/fog to make sure everything is up to date. * Commit your changes and send a pull request. == Additional Resources diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 4730aeb88..95f3e32b4 100755 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -35,7 +35,7 @@
version
vX.Y.Z
install
gem install fog
-
source
geemus/fog
+
source
fog/fog
diff --git a/docs/index.markdown b/docs/index.markdown index 3c9e4fce9..42c7b3f93 100644 --- a/docs/index.markdown +++ b/docs/index.markdown @@ -45,7 +45,7 @@ geemus says: "That should give you everything you need to get started, but let m * Find something you would like to work on. For suggestions look for the `easy`, `medium` and `hard` tags in the [issues](http://github.com/fog/fog/issues) * Fork the project and do your work in a topic branch. * Add shindo tests to prove your code works and run all the tests using `bundle exec rake`. -* Rebase your branch against geemus/fog to make sure everything is up to date. +* Rebase your branch against fog/fog to make sure everything is up to date. * Commit your changes and send a pull request. ## Resources