diff options
author | Raphaël Barrois <raphael.barrois@polyconseil.fr> | 2012-04-15 11:09:00 +0200 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polyconseil.fr> | 2012-04-15 11:09:00 +0200 |
commit | 89d31221df8dad5678650b9564de2d1035c6c260 (patch) | |
tree | 38929101c2ffda55121080b303a8860b88707ec5 /README | |
parent | 41651ed2691c25ec7eae7d5034554e0903eb4e13 (diff) | |
download | factory-boy-89d31221df8dad5678650b9564de2d1035c6c260.tar factory-boy-89d31221df8dad5678650b9564de2d1035c6c260.tar.gz |
Fixed documentation link.
Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr>
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ------- |