From 1269a7b9c2265e5a7fe745942428decd06b49411 Mon Sep 17 00:00:00 2001 From: Pratik P Borhade <74528299+PratikBorhade302@users.noreply.github.com> Date: Tue, 14 Sep 2021 17:51:26 +0530 Subject: [PATCH] Fix #121: Broken link on what-is-litmus page (#122) Fix #121. Clicking on Sign you work should open: https://github.com/litmuschaos/litmus/blob/master/CONTRIBUTING.md#sign-your-work-with-developer-certificate-of-origin Presently it opens the correct GitHub page but wrong Heading is mentioned in the link Signed-off-by: Pratik Borhade --- .../versioned_docs/version-2.0.0/introduction/what-is-litmus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/versioned_docs/version-2.0.0/introduction/what-is-litmus.md b/website/versioned_docs/version-2.0.0/introduction/what-is-litmus.md index 1654c19..70ecda8 100644 --- a/website/versioned_docs/version-2.0.0/introduction/what-is-litmus.md +++ b/website/versioned_docs/version-2.0.0/introduction/what-is-litmus.md @@ -35,4 +35,4 @@ A chaos workflow is much more than a simple chaos experiment. It supports the us - If you are a first-time contributor, please see [Steps to Contribute](https://github.com/litmuschaos/litmus/blob/master/CONTRIBUTING.md#steps-to-contribute-). - If you would like to suggest new tests to be added to litmus, please go ahead and [create a new issue](https://github.com/litmuschaos/litmus/issues/new) describing your test. All you need to do is specify the workload type and the operations that you would like to perform on the workload. - If you would like to work on something more involved, please connect with the Litmus Contributors. -- If you would like to make code contributions, all your commits should be signed with Developer Certificate of Origin. See [Sign your work](https://github.com/litmuschaos/litmus/blob/master/CONTRIBUTING.md#sign-your-work). +- If you would like to make code contributions, all your commits should be signed with Developer Certificate of Origin. See [Sign your work](https://github.com/litmuschaos/litmus/blob/master/CONTRIBUTING.md#sign-your-work-with-developer-certificate-of-origin).