From 6369ba7e4390bdbe351f0e1d71eca1183af13d99 Mon Sep 17 00:00:00 2001 From: Ondra Medek Date: Tue, 30 Jul 2019 21:41:37 +0200 Subject: [PATCH] fix locales epilog link to docsifyjs --- tools/locales/de.json | 2 +- tools/locales/en.json | 2 +- tools/locales/zh.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/locales/de.json b/tools/locales/de.json index 8c32a8c..ec3f5db 100644 --- a/tools/locales/de.json +++ b/tools/locales/de.json @@ -1,5 +1,5 @@ { - "epilog": "Dokumentation:\n https://QingWei-Li.github.io/docsify\n https://QingWei-Li.github.io/docsify-cli\n\nEntwicklung:\n https://github.com/QingWei-Li/docsify-cli/blob/master/CONTRIBUTING.md\n", + "epilog": "Dokumentation:\n https://docsifyjs.github.io/docsify\n https://docsifyjs.github.io/docsify-cli\n\nEntwicklung:\n https://github.com/docsifyjs/docsify-cli/blob/master/CONTRIBUTING.md\n", "group.globaloptions": "Globale Optionen", "help": "Zeige Hilfe an", "init": "Erzeuge neue Dokumentation.", diff --git a/tools/locales/en.json b/tools/locales/en.json index e0f4c53..02f915d 100644 --- a/tools/locales/en.json +++ b/tools/locales/en.json @@ -1,5 +1,5 @@ { - "epilog": "Documentation:\n https://QingWei-Li.github.io/docsify\n https://QingWei-Li.github.io/docsify-cli\n\nDevelopment:\n https://github.com/QingWei-Li/docsify-cli/blob/master/CONTRIBUTING.md\n", + "epilog": "Documentation:\n https://docsifyjs.github.io/docsify\n https://docsifyjs.github.io/docsify-cli\n\nDevelopment:\n https://github.com/docsifyjs/docsify-cli/blob/master/CONTRIBUTING.md\n", "group.globaloptions": "Global Options", "help": "Show help", "init": "Creates new docs", diff --git a/tools/locales/zh.json b/tools/locales/zh.json index f916c1b..58a2e68 100644 --- a/tools/locales/zh.json +++ b/tools/locales/zh.json @@ -1,5 +1,5 @@ { - "epilog": "文档地址:\n https://QingWei-Li.github.io/docsify\n https://QingWei-Li.github.io/docsify-cli\n\n开发:\n https://github.com/QingWei-Li/docsify-cli/blob/master/CONTRIBUTING.md\n", + "epilog": "文档地址:\n https://docsifyjs.github.io/docsify\n https://docsifyjs.github.io/docsify-cli\n\n开发:\n https://github.com/docsifyjs/docsify-cli/blob/master/CONTRIBUTING.md\n", "group.globaloptions": "全局选项", "help": "帮助", "start": "Server for SSR",