Skip to content
Snippets Groups Projects
Commit 0bb4711b authored by David Trattnig's avatar David Trattnig
Browse files

docs: update URLs

parent 35d33a98
No related branches found
No related tags found
No related merge requests found
Pipeline #2557 passed
......@@ -23,7 +23,7 @@ This page gives insights on extending Aura Engine internals or through the API.
AURA Engine as part of the AURA Radio Suite uses an modulear architecture based on a REST API. All external information is retrieved using JSON data-structures.
To get the basic architectural overview, visit the [Aura Meta](https://gitlab.servus.at/autoradio/meta) repository.
To get the basic architectural overview, visit [docs.aura.radio](https://docs.aura.radio).
Starting development of engine can be quite tedious, as it requires all most all other AURA components to be up and running.
......@@ -36,9 +36,7 @@ For example:
If you need to test and develop against the Engine's API you'll also need to get the `engine-api` project running.
For a start it is recommended to create a general `aura` project folder. In there you start cloning all the sub-projects. After having all the sub-projects configured, and verified that they are working, take a look at the AURA `meta` project.
There's a convenience script to start all of the three main dependencies (Steering, Dashboard, Tank) all at once:
For a start it is recommended to create a general `aura` project folder. In there you start cloning all the sub-projects. After having all the sub-projects configured, and verified that they are working, take a look at the `aura/aura` repository.
## Engine Components
......@@ -80,9 +78,7 @@ Test cases are located in `./tests` are executed by running:
## API
You can find the AURA API definition here: https://gitlab.servus.at/autoradio/meta/blob/main/development/api-definition.md
OpenAPI definition for Engine API: https://app.swaggerhub.com/apis/AURA-Engine/engine-api/
You can find the AURA API definition at https://api.aura.radio
## Scheduler
......@@ -186,4 +182,4 @@ All Engine logs can be found under `./logs`.
- [Bare Metal Installation](docs/bare-metal-installation.md)
- [Developer Guide](docs/developer-guide.md)
- [Setting up the Audio Store [meta]](https://docs.aura.radio/en/latest/administration/setup-audio-store.html)
- [Setting up the Audio Store [docs.aura.radio]](https://docs.aura.radio/en/latest/administration/setup-audio-store.html)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment