Skip to content

Commit d60f477

Browse files
committed
Cleanup remaining http:// reference URIs
1 parent f64a0d7 commit d60f477

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ BUILDDIR = _build
99

1010
# User-friendly check for sphinx-build
1111
ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)
12-
$(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/)
12+
$(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from https://www.sphinx-doc.org/)
1313
endif
1414

1515
# Internal variables.

docs/community/faq.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Why not Httplib2?
3030
-----------------
3131

3232
Chris Adams gave an excellent summary on
33-
`Hacker News <http://news.ycombinator.com/item?id=2884406>`_:
33+
`Hacker News <https://news.ycombinator.com/item?id=2884406>`_:
3434

3535
httplib2 is part of why you should use requests: it's far more respectable
3636
as a client but not as well documented and it still takes way too much code
@@ -44,7 +44,7 @@ Chris Adams gave an excellent summary on
4444
Disclosure: I'm listed in the requests AUTHORS file but can claim credit
4545
for, oh, about 0.0001% of the awesomeness.
4646

47-
1. http://code.google.com/p/httplib2/issues/detail?id=96 is a good example:
47+
1. https://code.google.com/p/httplib2/issues/detail?id=96 is a good example:
4848
an annoying bug that affected many people, there was a fix available for
4949
months, which worked great when I applied it in a fork and pounded a couple
5050
TB of data through it, but it took over a year to make it into trunk and

docs/community/out-there.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ Articles & Talks
77
- `Issac Kelly's 'Consuming Web APIs' talk <https://issackelly.github.io/Consuming-Web-APIs-with-Python-Talk/slides/slides.html>`_
88
- `Blog post about Requests via Yum <https://arunsag.wordpress.com/2011/08/17/new-package-python-requests-http-for-humans/>`_
99
- `Russian blog post introducing Requests <https://habr.com/post/126262/>`_
10-
- `Sending JSON in Requests <http://www.coglib.com/~icordasc/blog/2014/11/sending-json-in-requests.html>`_
10+
- `Sending JSON in Requests <https://www.coglib.com/~icordasc/blog/2014/11/sending-json-in-requests.html>`_

docs/dev/contributing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ getting a feel for how contributing to this project works. If you have any
1414
questions, feel free to reach out to either `Nate Prewitt`_, `Ian Cordasco`_,
1515
or `Seth Michael Larson`_, the primary maintainers.
1616

17-
.. _Ian Cordasco: http://www.coglib.com/~icordasc/
17+
.. _Ian Cordasco: https://www.coglib.com/~icordasc/
1818
.. _Nate Prewitt: https://www.nateprewitt.com/
1919
.. _Seth Michael Larson: https://sethmlarson.dev/
2020

@@ -132,7 +132,7 @@ files and a semi-formal, yet friendly and approachable, prose style.
132132
When presenting Python code, use single-quoted strings (``'hello'`` instead of
133133
``"hello"``).
134134

135-
.. _reStructuredText: http://docutils.sourceforge.net/rst.html
135+
.. _reStructuredText: https://docutils.sourceforge.net/rst.html
136136
.. _Sphinx: https://www.sphinx-doc.org/en/master/
137137

138138

docs/make.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ if errorlevel 9009 (
6565
echo.may add the Sphinx directory to PATH.
6666
echo.
6767
echo.If you don't have Sphinx installed, grab it from
68-
echo.http://sphinx-doc.org/
68+
echo.https://www.sphinx-doc.org/
6969
exit /b 1
7070
)
7171

0 commit comments

Comments
 (0)