From 11b8faa76160a9828275d6e35131a65bc03d32ab Mon Sep 17 00:00:00 2001 From: hugovk Date: Thu, 28 Apr 2016 09:35:03 +0300 Subject: [PATCH] Update RTD links https://blog.readthedocs.com/securing-subdomains/ --- .github/CONTRIBUTING.md | 2 +- README.rst | 8 ++++---- Tests/test_psdraw.py | 2 +- docs/index.rst | 2 +- setup.py | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) 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