Skip to content

Commit

Permalink
http => https
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Jan 12, 2012
1 parent f2e4138 commit 30e13dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 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.

Expand Down
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -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.

Expand All @@ -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
-------
Expand Down

0 comments on commit 30e13dd

Please sign in to comment.