From 75a58f50d136cf48c55545a8495b5f7cb9ba6ce3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Tue, 29 Apr 2025 08:57:01 +0200 Subject: [PATCH] adjust the footer links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- microsite/docusaurus.config.ts | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/microsite/docusaurus.config.ts b/microsite/docusaurus.config.ts index 664f6e1e6e..71331710d5 100644 --- a/microsite/docusaurus.config.ts +++ b/microsite/docusaurus.config.ts @@ -453,7 +453,7 @@ const config: Config = { }, { label: 'Adopting', - to: 'https://backstage.spotify.com', + to: 'https://backstage.io/docs/getting-started/', }, { label: 'Subscribe to our newsletter', @@ -468,18 +468,6 @@ const config: Config = { { title: 'More', items: [ - { - label: 'Open Source @ Spotify', - to: 'https://spotify.github.io/', - }, - { - label: 'Spotify Engineering Blog', - to: 'https://engineering.atspotify.com/', - }, - { - label: 'Spotify for Developers', - to: 'https://developer.spotify.com/', - }, { label: 'GitHub', to: 'https://github.com/backstage/',