You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ji...@apache.org on 2017/02/20 06:41:19 UTC

[30/50] [abbrv] incubator-weex git commit: Update cell.md

Update cell.md

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

Branch: refs/heads/master
Commit: 86c8657abfd60159f3b2500784fe9f532dea314e
Parents: f252d2b
Author: Yun Dong <yu...@gmail.com>
Authored: Thu Feb 16 17:51:44 2017 +0800
Committer: GitHub <no...@github.com>
Committed: Thu Feb 16 17:51:44 2017 +0800

----------------------------------------------------------------------
 doc/source/references/components/cell.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/86c8657a/doc/source/references/components/cell.md
----------------------------------------------------------------------
diff --git a/doc/source/references/components/cell.md b/doc/source/references/components/cell.md
index ac8127c..8820104 100644
--- a/doc/source/references/components/cell.md
+++ b/doc/source/references/components/cell.md
@@ -17,13 +17,13 @@ This type of component supports all kinds of weex component as its child compone
 
 ### Attributes
 
-**common attributes**: check out the [common attributes](../references/common-attrs.md).
+**common attributes**: check out the [common attributes](../common-attrs.html).
 
 **Notes:** you can't give `<cell>` a `flex` value. Width of `<cell>` is equal to the width of its parent component `<list>`, and you don't need to specify its height.
 
 ### Styles
 
-**common styles**: check out the [common styles](../common-attrs.html)
+**common styles**: check out the [common styles](../common-style.html)
 
 - support flexbox related styles
 - support box model related styles