You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ha...@apache.org on 2018/03/21 12:14:43 UTC

[5/7] incubator-weex-site git commit: Using https rather than http

Using https rather than http


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/commit/a550ec48
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/tree/a550ec48
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/diff/a550ec48

Branch: refs/heads/master
Commit: a550ec48f8298a9f1fcbb13018f3a9d29bd612d3
Parents: 4ff5fa2
Author: Zhenfei You <he...@imyzf.com>
Authored: Wed Mar 21 16:10:20 2018 +0800
Committer: Zhenfei You <he...@imyzf.com>
Committed: Wed Mar 21 16:10:20 2018 +0800

----------------------------------------------------------------------
 source/cn/guide/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/a550ec48/source/cn/guide/index.md
----------------------------------------------------------------------
diff --git a/source/cn/guide/index.md b/source/cn/guide/index.md
index 51d92d5..400da60 100644
--- a/source/cn/guide/index.md
+++ b/source/cn/guide/index.md
@@ -26,7 +26,7 @@ Weex 的另一个主要目标是跟进当代先进的 Web 开发和原生开发
 
 ![Weex Example](../../guide/images/weex-example-yo.png)
 
-这个例子在屏幕正中间渲染了一个单词 “Yo”。 如果你想在移动设备上预览渲染结果,你只需要安装[Weex playground app](http://weex.apache.org/cn/tools/playground.html) 或将 Weex SDK 集成到您自己的应用程序中,然后使用扫描网页右侧的二维码。
+这个例子在屏幕正中间渲染了一个单词 “Yo”。 如果你想在移动设备上预览渲染结果,你只需要安装[Weex playground app](https://weex.apache.org/cn/tools/playground.html) 或将 Weex SDK 集成到您自己的应用程序中,然后使用扫描网页右侧的二维码。
 
 在源代码的 `<template>` 中,`<div>` 你应该很熟悉了,它在 Weex 平台上也是一个通用容器。但是 `<text>` 组件是由 Weex 特有的,它是一个块级的文本容器,可以用来渲染文字。