diff --git a/README.md b/README.md
index b9f91ad22..c6b72eedd 100644
--- a/README.md
+++ b/README.md
@@ -9,13 +9,13 @@ The application consists of a [frontend](frontend) in React, a [backend](backend
## Deployments
-We currently have 3 environments (Development, Staging, and Production) deployed to Aurora.
+We currently have 3 environments (Development, Staging, and Production) deployed to AKS under `robotics.equinor.com`.
-| Environment | Deployment | Status |
-| ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| Development | [Frontend](https://shared.dev.aurora.equinor.com/robotics-frontend/)
[Backend](https://shared.dev.aurora.equinor.com/robotics-backend/swagger) | [](https://github.com/equinor/flotilla/actions/workflows/deploy_to_development.yml) |
-| Staging | [Frontend](https://shared.aurora.equinor.com/robotics-staging-frontend/)
[Backend](https://shared.aurora.equinor.com/robotics-staging-backend/swagger) | [](https://github.com/equinor/flotilla/actions/workflows/deploy_to_staging.yml) |
-| Production | [Frontend](https://shared.aurora.equinor.com/robotics-prod-frontend/)
[Backend](https://shared.aurora.equinor.com/robotics-prod-backend/swagger) | [](https://github.com/equinor/flotilla/actions/workflows/promote_to_production.yml) |
+| Environment | Deployment | Status |
+| ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| Development | [Frontend](https://flotilla.dev.robotics.equinor.com/)
[Backend](https://flotilla.dev.robotics.equinor.com/api/swagger) | [](https://github.com/equinor/flotilla/actions/workflows/deploy_to_development.yml) |
+| Staging | [Frontend](https://flotilla.staging.robotics.equinor.com/)
[Backend](https://flotilla.staging.robotics.equinor.com/api/swagger) | [](https://github.com/equinor/flotilla/actions/workflows/deploy_to_staging.yml) |
+| Production | [Frontend](https://flotilla.robotics.equinor.com/)
[Backend](https://flotilla.robotics.equinor.com/api/swagger) | [](https://github.com/equinor/flotilla/actions/workflows/promote_to_production.yml) |
## Setup