From 64d3543f700aff91ca4f078da641460b99610bbc Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Thu, 21 Mar 2024 15:32:27 +0100 Subject: [PATCH] Update example-redirects.json --- documentation/example-redirects.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/documentation/example-redirects.json b/documentation/example-redirects.json index 4acc4221..2862646b 100644 --- a/documentation/example-redirects.json +++ b/documentation/example-redirects.json @@ -4,9 +4,13 @@ "from": "/docs/examples454", "to": "https://github.com/" }, + { + "from": "/docs/changelog/0.1/#15", + "to": "/docs/changelog/0.1.5" + }, { "from": "/docs/examples34534534", "to": "https://github.com/" } ] -} \ No newline at end of file +}