Browse Source

Update example-redirects.json

Stefan Pejcic 1 year ago
parent
commit
64d3543f70
1 changed files with 5 additions and 1 deletions
  1. 5 1
      documentation/example-redirects.json

+ 5 - 1
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/"
     }
   ]
-}
+}