From efeadd20d60e7e4aa398b8760cf669953b2ad391 Mon Sep 17 00:00:00 2001 From: Lucas Coelho Date: Tue, 7 Jan 2025 12:55:25 -0300 Subject: [PATCH] chore: trigger workflow --- lambda/redirects.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lambda/redirects.js b/lambda/redirects.js index 652e7a0eb7..6b6b3c2e6d 100644 --- a/lambda/redirects.js +++ b/lambda/redirects.js @@ -821,4 +821,8 @@ module.exports = [ from: "/use-timescale/latest/compression/backfill-historical-data/", to: "https://github.com/timescale/timescaledb-extras/blob/master/backfill.sql", }, + { + from: "/use-timescale/unexistent-path", + to: "https://github.com/timescale", + }, ];