From ef1b26e69398c3aa3a7657b2cb6a667316e68e23 Mon Sep 17 00:00:00 2001 From: Raphaël Barrois Date: Sun, 3 Mar 2013 21:41:40 +0100 Subject: Improve links in README. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaël Barrois --- README | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index a819972..0f20d84 100644 --- a/README +++ b/README @@ -14,7 +14,13 @@ Its features include: - Multiple factories per class support, including inheritance - Support for various ORMs (currently Django, Mogo) -The official repository is at http://github.com/rbarrois/factory_boy; the documentation at http://readthedocs.org/docs/factoryboy/. + +Links +----- + +* Documentation: http://factoryboy.readthedocs.org/ +* Official repository: https://github.com/rbarrois/factory_boy +* Package: https://pypi.python.org/pypi/factory_boy/ factory_boy supports Python 2.6 and 2.7 (Python 3 is in the works), and requires only the standard Python library. @@ -22,13 +28,13 @@ factory_boy supports Python 2.6 and 2.7 (Python 3 is in the works), and requires Download -------- -PyPI: http://pypi.python.org/pypi/factory_boy/ +PyPI: https://pypi.python.org/pypi/factory_boy/ .. code-block:: sh $ pip install factory_boy -Source: http://github.com/rbarrois/factory_boy/ +Source: https://github.com/rbarrois/factory_boy/ .. code-block:: sh -- cgit v1.2.3