update website url

This commit is contained in:
Marcos Moura 2016-12-05 01:40:09 -02:00
parent 339cc74162
commit 2f6a9fab81
3 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
<p align="center">
<a href="https://marcosmoura.github.io/vue-material/" target="_blank">
<img width="150" src="https://marcosmoura.github.io/vue-material/assets/logo-vue-material-blue.png">
<a href="https://vuematerial.github.io/" target="_blank">
<img width="150" src="https://vuematerial.github.io/assets/logo-vue-material-blue.png">
</a>
</p>
@ -21,7 +21,7 @@ It aims to deliver a collection of reusable components and a series of UI Elemen
Build powerful and well-designed web apps that can can fit on every screen. You can generate and use themes dynamically, use components on demand, take advantage of UI Elements and Components with an ease-to-use API.
## Demo and Documentation
<a href="https://marcosmoura.github.io/vue-material/" target="_blank">Demo</a>
<a href="https://vuematerial.github.io/" target="_blank">Demo</a>
## Installation
@ -116,7 +116,7 @@ Vue Material supports the latest version of all Browsers. This means:
<small>May work in other browsers but it's untested.</small>
## Changelog
<a href="https://marcosmoura.github.io/vue-material/#/changelog" target="_blank">Changelog</a>
<a href="https://vuematerial.github.io/#/changelog" target="_blank">Changelog</a>
## Contributing

View file

@ -48,7 +48,7 @@
}
],
"theme_color": "#2196f3",
"start_url": "https:\/\/marcosmoura.github.io\/vue-material",
"start_url": "https:\/\/vuematerial.github.io",
"display": "standalone",
"orientation": "portrait"
}

View file

@ -3,7 +3,7 @@
"description": "Material Design for Vue.js",
"version": "0.3.3",
"author": "Marcos Moura <marcosvmmoura@gmail.com>",
"homepage": "https://marcosmoura.github.io/vue-material",
"homepage": "https://vuematerial.github.io",
"license": "MIT",
"registry": "github",
"repository": {