diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index f2f474941..cdee90aa4 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -4,7 +4,7 @@ Bug fixes, feature additions, tests, documentation and more can be contributed v
## Bug fixes, feature additions, etc.
-Please send a pull request to the master branch. Please include [documentation](http://pillow.readthedocs.org) and [tests](Tests/README.rst) for new features. Tests or documentation without bug fixes or feature additions are welcome too. Feel free to ask questions [via issues](https://github.com/python-pillow/Pillow/issues/new) or irc://irc.freenode.net#pil
+Please send a pull request to the master branch. Please include [documentation](https://pillow.readthedocs.io) and [tests](Tests/README.rst) for new features. Tests or documentation without bug fixes or feature additions are welcome too. Feel free to ask questions [via issues](https://github.com/python-pillow/Pillow/issues/new) or irc://irc.freenode.net#pil
- Fork the Pillow repository.
- Create a branch from master.
diff --git a/README.rst b/README.rst
index 13fd77a78..b115a55a4 100644
--- a/README.rst
+++ b/README.rst
@@ -19,7 +19,7 @@ Pillow is the friendly PIL fork by `Alex Clark and Contributors `_
+- `Documentation `_
- - `Installation `_
- - `Handbook `_
+ - `Installation `_
+ - `Handbook `_
- `Contribute `_
diff --git a/Tests/test_psdraw.py b/Tests/test_psdraw.py
index 427c6c707..c657f2dbe 100644
--- a/Tests/test_psdraw.py
+++ b/Tests/test_psdraw.py
@@ -31,7 +31,7 @@ class TestPsDraw(PillowTestCase):
def test_draw_postscript(self):
# Based on Pillow tutorial, but there is no textsize:
- # http://pillow.readthedocs.org/en/latest/handbook/tutorial.html
+ # https://pillow.readthedocs.io/en/latest/handbook/tutorial.html
# Arrange
tempfile = self.tempfile('temp.ps')
diff --git a/docs/index.rst b/docs/index.rst
index d7bd95b9a..9ec56e117 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -7,7 +7,7 @@ Pillow is the friendly PIL fork by `Alex Clark and Contributors