diff options
author | Michael Kaye <1917473+michaelkaye@users.noreply.github.com> | 2018-12-07 17:48:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-07 17:48:01 +0000 |
commit | 5a1c6f45be3e6e9e7f479f96da5526f2eefd2a35 (patch) | |
tree | 59bc7899b36949d7fe6855c0a39b3fdf17350fb2 /CONTRIBUTING.rst | |
parent | Initialise user displayname from SAML2 data (#4272) (diff) | |
download | synapse-5a1c6f45be3e6e9e7f479f96da5526f2eefd2a35.tar.xz |
Update link to kernel.org DCO usage
https://www.kernel.org/doc/Documentation/SubmittingPatches returns a simple page indicating that it's moved to: "process/submitting-patches.rst". I believe the new link contains the same information as what was previously linked to.
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r-- | CONTRIBUTING.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 6ef7d48dc7..a9fc12f6de 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -102,7 +102,7 @@ Sign off In order to have a concrete record that your contribution is intentional and you agree to license it under the same terms as the project's license, we've adopted the same lightweight approach that the Linux Kernel -(https://www.kernel.org/doc/Documentation/SubmittingPatches), Docker +(https://www.kernel.org/doc/html/latest/process/submitting-patches.html#sign-your-work-the-developer-s-certificate-of-origin), Docker (https://github.com/docker/docker/blob/master/CONTRIBUTING.md), and many other projects use: the DCO (Developer Certificate of Origin: http://developercertificate.org/). This is a simple declaration that you wrote |