From 2bf15e45305ac03315cf2ac153db523d3ce89ce1 Mon Sep 17 00:00:00 2001 From: Joe Ferris Date: Fri, 30 May 2014 13:53:05 -0400 Subject: [PATCH] Reference released documentation * GitHub displays docs from master which aren't released * rubydoc.info displays released docs * Documentation from master frequently confuses users --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 479bdf5..bc440f1 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Documentation 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. +See [GETTING_STARTED] for information on defining and using factories. Install -------- @@ -29,8 +29,7 @@ Supported Ruby versions ----------------------- The factory_girl 3.x+ series supports MRI Ruby 1.9. Additionally, factory_girl -3.6+ supports JRuby 1.6.7.2+ while running in 1.9 mode. See -[GETTING_STARTED](https://github.com/thoughtbot/factory_girl/blob/master/GETTING_STARTED.md) +3.6+ supports JRuby 1.6.7.2+ while running in 1.9 mode. See [GETTING_STARTED] for more information on configuring the JRuby environment. For versions of Ruby prior to 1.9, please use factory_girl 2.x. @@ -43,6 +42,8 @@ More Information * [Issues](https://github.com/thoughtbot/factory_girl/issues) * [GIANT ROBOTS SMASHING INTO OTHER GIANT ROBOTS](http://robots.thoughtbot.com/) +[GETTING_STARTED]: http://rubydoc.info/gems/factory_girl/file/GETTING_STARTED.md + Contributing ------------