Skip to content

Commit 00f8e00

Browse files
authored
Fix links (#136)
* Fix a couple of links * Add a symbolic link so github dir has a readme
1 parent c9454b5 commit 00f8e00

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ microservices with Python which handles cross-cutting concerns:
2323
PyMS is powered by [Flask](https://flask.palletsprojects.com/en/1.1.x/), [Connexion](https://github.com/zalando/connexion)
2424
and [Opentracing](https://opentracing.io/).
2525

26-
Get started with [Installation](installation.md) and then get an overview with the [Quickstart](quickstart.md).
26+
Get started with [Installation](./docs/installation.md) and then get an overview with the [Quickstart](./docs/quickstart.md).
2727

2828
## Documentation
2929

@@ -98,7 +98,7 @@ pyms:
9898
1. Create a instance of PyMS Microservice class (#1.1). This initialization inject the configuration defined in the
9999
1.3 block and could be accessed through current_app.config like typical
100100
[Flask config](https://flask.palletsprojects.com/en/1.1.x/config/).
101-
Then, initialize the service defined in the 1.2 block. See [Services](services.md) for more details.
101+
Then, initialize the service defined in the 1.2 block. See [Services](./docs/services.md) for more details.
102102
103103
2. Initialize [Flask](https://flask.palletsprojects.com/en/1.1.x/) instance, [Connexion](https://github.com/zalando/connexion)
104104
if it was defined in the pyms configuration block, create a tracer, add health-check blueprint, initialize libs and set

docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
index.md

0 commit comments

Comments
 (0)