From 0819321e9d508e6ad954826d4853b69239004467 Mon Sep 17 00:00:00 2001 From: Jordi van Dooren Date: Wed, 16 Jun 2021 15:26:28 +0200 Subject: [PATCH] docs: point README hyperlinks to new location --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d32678d..9ba3ac1 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. \ No newline at end of file +for more details.