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 +}