diff options
author | Denis Laxalde <denis@laxalde.org> | 2017-02-01 10:38:51 +0100 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2017-02-06 18:54:23 +0000 |
commit | 6165c255ecabed2d8d74a8817279561fc9986dbe (patch) | |
tree | 1cd7198f982ff26b69f32a2fe84e331ce051ca3a /docs/development | |
parent | 2bbace1f13cdccab99574a46c3fa08da20901427 (diff) | |
download | patchwork-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>
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/contributing.md | 2 | ||||
-rw-r--r-- | docs/development/installation.md | 2 |
2 files changed, 2 insertions, 2 deletions
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 |