From 6daed7db99025aeee10fbe9828e17fdad1d7775a Mon Sep 17 00:00:00 2001 From: Claudio W Date: Mon, 19 Feb 2024 10:52:01 +0100 Subject: [PATCH] chore: remove trailing slashes Signed-off-by: Claudio W --- redirects.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/redirects.json b/redirects.json index 302d65a9f7c28..9866e8bbce939 100644 --- a/redirects.json +++ b/redirects.json @@ -225,7 +225,7 @@ "destination": "/:locale/learn/diagnostics/:path*" }, { - "source": "/:locale/guides/abi-stability/", + "source": "/:locale/guides/abi-stability", "destination": "/:locale/learn/modules/abi-stability" }, { @@ -233,7 +233,7 @@ "destination": "/:locale/learn/getting-started/security-best-practices" }, { - "source": "/:locale/guides/event-loop-timers-and-nexttick/", + "source": "/:locale/guides/event-loop-timers-and-nexttick", "destination": "/:locale/learn/asynchronous-work/event-loop-timers-and-nexttick" }, {