diff --git a/CONTRIBUTION_GUIDELINES.md b/CONTRIBUTION_GUIDELINES.md index 5aee82cb3..818e78a8e 100644 --- a/CONTRIBUTION_GUIDELINES.md +++ b/CONTRIBUTION_GUIDELINES.md @@ -1,6 +1,6 @@ Contributing to factory\_girl: -1. Fork the [official repository](http://github.com/thoughtbot/factory_girl/tree/master). +1. Fork the [official repository](https://github.com/thoughtbot/factory_girl/tree/master). 2. Make your changes in a topic branch. 3. Send a pull request. diff --git a/README.md b/README.md index b258fe4b0..eb727fa3c 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,12 @@ factory_girl is a fixtures replacement with a straightforward definition syntax, support for multiple build strategies (saved instances, unsaved instances, attribute hashes, and stubbed objects), and support for multiple factories for the same class (user, admin_user, and so on), including factory inheritance. If you want to use factory_girl with Rails 3, see -[factory_girl_rails](http://github.com/thoughtbot/factory_girl_rails). +[factory_girl_rails](https://github.com/thoughtbot/factory_girl_rails). Documentation ------------- -You should find the documentation for your version of factory_girl on [Rubygems](http://rubygems.org/gems/factory_girl). +You should find the documentation for your version of factory_girl on [Rubygems](https://rubygems.org/gems/factory_girl). See [GETTING_STARTED](https://github.com/thoughtbot/factory_girl/blob/master/GETTING_STARTED.md) for information on defining and using factories. @@ -28,15 +28,15 @@ and run `bundle install` from your shell. More Information ---------------- -* [Rubygems](http://rubygems.org/gems/factory_girl) +* [Rubygems](https://rubygems.org/gems/factory_girl) * [Mailing list](http://groups.google.com/group/factory_girl) -* [Issues](http://github.com/thoughtbot/factory_girl/issues) +* [Issues](https://github.com/thoughtbot/factory_girl/issues) * [GIANT ROBOTS SMASHING INTO OTHER GIANT ROBOTS](http://giantrobots.thoughtbot.com) Contributing ------------ -Please see the [contribution guidelines](http://github.com/thoughtbot/factory_girl/blob/master/CONTRIBUTION_GUIDELINES.md). +Please see the [contribution guidelines](https://github.com/thoughtbot/factory_girl/blob/master/CONTRIBUTION_GUIDELINES.md). Credits -------