You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ky...@apache.org on 2019/11/21 02:41:54 UTC

[incubator-weex-site] branch master updated: Fix spelling issue (#550)

This is an automated email from the ASF dual-hosted git repository.

kyork pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-weex-site.git


View the commit online:
https://github.com/apache/incubator-weex-site/commit/a7a27746f97ec656a5ae163c24743b7036aa5cab

The following commit(s) were added to refs/heads/master by this push:
     new a7a2774  Fix spelling issue (#550)
a7a2774 is described below

commit a7a27746f97ec656a5ae163c24743b7036aa5cab
Author: YorkShen <sh...@gmail.com>
AuthorDate: Thu Nov 21 10:41:45 2019 +0800

    Fix spelling issue (#550)
---
 docs/zh/download/major_change.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/zh/download/major_change.md b/docs/zh/download/major_change.md
index b65ac82..c87f92d 100644
--- a/docs/zh/download/major_change.md
+++ b/docs/zh/download/major_change.md
@@ -11,7 +11,7 @@
 #### Java 包名
 由于 Weex 在捐献给 ASF(Apache Software Foundation) 前隶属于阿里巴巴集团(淘宝的母公司),因此在 `0.28.0` 之前,Android 代码中的 Java 包名是 `com.taobao.weex`
 
-从 `0.28.0` 之后,Android 代码中的 Java 包名被修改为 `org.apache.weex`。考虑到这个升级会给现有用户来不兼容,weex 提供了 `org.apache.weex:sdk_legacy` 作为[兼容性方案]((#groupid-and-artifactid-in-jcenter)。这个兼容性方案后续可能不再维护,请尽可能的依 `org.apache.weex:sdk` 并将现有代码的包名升级为 `org.apache.weex`。
+从 `0.28.0` 之后,Android 代码中的 Java 包名被修改为 `org.apache.weex`。考虑到这个升级会给现有用户来不兼容,weex 提供了 `org.apache.weex:sdk_legacy` 作为[兼容性方案](#groupid-and-artifactid-in-jcenter)。这个兼容性方案后续可能不再维护,请尽可能的依 `org.apache.weex:sdk` 并将现有代码的包名升级为 `org.apache.weex`。
 
 #### GroupId and artifactId in JCenter
 由于 Weex 在捐献给 ASF(Apache Software Foundation) 前隶属于阿里巴巴集团(淘宝的母公司),因此在 `0.28.0` 之前,Android 代码中的 Java 包名是 `com.taobao.weex`,因此在 `0.28.0` 之前,Weex 在JCenter 上的发布产物为 `com.taobao.android:weex_sdk`