Skip to content

Commit 786a591

Browse files
Stefan Mautethjaeckle
Stefan Maute
authored andcommitted
Fix broken links in installation-operating.md
1 parent 6b634bb commit 786a591

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

documentation/src/main/resources/pages/ditto/installation-operating.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ Each of Ditto's microservice has many options for configuration, e.g. timeouts,
3434

3535
In order to have a look at all possible configuration options and what default values they have, here are the
3636
configuration files of Ditto's microservices:
37-
* Policies: [policies.conf](https://github.com/eclipse/ditto/blob/master/services/policies/starter/src/main/resources/policies.conf)
38-
* Things: [things.conf](https://github.com/eclipse/ditto/blob/master/services/things/starter/src/main/resources/things.conf)
39-
* Things-Search: [things-search.conf](https://github.com/eclipse/ditto/blob/master/services/thingsearch/starter/src/main/resources/things-search.conf)
40-
* Concierge: [concierge.conf](https://github.com/eclipse/ditto/blob/master/services/concierge/starter/src/main/resources/concierge.conf)
41-
* Connectivity: [connectivity.conf](https://github.com/eclipse/ditto/blob/master/services/connectivity/starter/src/main/resources/connectivity.conf)
42-
* Gateway: [gateway.conf](https://github.com/eclipse/ditto/blob/master/services/gateway/starter/src/main/resources/gateway.conf)
37+
* Policies: [policies.conf](https://github.com/eclipse/ditto/blob/master/policies/service/src/main/resources/policies.conf)
38+
* Things: [things.conf](https://github.com/eclipse/ditto/blob/master/things/service/src/main/resources/things.conf)
39+
* Things-Search: [things-search.conf](https://github.com/eclipse/ditto/blob/master/thingsearch/service/src/main/resources/things-search.conf)
40+
* Concierge: [concierge.conf](https://github.com/eclipse/ditto/blob/master/concierge/service/src/main/resources/concierge.conf)
41+
* Connectivity: [connectivity.conf](https://github.com/eclipse/ditto/blob/master/connectivity/service/src/main/resources/connectivity.conf)
42+
* Gateway: [gateway.conf](https://github.com/eclipse/ditto/blob/master/gateway/service/src/main/resources/gateway.conf)
4343

4444
Whenever you find the syntax `${?UPPER_CASE_ENV_NAME}` in the configuration files, you may overwrite the default value
4545
by specifying that environment variable when running the container.

0 commit comments

Comments
 (0)