8000 docs: point README hyperlinks to new location by jordivandooren · Pull Request #232 · python-microservices/pyms · GitHub
[go: up one dir, main page]

Skip to content

docs: point README hyperlinks to new location #232

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

Merged
Merged
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
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ microservices with Python which handles cross-cutting concerns:
PyMS is powered by [Flask](https://flask.palletsprojects.com/en/1.1.x/), [Connexion](https://github.com/zalando/connexion)
and [Opentracing](https://opentracing.io/).

Get started with [Installation](./docs/installation.md) and then get an overview with the [Quickstart](./docs/quickstart.md).
Get started with [Installation](https://python-microservices.github.io/installation/)
and then get an overview with the [Quickstart](https://python-microservices.github.io/quickstart/).

## Documentation

Expand All @@ -45,4 +46,4 @@ See our [Create a project from scaffold webpage](https://python-microservices.gi
## How To contribute

We appreciate opening issues and pull requests to make PyMS even more stable & useful! See [This doc](https://python-microservices.github.io/contributing/)
for more details.
for more details.
0