Skip to content

Commit 01e0f2d

Browse files
committed
Use HTTPS for URLs
1 parent f8380bd commit 01e0f2d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ Amazon ElastiCache backend for Django
22
=====================================
33

44
Simple Django cache backend for Amazon ElastiCache (memcached based). It uses
5-
`pylibmc <http://github.com/lericson/pylibmc>`_ and sets up a connection to each
5+
`pylibmc <https://github.com/lericson/pylibmc>`_ and sets up a connection to each
66
node in the cluster using
7-
`auto discovery <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/AutoDiscovery.html>`_.
7+
`auto discovery <https://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/AutoDiscovery.html>`_.
88

99

1010
Requirements
@@ -18,11 +18,11 @@ It was written and tested on Python 2.7 and 3.4.
1818
Installation
1919
------------
2020

21-
Get it from `pypi <http://pypi.python.org/pypi/django-elasticache>`_::
21+
Get it from `pypi <https://pypi.python.org/pypi/django-elasticache>`_::
2222

2323
pip install django-elasticache
2424

25-
or `github <http://github.com/gusdan/django-elasticache>`_::
25+
or `github <https://github.com/gusdan/django-elasticache>`_::
2626

2727
pip install -e git://github.com/gusdan/django-elasticache.git#egg=django-elasticache
2828

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
author='Danil Gusev',
1212
platforms='any',
1313
author_email='danil.gusev@gmail.com',
14-
url='http://github.com/gusdan/django-elasticache',
14+
url='https://github.com/gusdan/django-elasticache',
1515
license='MIT',
1616
keywords='elasticache amazon cache pylibmc memcached aws',
1717
packages=['django_elasticache'],

0 commit comments

Comments
 (0)