diff --git a/explorer/CHANGELOG.md b/explorer/CHANGELOG.md
index 34f8730a09..ea6c5d33ce 100644
--- a/explorer/CHANGELOG.md
+++ b/explorer/CHANGELOG.md
@@ -29,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Change WorldMap location [#2613]
- Fetch network information locally [#2662]
- Change Moonlight icon for consistency [#3038]
+- Change hosted Explorer links [#3064]
### Fixed
@@ -94,6 +95,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#2649]: https://github.com/dusk-network/rusk/issues/2649
[#2662]: https://github.com/dusk-network/rusk/issues/2662
[#3038]: https://github.com/dusk-network/rusk/issues/3038
+[#3064]: https://github.com/dusk-network/rusk/issues/3064
diff --git a/explorer/src/lib/components/__tests__/__snapshots__/Footer.spec.js.snap b/explorer/src/lib/components/__tests__/__snapshots__/Footer.spec.js.snap
index d88dffeb9a..4b45d132a1 100644
--- a/explorer/src/lib/components/__tests__/__snapshots__/Footer.spec.js.snap
+++ b/explorer/src/lib/components/__tests__/__snapshots__/Footer.spec.js.snap
@@ -34,7 +34,7 @@ exports[`Footer > renders the Footer component 1`] = `
@@ -42,7 +42,7 @@ exports[`Footer > renders the Footer component 1`] = `
diff --git a/explorer/src/lib/components/footer/Footer.svelte b/explorer/src/lib/components/footer/Footer.svelte
index e913cf1c3b..e7dfabe83a 100644
--- a/explorer/src/lib/components/footer/Footer.svelte
+++ b/explorer/src/lib/components/footer/Footer.svelte
@@ -13,11 +13,11 @@
},
{
label: "Testnet",
- url: "https://testnet.apps.dusk.network/explorer",
+ url: "https://apps.testnet.dusk.network/explorer",
},
{
label: "Devnet",
- url: "https://devnet.apps.dusk.network/explorer",
+ url: "https://apps.devnet.dusk.network/explorer",
},
];
diff --git a/explorer/src/routes/__tests__/__snapshots__/layout.spec.js.snap b/explorer/src/routes/__tests__/__snapshots__/layout.spec.js.snap
index 9ad0f2f18a..53364f5883 100644
--- a/explorer/src/routes/__tests__/__snapshots__/layout.spec.js.snap
+++ b/explorer/src/routes/__tests__/__snapshots__/layout.spec.js.snap
@@ -165,7 +165,7 @@ exports[`Main layout > should render the app's main layout 1`] = `
@@ -173,7 +173,7 @@ exports[`Main layout > should render the app's main layout 1`] = `