summaryrefslogtreecommitdiff
path: root/docs/deployment
diff options
context:
space:
mode:
authorDenis Laxalde <denis@laxalde.org>2017-02-01 10:38:50 +0100
committerStephen Finucane <stephen@that.guru>2017-02-06 18:54:20 +0000
commit2bbace1f13cdccab99574a46c3fa08da20901427 (patch)
tree2fcd82a29c9a7beba162b1d890219cbeb537f5bd /docs/deployment
parent3ee4d4ee25428c7c1c617cff7eb5b6660f5400f5 (diff)
downloadpatchwork-2bbace1f13cdccab99574a46c3fa08da20901427.tar
patchwork-2bbace1f13cdccab99574a46c3fa08da20901427.tar.gz
docs: fix links to "contributing" page
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/deployment')
-rw-r--r--docs/deployment/installation.md2
-rw-r--r--docs/deployment/upgrading.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/deployment/installation.md b/docs/deployment/installation.md
index 3566c7d..46294d7 100644
--- a/docs/deployment/installation.md
+++ b/docs/deployment/installation.md
@@ -477,7 +477,7 @@ If you are using a system other than git, you can likely write a similar hook
using `pwclient` to update patch state. If you do write one, please contribute
it.
-[doc-contributing]: contributing.md
+[doc-contributing]: ../development/contributing.md
[doc-development]: development.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/
diff --git a/docs/deployment/upgrading.md b/docs/deployment/upgrading.md
index 11434ba..014ec51 100644
--- a/docs/deployment/upgrading.md
+++ b/docs/deployment/upgrading.md
@@ -131,7 +131,7 @@ community can benefit from this new functionality. Please see
process.
[doc-installation]: installation.md
-[doc-contributing]: contributing.md
+[doc-contributing]: ../development/contributing.md
[gh-upgrading]: https://github.com/getpatchwork/patchwork/blob/master/UPGRADING.md
[gh-v1]: https://github.com/getpatchwork/patchwork/releases/tag/v1.0.0
[ref-django-migrate]: https://docs.djangoproject.com/en/1.8/topics/migrations/