From 89d31221df8dad5678650b9564de2d1035c6c260 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Sun, 15 Apr 2012 11:09:00 +0200 Subject: Fixed documentation link. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaƫl Barrois --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') 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 `_ . 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 ------- -- cgit v1.2.3