Mirror of https://github.com/roostorg/osprey github.com/roostorg/osprey
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix broken Coordinator README link in DEVELOPMENT.md (#172)

authored by

Regis Camimura and committed by
GitHub
759af1dd ec5ab38f

+1 -1
+1 -1
docs/DEVELOPMENT.md
··· 88 88 - **Postgres**: A database that the Worker, UI API, and Druid use for various reasons, such as the Postgres-backed Labels Service (in the example plugins) 89 89 - **Druid**: A database that consumes Osprey Worker outputs to power the UI API for real-time querying 90 90 91 - Alternatively, you can start Osprey with `osprey-coordinator`, refer to the [Coordinator README](./example_docker_compose/run_osprey_with_coordinator/README.md) for more information 91 + Alternatively, you can start Osprey with `osprey-coordinator`, refer to the [Coordinator README](../example_docker_compose/run_osprey_with_coordinator/README.md) for more information 92 92 93 93 ### 6. (Optional) Open ports for the UI/UI API 94 94