From 467f1982c9b8a78316e9c3a9599d160a889300ab Mon Sep 17 00:00:00 2001 From: Jonas Helming Date: Thu, 11 Jul 2024 14:40:38 +0200 Subject: [PATCH] Change Blueprint to Theia IDE in products (#581) fixed #580 Signed-off-by: Jonas Helming --- src/utils/data.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/utils/data.js b/src/utils/data.js index 6a54cdc..5efd907 100644 --- a/src/utils/data.js +++ b/src/utils/data.js @@ -116,12 +116,6 @@ thumb: CoffeeEditorMin, alt: "Coffee Editor Example by EclipseSource" }, - { - href: "https://developers.redhat.com/products/codeready-workspaces/overview", - src: CodeReady, - thumb: CodeReadyMin, - alt: "Red Hat CodeReady Workspaces" - }, { href: "https://www.neuron-automation.eu/engineering-toolkit/your-automation-toolchain/logi-cloud", src: LogiCloud, @@ -129,10 +123,10 @@ alt: "logi.cloud by logi.cals" }, { - href: "https://theia-ide.org/docs/blueprint_download", + href: "https://theia-ide.org/#theiaide", src: BluePrint, thumb: BluePrintMin, - alt: "Theia Blueprint" + alt: "Theia IDE" }, { href: "https://www.record-evolution.de/reswarm", @@ -163,6 +157,12 @@ src: QuickConnectStudio, thumb: QuickConnectStudioMin, alt: "QuickConnect Studio" + }, + { + href: "https://developers.redhat.com/products/codeready-workspaces/overview", + src: CodeReady, + thumb: CodeReadyMin, + alt: "Red Hat CodeReady Workspaces" } ]