Skip to content

Commit 87764a3

Browse files
committed
Fix rest format
1 parent f314e6c commit 87764a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ Purpose
1818
-------
1919

2020
Simple Django cache backend for Amazon ElastiCache (memcached based). It uses
21-
[pymemcache](https://github.com/pinterest/pymemcache) and sets up a connection to each
21+
`pymemcache <https://github.com/pinterest/pymemcache>`_ and sets up a connection to each
2222
node in the cluster using
23-
[auto discovery](http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/AutoDiscovery.html).
24-
Originally forked from [django-elasticache](https://github.com/gusdan/django-elasticache).
23+
`auto discovery <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/AutoDiscovery.html>`_.
24+
Originally forked from `django-elasticache <https://github.com/gusdan/django-elasticache>`_.
2525

2626
Requirements
2727
------------
@@ -32,7 +32,7 @@ Requirements
3232
Installation
3333
------------
3434

35-
Get it from [pypi](http://pypi.python.org/pypi/django-elastipymemcache)::
35+
Get it from `pypix <http://pypi.python.org/pypi/django-elastipymemcache>`_::
3636

3737
pip install django-elastipymemcache
3838

0 commit comments

Comments
 (0)