From 3a61a2ba91e63d59440238e6338aaea1a76e3303 Mon Sep 17 00:00:00 2001 From: Jarvis Prime Date: Tue, 24 Mar 2026 22:59:04 +0000 Subject: [PATCH] Fix redirect destination for new Astro site URL --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 0bb9556..7b8926e 100644 --- a/src/index.js +++ b/src/index.js @@ -1,5 +1,5 @@ const REDIRECTS = { - 'blv-tech-comparison': 'http://www.componentowl.com/quick-start-guide/better-listview/data/chapter-appendix-matrix.html', + 'blv-tech-comparison': 'https://www.componentowl.com/better-listview/comparison-table', }; const HOME = 'https://www.componentowl.com';