File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ Purpose
1818-------
1919
2020Simple 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
2222node 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
2626Requirements
2727------------
@@ -32,7 +32,7 @@ Requirements
3232Installation
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
You can’t perform that action at this time.
0 commit comments