From 441e0a86a13954b3d1ea061cecbbfb4efd663963 Mon Sep 17 00:00:00 2001 From: sy-records <52o@qq52o.cn> Date: Tue, 28 Apr 2020 09:54:32 +0800 Subject: [PATCH] Modify Chinese doc link --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 39c32b814..01ebc1081 100644 --- a/docs/index.html +++ b/docs/index.html @@ -32,7 +32,7 @@ '.*?/awesome': 'https://raw.githubusercontent.com/docsifyjs/awesome-docsify/master/README.md', '.*?/changelog': 'https://raw.githubusercontent.com/docsifyjs/docsify/master/CHANGELOG.md', '/.*/_navbar.md': '/_navbar.md', - '/zh-cn/(.*)': 'https://raw.githubusercontent.com/docsifyjs/docs-zh/master/$1', + '/zh-cn/(.*)': 'https://cdn.jsdelivr.net/gh/docsifyjs/docs-zh/$1', '/de-de/(.*)': 'https://raw.githubusercontent.com/docsifyjs/docs-de/master/$1', '/ru/(.*)': 'https://raw.githubusercontent.com/docsifyjs/docs-ru/master/$1', '/es/(.*)': 'https://raw.githubusercontent.com/docsifyjs/docs-es/master/$1'