From: Denis Laxalde Date: Wed, 1 Feb 2017 09:38:51 +0000 (+0100) Subject: docs: fix links to installation pages X-Git-Tag: v2.0.0-rc1~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6165c255ecabed2d8d74a8817279561fc9986dbe;p=thirdparty%2Fpatchwork.git docs: fix links to installation pages Signed-off-by: Denis Laxalde Reviewed-by: Daniel Axtens Reviewed-by: Stephen Finucane --- diff --git a/docs/deployment/installation.md b/docs/deployment/installation.md index 46294d7c..48bf9797 100644 --- a/docs/deployment/installation.md +++ b/docs/deployment/installation.md @@ -478,7 +478,7 @@ using `pwclient` to update patch state. If you do write one, please contribute it. [doc-contributing]: ../development/contributing.md -[doc-development]: development.md +[doc-development]: ../development/installation.md [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-getmail]: http://pyropus.ca/software/getmail/ diff --git a/docs/development/contributing.md b/docs/development/contributing.md index cc5f1d6a..aefd8a64 100644 --- a/docs/development/contributing.md +++ b/docs/development/contributing.md @@ -53,7 +53,7 @@ patches. In particular, please ensure: * Documentation has been updated with new requirements, new script names etc. * The `CHANGES` file has been updated with any added or removed features -[doc-development]: development.md +[doc-development]: installation.md [pw-ml]: https://ozlabs.org/mailman/listinfo/patchwork [ref-qemu-contrib]: http://wiki.qemu.org/Contribute/SubmitAPatch [ref-tox]: https://tox.readthedocs.io/en/latest/ diff --git a/docs/development/installation.md b/docs/development/installation.md index a00e402f..cfcc63ae 100644 --- a/docs/development/installation.md +++ b/docs/development/installation.md @@ -357,7 +357,7 @@ using the provided `dev` settings file. [doc-contributing]: ../development/contributing.md -[doc-deployment]: development.md +[doc-deployment]: ../deployment/installation.md [doc-testing]: testing.md [ref-django-db]: https://docs.djangoproject.com/en/1.8/ref/databases/ [ref-mman-bulk]: http://blog.behnel.de/posts/indexp118.html