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/05/23 11:19:17 UTC

incubator-weex git commit: [doc] fix playground url (resolve #1084)

Repository: incubator-weex
Updated Branches:
  refs/heads/master 283e61491 -> 7f80f9043


[doc] fix playground url (resolve #1084)


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

Branch: refs/heads/master
Commit: 7f80f9043f8651d558b4bb3e49fb045276cc9a38
Parents: 283e614
Author: Reza Haidari .A <sh...@gmail.com>
Authored: Fri Mar 23 08:47:34 2018 +0430
Committer: Hanks <zh...@gmail.com>
Committed: Wed May 23 19:18:01 2018 +0800

----------------------------------------------------------------------
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/7f80f904/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 1f6741c..dff2129 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ Please ***INSTALL [Git for Windows](https://git-scm.com/download/win)*** and run
 
 ## Meet Weex
 
-* Install [Weex Playground App](https://weex.apache.org/playground.html) to see examples we already written.
+* Install [Weex Playground App](https://weex.apache.org/tools/playground.html) to see examples we already written.
 * If you want to write a demo, install [weex-toolkit](https://www.npmjs.com/package/weex-toolkit) in [Node.js](http://nodejs.org/) 4.0+ and
 * Run `weex init` to generate & start a simple project in an empty folder.
 * Follow the instructions in the project README.