]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
docs: Update readthedocs URLs
authorStephen Finucane <stephenfinucane@hotmail.com>
Mon, 29 Aug 2016 23:35:41 +0000 (00:35 +0100)
committerStephen Finucane <stephenfinucane@hotmail.com>
Thu, 1 Sep 2016 18:24:53 +0000 (19:24 +0100)
'readthedocs.io' is preferred to 'readthedocs.org'. Update all relevant
links.

Signed-off-by: Stephen Finucane <stephenfinucane@hotmail.com>
README.md
docs/contributing.md
docs/deployment.md
docs/development.md
tools/vagrant/install.sh

index 62e9c4f4d907bf95ad17f6db9ae58c72feaeb383..13c327a10fe5fb9406ae133c93be5694f995a94a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -59,14 +59,14 @@ For further information, please refer to the [docs][docs].
 For bug reports, patch submissions or other questions, please use the
 [Patchwork mailing list][pw-ml].
 
-[badge-doc-ref]: https://patchwork.readthedocs.org/en/latest/
-[badge-doc-img]: https://readthedocs.org/projects/patchwork/badge/?version=latest
+[badge-doc-ref]: https://patchwork.readthedocs.io/en/latest/
+[badge-doc-img]: https://readthedocs.io/projects/patchwork/badge/?version=latest
 [badge-req-ref]: https://requires.io/github/getpatchwork/patchwork/requirements/?branch=master
 [badge-req-img]: https://requires.io/github/getpatchwork/patchwork/requirements.svg?branch=master
 [badge-waffle-ref]: https://waffle.io/getpatchwork/patchwork
 [badge-waffle-img]: https://badge.waffle.io/getpatchwork/patchwork.svg?label=ready&title=Ready
-[docs]: https://patchwork.readthedocs.org/en/latest/
-[docs-development]: https://patchwork.readthedocs.org/en/latest/development/
+[docs]: https://patchwork.readthedocs.io/en/latest/
+[docs-development]: https://patchwork.readthedocs.io/en/latest/development/
 [pdf-fosdem]: https://speakerdeck.com/stephenfin/a-new-patchwork-bringing-ci-patch-tracking-and-more-to-the-mailing-list
 [pdf-plumbers]: https://www.linuxplumbersconf.org/2011/ocw/system/presentations/255/original/patchwork.pdf
 [pw-ml]: https://ozlabs.org/mailman/listinfo/patchwork
index 93b060278bab84cc7c145d6a73c99d2c1c10ec55..cc5f1d6ad0d36d7222ccb3b6932501a7ba4dfbc5 100644 (file)
@@ -56,4 +56,4 @@ patches. In particular, please ensure:
 [doc-development]: development.md
 [pw-ml]: https://ozlabs.org/mailman/listinfo/patchwork
 [ref-qemu-contrib]: http://wiki.qemu.org/Contribute/SubmitAPatch
-[ref-tox]: https://tox.readthedocs.org/en/latest/
+[ref-tox]: https://tox.readthedocs.io/en/latest/
index c2e92dd01ba873952fa36889e2baf72f059636d3..0867daadd976ca00aa04eed2fe80227d87aeca1f 100644 (file)
@@ -429,6 +429,6 @@ it.
 [ref-django-files]: https://docs.djangoproject.com/en/dev/intro/tutorial01/#creating-a-project
 [ref-django-settings]: https://docs.djangoproject.com/en/1.8/ref/settings/
 [ref-pkgs]: http://pkgs.org/
-[ref-uwsgi-emperor]: https://uwsgi-docs.readthedocs.org/en/latest/Emperor.html
-[ref-uwsgi-systemd]: https://uwsgi-docs.readthedocs.org/en/latest/Systemd.html
-[ref-uwsgi-upstart]: https://uwsgi-docs.readthedocs.org/en/latest/Upstart.html
+[ref-uwsgi-emperor]: https://uwsgi-docs.readthedocs.io/en/latest/Emperor.html
+[ref-uwsgi-systemd]: https://uwsgi-docs.readthedocs.io/en/latest/Systemd.html
+[ref-uwsgi-upstart]: https://uwsgi-docs.readthedocs.io/en/latest/Upstart.html
index 2ecb2c4b14ce08c68cb775cbf66479d64a5efe32..e51f7b1da542e5f6c4839af556af37794c9ad7bc 100644 (file)
@@ -335,8 +335,8 @@ using the provided `dev` settings file.
 [ref-mman-bulk]: http://blog.behnel.de/posts/indexp118.html
 [ref-py34-pip]: http://legacy.python.org/dev/peps/pep-0453/
 [ref-sqlite-utf8]: https://www.sqlite.org/faq.html#q18
-[ref-tox]: https://tox.readthedocs.org/en/latest/
+[ref-tox]: https://tox.readthedocs.io/en/latest/
 [ref-compose]: https://docs.docker.com/compose/install/
 [ref-docker]: https://docs.docker.com/engine/installation/linux/
 [ref-vagrant]: https://www.vagrantup.com/docs/getting-started/
-[ref-venv]: https://virtualenv.readthedocs.org/en/latest/
+[ref-venv]: https://virtualenv.readthedocs.io/en/latest/
index 3edec852583a89e19ad5fc819870793d6c5216ec..eb25910c0b001262e18fa4f498ffd0b8062a1a6e 100644 (file)
@@ -71,5 +71,5 @@ echo "    $ createsuperuser"
 echo "For information on the above, and some examples on loading sample date,"
 echo "please refer to the documentation found in the 'doc' folder."
 echo "Alternatively, check out the docs online:"
-echo "    https://patchwork.readthedocs.org/en/latest/development/"
+echo "    https://patchwork.readthedocs.io/en/latest/development/"
 echo "Happy patchworking."