summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Laxalde <denis@laxalde.org>2017-02-01 10:38:51 +0100
committerStephen Finucane <stephen@that.guru>2017-02-06 18:54:23 +0000
commit6165c255ecabed2d8d74a8817279561fc9986dbe (patch)
tree1cd7198f982ff26b69f32a2fe84e331ce051ca3a
parent2bbace1f13cdccab99574a46c3fa08da20901427 (diff)
downloadpatchwork-6165c255ecabed2d8d74a8817279561fc9986dbe.tar
patchwork-6165c255ecabed2d8d74a8817279561fc9986dbe.tar.gz
docs: fix links to installation pages
Signed-off-by: Denis Laxalde <denis@laxalde.org> Reviewed-by: Daniel Axtens <dja@axtens.net> Reviewed-by: Stephen Finucane <stephen@that.guru>
-rw-r--r--docs/deployment/installation.md2
-rw-r--r--docs/development/contributing.md2
-rw-r--r--docs/development/installation.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/deployment/installation.md b/docs/deployment/installation.md
index 46294d7..48bf979 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 cc5f1d6..aefd8a6 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 a00e402..cfcc63a 100644
--- a/docs/development/installation.md
+++ b/docs/development/installation.md
@@ -357,7 +357,7 @@ using the provided `dev` settings file.
</dl>
[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