diff --git a/docs/developer-guide.md b/docs/developer-guide.md
index 1a963ad156cee6d97ceda3170e2008ffb85705bd..b123ce80a878c8c629231433fd62dc8b67402b1a 100644
--- a/docs/developer-guide.md
+++ b/docs/developer-guide.md
@@ -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)