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", + }, ];