Skip to content

Commit

Permalink
add lost urls
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Jul 23, 2016
1 parent 05d7b80 commit fdaac56
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chapters/chapter7.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ ionic serve

接着,就可以打开相应的Web页面,如下图所示:

![Ionic Web预览界面](./images/ionic-web-view.jpg)
![Ionic Web预览界面](http://growth-in-action.phodal.com/images/ionic-web-view.jpg)

### 构建应用

Expand Down
2 changes: 1 addition & 1 deletion growth.md
Original file line number Diff line number Diff line change
Expand Up @@ -2232,7 +2232,7 @@ ionic serve
接着,就可以打开相应的Web页面,如下图所示:
![Ionic Web预览界面](./images/ionic-web-view.jpg)
![Ionic Web预览界面](http://growth-in-action.phodal.com/images/ionic-web-view.jpg)
### 构建应用
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1770,7 +1770,7 @@ <h2 id="helloworld">hello,world</h2>
<span class="kw">ionic</span> $</code></pre></div>
<p>接着,就可以打开相应的Web页面,如下图所示:</p>
<figure>
<img src="./images/ionic-web-view.jpg" alt="Ionic Web预览界面" /><figcaption>Ionic Web预览界面</figcaption>
<img src="http://growth-in-action.phodal.com/images/ionic-web-view.jpg" alt="Ionic Web预览界面" /><figcaption>Ionic Web预览界面</figcaption>
</figure>
<h3 id="构建应用">构建应用</h3>
<p>由于Ionic是基于Cordova的,我们需要安装Cordova业完成后续的工作。</p>
Expand Down

0 comments on commit fdaac56

Please sign in to comment.