Skip to content

Commit

Permalink
docs: update links for creating new features (#426)
Browse files Browse the repository at this point in the history
Update links for creating new features

Changing links from mojaloop.io to docs.mojaloop.io along with new paths.
  • Loading branch information
philipmarkgreen authored Jan 3, 2024
1 parent 4c171f8 commit c6504a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/community/contributing/new-contributor-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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
Expand All @@ -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)
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)

0 comments on commit c6504a3

Please sign in to comment.