Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: corrected broken links and typos #321

Merged
merged 4 commits into from
Jul 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions vuepress/docs/community/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

## How do I get started?

* A good first place to get started is the [Contributors' Guide](./contributors-guide), which provides information on how you can contribute to the project.
* If you are would like an overview of the technologies used in the project, head over to the [Tools and Technologies](./tools-and-technologies.md/) section.
* To get a sense of the features we are building, view the [Product Roadmap](./mojaloop-roadmap.md)
* A good first place to get started is the [Contributors' Guide](./contributing/contributors-guide.md), which provides information on how you can contribute to the project.
* If you are would like an overview of the technologies used in the project, head over to the [Tools and Technologies](./tools/tools-and-technologies.md) section.
* To get a sense of the features we are building, view the [Product Roadmap](./mojaloop-roadmap.md).
* The [Project board](https://github.com/mojaloop/project#zenhub) showcases what is currently being worked on; you can start with a [good first issue](https://github.com/mojaloop/project/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22).

## Where can I get help?
Expand Down
6 changes: 3 additions & 3 deletions vuepress/docs/community/contributing/contributors-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ Based on the current phase of the Mojaloop project, we are looking for one of th
## How do I contribute?

* Review the [Mojaloop Deployment](https://docs.mojaloop.io/documentation/deployment-guide/) Guide and the [Onboarding Guide](https://github.com/mojaloop/mojaloop/blob/master/onboarding.md).
* Browse through the [Repository Overview](../repositories/) to understand how the Mojaloop code is managed across multiple Github Repositories.
* Get familiar with our [Standards](../standards/guide/) for contributing to this project.
* Browse through the [Repository Overview](https://docs.mojaloop.io/documentation/repositories/) to understand how the Mojaloop code is managed across multiple Github Repositories.
* Get familiar with our [Standards](../standards/guide.md) for contributing to this project.
* Go through the [New Contributor Checklist](./new-contributor-checklist.md), and browse through the project board and work on your [good first issue](https://github.com/mojaloop/project/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22)
* Review the [Roadmap](../mojaloop-roadmap.md) and contribute to future opportunities.
* Familiarize yourself with our Community [Code of Conduct](../code-of-conduct.md).
* Familiarize yourself with our Community [Code of Conduct](./code-of-conduct.md).

## What work is needed?

Expand Down
2 changes: 1 addition & 1 deletion vuepress/docs/community/documentation/standards.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Mojaloop has set forward several standards to ensure that documentation througho

### Documentation Style Guide

All new documentation should confirm to the documentation and styles as discussed [here](documentation-style-guide.md).
All new documentation should confirm to the documentation and styles as discussed [here](style-guide.md).

### Code Style Guide

Expand Down
2 changes: 1 addition & 1 deletion vuepress/docs/community/tools/pragmatic-rest.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ With the emergence of API strategy as a scaling tool for Internet service busine

### The Richardson Maturity Model

Martin Fowler has referenced1 a structured model of RESTful adoption developed by Leonard Richardson and [explained](http://www.crummy.com/writing/speaking/2008-QCon/act3.html) at a QCon talk. Fowler refers to this as the Richardson Maturity Model of RESTful design.
Martin Fowler has referenced a structured model of RESTful adoption developed by Leonard Richardson and [explained](http://www.crummy.com/writing/speaking/2008-QCon/act3.html) at a QCon talk. Fowler refers to this as the Richardson Maturity Model of RESTful design.

<!-- ![](./assets/diagrams/rest/glory-of-rest.png) -->

Expand Down