Skip to content

Commit 6895b27

Browse files
authored
Merge pull request #229 from zhangxinxu/develop
update doc address
2 parents 922574b + 89019ad commit 6895b27

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

ReadMe.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ mobilebone设计理念是一个纯UI表现层的JS应用,如果没有mobilebon
2020
</ul>
2121

2222
<ul>
23-
<li>测试页面:<a href="http://htmlpreview.github.io/?https://github.com/zhangxinxu/mobilebone/blob/master/test/index.html">test/index.html</a>
24-
<p><img src="http://image.zhangxinxu.com/image/blog/201708/qr.png" width="180" height="180"></p>
23+
<li>测试页面:<a href="http://www.zhangxinxu.com/GitHub/mobilebone/test/">./test/index.html</a>
24+
<p><img src="http://image.zhangxinxu.com/image/blog/201801/qr-test.png" width="150" height="150"></p>
2525
</li>
2626
</ul>
2727

2828
<ul>
29-
<li>中文文档:<a href="http://htmlpreview.github.io/?https://github.com/zhangxinxu/mobilebone/blob/master/docs/index.html">docs/index.html</a></li>
29+
<li>中文文档:<a href="http://www.zhangxinxu.com/GitHub/mobilebone/docs/">./docs/index.html</a></li>
3030
</ul>
3131

3232
为何需要?
@@ -49,7 +49,7 @@ HTML结构需要有一定的要求:
4949
page
5050
page
5151
page</pre>
52-
52+
5353
每个page是个满屏元素, 相当于一个独立的页面。
5454

5555
Mobilebone会自动捕获页面上的a元素,如果其href值存在猫腻,就会触发切换行为。例如:
@@ -64,7 +64,7 @@ Mobilebone会自动捕获页面上的a元素,如果其href值存在猫腻,
6464

6565
你可以控制切换的方向,任意扩展动画类型,可以被seajs, requiejs模块化加载(<code>require('mobilebone')</code>),可以和Backbone组合使用等。
6666

67-
当然,上面介绍的,只是强大功能的冰山一角,更多信息请[参考这里](http://www.zhangxinxu.com/wordpress/?p=4381).
67+
当然,上面介绍的,只是强大功能的冰山一角,更多信息请[参考这里](http://www.zhangxinxu.com/wordpress/?p=4381).
6868

6969
插件
7070
----------------
@@ -123,7 +123,7 @@ Just include mobilebone.css and mobilebone.js, as follow:
123123
<pre>&lt;link rel="stylesheet" href="mobilebone.css"></pre>
124124
<pre>&lt;script src="mobilebone.js">&lt;/script></pre>
125125

126-
And, you should use specific HTML structure.
126+
And, you should use specific HTML structure.
127127
<pre>body
128128
page
129129
page
@@ -136,7 +136,7 @@ The interface will switch to page whitch's value of <code>id</code> is <code>tar
136136

137137
Of course, you can control the direction of switching, or use a ajax get, or as a modular loaded by seajs, requirejs using <code>require('mobilebone')</code>...
138138

139-
For more detail, you can [visit here](http://www.zhangxinxu.com/wordpress/?p=4381).
139+
For more detail, you can [visit here](http://www.zhangxinxu.com/wordpress/?p=4381).
140140

141141
Plugins
142142
----------------

0 commit comments

Comments
 (0)