Skip to content

Commit fcc7103

Browse files
authored
Merge pull request #207 from chrahunt/fix-httplib2-links
Fix httplib2 links.
2 parents a101657 + 5b20402 commit fcc7103

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ result in a simple dictionary.
4343
For more info, check out the docs_
4444

4545
.. _docs: http://cachecontrol.readthedocs.org/en/latest/
46-
.. _httplib2: https://github.com/jcgregorio/httplib2
46+
.. _httplib2: https://github.com/httplib2/httplib2
4747
.. _requests: http://docs.python-requests.org/

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ production environments, replacing httplib2's usage.
7272
If you give it a try, please let me know of any issues.
7373

7474

75-
.. _httplib2: http://code.google.com/p/httplib2/
75+
.. _httplib2: https://github.com/httplib2/httplib2
7676
.. _requests: http://docs.python-requests.org/
7777
.. _Editing the Web: http://www.w3.org/1999/04/Editing/
7878
.. _PyPI: https://pypi.python.org/pypi/CacheControl/

docs/storage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Third-Party Cache Providers
110110

111111

112112

113-
.. _httplib2: http://code.google.com/p/httplib2/
113+
.. _httplib2: https://github.com/httplib2/httplib2
114114
.. _lockfile: https://github.com/smontanaro/pylockfile
115115
.. _requests 2.1: http://docs.python-requests.org/en/latest/community/updates/#id2
116116
.. _redis: https://github.com/andymccurdy/redis-py

0 commit comments

Comments
 (0)