summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polyconseil.fr>2012-04-15 11:09:00 +0200
committerRaphaël Barrois <raphael.barrois@polyconseil.fr>2012-04-15 11:09:00 +0200
commit89d31221df8dad5678650b9564de2d1035c6c260 (patch)
tree38929101c2ffda55121080b303a8860b88707ec5
parent41651ed2691c25ec7eae7d5034554e0903eb4e13 (diff)
downloadfactory-boy-89d31221df8dad5678650b9564de2d1035c6c260.tar
factory-boy-89d31221df8dad5678650b9564de2d1035c6c260.tar.gz
Fixed documentation link.
Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr>
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index ebda1e6..832472f 100644
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ factory_boy
factory_boy is a fixtures replacement based on thoughtbot's `factory_girl <http://github.com/thoughtbot/factory_girl>`_ . Like factory_girl it has a straightforward definition syntax, support for multiple build strategies (saved instances, unsaved instances, attribute dicts, and stubbed objects), and support for multiple factories for the same class, including factory inheritance. Django support is included, and support for other ORMs can be easily added.
-The official repository is at http://github.com/rbarrois/factory_boy; the documentation at http://readthedocs.org/factoryboy.
+The official repository is at http://github.com/rbarrois/factory_boy; the documentation at http://readthedocs.org/docs/factoryboy/.
Credits
-------