This is an automated email from the ASF dual-hosted git repository. cnryb pushed a commit to branch debug-frontend in repository https://gitbox.apache.org/repos/asf/incubator-weex-cli.git
commit 8ea51262a371a7dd0266c079ed2f3c23a356cc93 Author: 任跃兵 <[email protected]> AuthorDate: Mon Dec 16 20:45:44 2019 +0800 docs: change url --- packages/@weex/plugins/debug/frontend/src/langs/cn.ts | 4 ++-- packages/@weex/plugins/debug/frontend/src/langs/en.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/@weex/plugins/debug/frontend/src/langs/cn.ts b/packages/@weex/plugins/debug/frontend/src/langs/cn.ts index 0832945..3914f65 100644 --- a/packages/@weex/plugins/debug/frontend/src/langs/cn.ts +++ b/packages/@weex/plugins/debug/frontend/src/langs/cn.ts @@ -41,7 +41,7 @@ export const cn = { integerUrl: 'https://weex.apache.org/zh/guide/debug/integrate-devtool-to-android.html', helpTitle: '帮助和意见反馈', helpDesc: '提交Github issue 和帮助提高 Weex Devtool', - helpUrl: 'https://github.com/weexteam/weex-toolkit/issues/new?labels=@weex-cli/debug', + helpUrl: 'https://github.com/apache/incubator-weex-cli/issues/new?labels=@weex-cli/debug', noJsBundle: '暂无可预览页面,你可以通过下面的命令进行页面编译' }, toastTips: { @@ -64,7 +64,7 @@ export const cn = { elementMode: '切换视图', clearHistory: '清空历史', workerJsDesc: 'WorkerJS为调试中间文件,文件开头为[Runtime]-的文件', - jsServiceDesc: 'JSService是weex在运行中使用<a href="http://weex.apache.org/cn/references/js-service.html" target="_blank">JSService接口</a>注入的JS文件,多个文件用逗号隔开', + jsServiceDesc: 'JSService是weex在运行中使用<a href="https://weex.apache.org/zh/docs/api/js-service.html" target="_blank">JSService接口</a>注入的JS文件,多个文件用逗号隔开', dependenceJsDesc: 'DependenceJS是weex在创建实例前在JS环境中注入的JS文件', jsFrameworkDesc: 'JSFramework是为weex运行提供初始环境的JS', environmentSettingOkDesc: '更改设置', diff --git a/packages/@weex/plugins/debug/frontend/src/langs/en.ts b/packages/@weex/plugins/debug/frontend/src/langs/en.ts index bc872ed..b6cb2e2 100644 --- a/packages/@weex/plugins/debug/frontend/src/langs/en.ts +++ b/packages/@weex/plugins/debug/frontend/src/langs/en.ts @@ -41,7 +41,7 @@ export const en = { integerUrl: 'https://weex.apache.org/guide/debug/integrate-devtool-to-android.html', helpTitle: 'Help & Feedback', helpDesc: 'Submit a Github issue to help Weex Devtool be better', - helpUrl: 'https://github.com/weexteam/weex-toolkit/issues/new?labels=@weex-cli/debug', + helpUrl: 'https://github.com/apache/incubator-weex-cli/issues/new?labels=@weex-cli/debug', noJsBundle: 'There is no preview page yet, you can compile the page with the following command' }, toastTips: { @@ -64,7 +64,7 @@ export const en = { elementMode: 'ElementMode', clearHistory: 'Clean', workerJsDesc: 'WorkerJS is a debugging intermediate file, the file starts with \`[Runtime]-\`', - jsServiceDesc: 'JSService is using <a href="http://weex.apache.org/cn/references/js-service.html" target="_blank">JSService API</a>register in the run, multiple files separated by commas', + jsServiceDesc: 'JSService is using <a href="https://weex.apache.org/docs/api/js-service.html" target="_blank">JSService API</a>register in the run, multiple files separated by commas', dependenceJsDesc: 'DependenceJS is the JS file injected by Weex in the JS environment before creating the instance', jsFrameworkDesc: 'JSFramework is the JS that provides the initial environment for weex to run', environmentSettingOkDesc: 'Change Setting',
