소스 검색

Update example-redirects.json

Stefan Pejcic 1 년 전
부모
커밋
64d3543f70
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  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/"
     }
   ]
-}
+}