]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
docs: fix links to "contributing" page
authorDenis Laxalde <denis@laxalde.org>
Wed, 1 Feb 2017 09:38:50 +0000 (10:38 +0100)
committerStephen Finucane <stephen@that.guru>
Mon, 6 Feb 2017 18:54:20 +0000 (18:54 +0000)
Signed-off-by: Denis Laxalde <denis@laxalde.org>
Reviewed-by: Daniel Axtens <dja@axtens.net>
Reviewed-by: Stephen Finucane <stephen@that.guru>
docs/deployment/installation.md
docs/deployment/upgrading.md
docs/development/installation.md

index 3566c7d8100a29a6ca33b04a364cefb2273b7dab..46294d7c507e506f1a47528ef680cf8667cc6756 100644 (file)
@@ -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/
index 11434ba80c747a2af1ba4064a55a3c50ccba49f4..014ec514c0a17934bd3f7bdc80c1cd159f117562 100644 (file)
@@ -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/
index bc0eadf489a12fa4ae4359ae33c3833384c8db21..a00e402fe28549a22f26249d662436ecf47a64ca 100644 (file)
@@ -356,7 +356,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/