From b7ab5c70521ca434e3f6062702f0cd62b6501671 Mon Sep 17 00:00:00 2001 From: Dj Walker-Morgan Date: Thu, 3 Oct 2024 16:58:54 +0100 Subject: [PATCH] Fix bad link less junk Signed-off-by: Dj Walker-Morgan --- src/constants/updates.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/constants/updates.js b/src/constants/updates.js index bf1b43ea125..815bf8966d7 100644 --- a/src/constants/updates.js +++ b/src/constants/updates.js @@ -7,7 +7,7 @@ export const updates = [ description: "LiveCompare 3.0 is now available with improved performance, easier to configure Oracle support, and enhanced documentation. ", url: "/livecompare/latest/", - moreUrl: "/livecompare/latest/rel_notes/3.0_rel_notes/", + moreUrl: "/livecompare/latest/rel_notes/3.0.1_rel_notes/", }, { title: "Trusted Postgres Architect 23.34", @@ -16,7 +16,6 @@ export const updates = [ "TPA 23.34 includes enhanced support for EFM, PEM and pgBouncer, and a new output plugin which improves readability of TPA progress.", url: "/tpa/latest/", moreUrl: "/tpa/latest/rel_notes/tpa_23.34_rel_notes/", - }, { title: "EDB Postgres Enterprise Manager 9.7",