Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit bf6d8ad

Browse files
authored
Update README.md
1 parent 36d06b3 commit bf6d8ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<div class="text-xs-center" align="center" style="margin: 20px">
2-
<img src="http://rollup-plugin-vue.znck.me/assets/images/logo.png">
2+
<img src="docs/assets/images/logo.png">
33
</div>
44

55
## Introduction
66
As vue-loader is for webpack and vueify is for browserify, similarly its for rollup. As we know, webpack and browserify concat stuff and make it runnable in browser. Its difficult to share .vue components. **Now roll your [Vue](http://vuejs.org/) components.**
77

88
With rollup you can break your application into reusable modules.
99

10-
> See [docs](http://rollup-plugin-vue.znck.me/installation) for installing, using and contributing.
10+
> See [docs](http://vuejs.github.io/rollup-plugin-vue) for installing, using and contributing.
1111
1212
<p align="center">
1313
<a href="https://circleci.com/gh/vuejs/rollup-plugin-vue">
@@ -16,8 +16,8 @@ With rollup you can break your application into reusable modules.
1616
<a href="http://standardjs.com">
1717
<img src="https://img.shields.io/badge/code%20style-standard-brightgreen.svg" alt="Code Style" />
1818
</a>
19-
<a href="https://coveralls.io/github/vuejs/rollup-plugin-vue?branch=master">
20-
<img src="https://coveralls.io/repos/github/vuejs/rollup-plugin-vue/badge.svg?branch=master&style=flat-square" alt="Coverage Status" />
19+
<a href="https://coveralls.io/github/znck/rollup-plugin-vue?branch=master">
20+
<img src="https://coveralls.io/repos/github/znck/rollup-plugin-vue/badge.svg?branch=master&style=flat-square" alt="Coverage Status" />
2121
</a>
2222
<a href="https://www.codacy.com/app/vuejs/rollup-plugin-vue">
2323
<img src="https://api.codacy.com/project/badge/grade/e3402df0135240c29a1d25bab93932a0"/>

0 commit comments

Comments
 (0)