From 2c9f6a02c484fe96de2af492b1088b39d9d38c5d Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Sun, 22 Jul 2012 16:02:00 -0700 Subject: [PATCH] Converting to RST-style links, too. --- readme.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.rst b/readme.rst index 2cf9456..4cc0253 100755 --- a/readme.rst +++ b/readme.rst @@ -14,13 +14,13 @@ You can either install from pip:: pip install django-mailbox -*or* checkout and install the source from the [bitbucket repository](https://bitbucket.org/latestrevision/django-mailbox):: +*or* checkout and install the source from the `bitbucket repository `_:: hg clone https://bitbucket.org/latestrevision/django-mailbox cd django-mailbox python setup.py install -*or* checkout and install the source from the [github repository](https://github.com/latestrevision/django-mailbox):: +*or* checkout and install the source from the `github repository `:: git clone https://github.com/latestrevision/django-mailbox.git cd django-mailbox