[PATCH 2/3] docs: fix links to "contributing" page

Denis Laxalde denis at laxalde.org
Wed Feb 1 20:38:50 AEDT 2017


Signed-off-by: Denis Laxalde <denis at laxalde.org>
---
 docs/deployment/installation.md  | 2 +-
 docs/deployment/upgrading.md     | 2 +-
 docs/development/installation.md | 2 +-
 3 files changed, 3 insertions(+), 3 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/
diff --git a/docs/development/installation.md b/docs/development/installation.md
index 16cb3ae..b2dfea9 100644
--- a/docs/development/installation.md
+++ b/docs/development/installation.md
@@ -354,7 +354,7 @@ using the provided `dev` settings file.
   <dd>Type of database to use. Options: 'mysql', 'postgres'</dd>
 </dl>
 
-[doc-contributing]: ../CONTRIBUTING.md
+[doc-contributing]: ../development/contributing.md
 [doc-deployment]: development.md
 [doc-testing]: testing.md
 [ref-django-db]: https://docs.djangoproject.com/en/1.8/ref/databases/
-- 
2.11.0



More information about the Patchwork mailing list