From c6504a3e43b5313df7923918e6d0eae055d3b430 Mon Sep 17 00:00:00 2001 From: Philip Green Date: Wed, 3 Jan 2024 10:23:02 +0200 Subject: [PATCH] docs: update links for creating new features (#426) Update links for creating new features Changing links from mojaloop.io to docs.mojaloop.io along with new paths. --- docs/community/contributing/new-contributor-checklist.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/community/contributing/new-contributor-checklist.md b/docs/community/contributing/new-contributor-checklist.md index 24b0ace6..e438fc7e 100644 --- a/docs/community/contributing/new-contributor-checklist.md +++ b/docs/community/contributing/new-contributor-checklist.md @@ -16,7 +16,7 @@ This guide summarizes the steps needed to get up and running as a contributor to - Say hi! Feel free to give a short introduction of yourself to the community on the `#general` channel. -- Review the [Git workflow guide](https://mojaloop.io/documentation/contributors-guide/standards/creating-new-features.html) and ensure you are familiar with git. +- Review the [Git workflow guide](https://docs.mojaloop.io/community/standards/creating-new-features.html) and ensure you are familiar with git. - Further reading: [Introduction to Github workflow](https://www.atlassian.com/git/tutorials/comparing-workflows) - Familiarize yourself with our standard coding style: https://standardjs.com/ @@ -38,7 +38,7 @@ This guide summarizes the steps needed to get up and running as a contributor to - Leave a comment on the issue asking for it to be assigned to you -- this helps make sure we don't duplicate work. As always, reach out to us on Slack if you have any questions or concerns. - Fork the relevant repos for the issue, clone and create a new branch for the issue - - Refer to our [Git User Guide](https://mojaloop.io/documentation/contributors-guide/standards/creating-new-features.html) if you get lost + - Refer to our [Git User Guide](https://docs.mojaloop.io/community/standards/creating-new-features.html) if you get lost ## 3. Opening your First PR @@ -60,4 +60,4 @@ This guide summarizes the steps needed to get up and running as a contributor to ## 4. Signing the CLA -After you open your first PR, our CI/CD pipelines will ask you to sign the CLA. For more information on what the CLA is and how to sign it, see [Signing the CLA](./signing-the-cla.md) \ No newline at end of file +After you open your first PR, our CI/CD pipelines will ask you to sign the CLA. For more information on what the CLA is and how to sign it, see [Signing the CLA](./signing-the-cla.md)