Skip to content

Commit 5b20402

Browse files
committed
Fix httplib2 links.
httplib2 development moved to https://github.com/httplib2/httplib2.
1 parent 007e8ca commit 5b20402

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
@@ -38,5 +38,5 @@ result in a simple dictionary.
3838
For more info, check out the docs_
3939

4040
.. _docs: http://cachecontrol.readthedocs.org/en/latest/
41-
.. _httplib2: https://github.com/jcgregorio/httplib2
41+
.. _httplib2: https://github.com/httplib2/httplib2
4242
.. _requests: http://docs.python-requests.org/

docs/index.rst

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

6969

70-
.. _httplib2: http://code.google.com/p/httplib2/
70+
.. _httplib2: https://github.com/httplib2/httplib2
7171
.. _requests: http://docs.python-requests.org/
7272
.. _Editing the Web: http://www.w3.org/1999/04/Editing/
7373
.. _PyPI: https://pypi.python.org/pypi/CacheControl/

docs/storage.rst

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

105105

106106

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

0 commit comments

Comments
 (0)