From 7d04684d1c48c2c153ad616880347bdd16e163e8 Mon Sep 17 00:00:00 2001 From: Bart van der Braak Date: Mon, 7 Aug 2023 21:23:06 +0200 Subject: [PATCH] fix: use correct urls --- src/routes/toolbox/tools-cards.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/routes/toolbox/tools-cards.ts b/src/routes/toolbox/tools-cards.ts index 3f9c1ca..2918b09 100644 --- a/src/routes/toolbox/tools-cards.ts +++ b/src/routes/toolbox/tools-cards.ts @@ -216,7 +216,7 @@ const tools: Tool[] = [ description: 'Azure Data Studio is a cross-platform database tool that provides a modern editor experience for managing data across multiple sources.', logo: AzureDataStudioLogo, - toolUrl: 'https://docs.microsoft.com/sql/azure-data-studio' + toolUrl: 'https://azure.microsoft.com/products/data-studio' }, { name: 'Wireshark', @@ -232,7 +232,7 @@ const tools: Tool[] = [ description: 'Rectangle is a window management tool for macOS that provides keyboard shortcuts for resizing and organizing windows efficiently.', logo: RectangleLogo, - toolUrl: 'https://www.rectangle.com' + toolUrl: 'https://rectangleapp.com/' }, { name: 'PyCharm', @@ -343,7 +343,7 @@ const tools: Tool[] = [ title: 'Azure Storage Management Application', description: 'A standalone app that facilitates the management of Azure storage data.', logo: AzureStorageExplorerLogo, - toolUrl: 'https://azure.microsoft.com/features/storage-explorer/' + toolUrl: 'https://azure.microsoft.com/products/storage/storage-explorer' }, { name: 'Meld', @@ -399,7 +399,7 @@ const tools: Tool[] = [ description: 'An App for managing and switching hosts files, allowing me to easily switch between different environments.', logo: SwitchHostsLogo, - toolUrl: 'https://oldj.github.io/SwitchHosts/' + toolUrl: 'https://switchhosts.vercel.app/' }, { name: 'Slack',