Skip to content

Commit

Permalink
chore: update docs links
Browse files Browse the repository at this point in the history
  • Loading branch information
DonNicoJs committed Feb 10, 2020
1 parent 37cd890 commit 18c8730
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Vue2Leaflet is a JavaScript library for the [Vue](https://vuejs.org/) framework
npm install vue2-leaflet leaflet --save
```

For more detailed information you can follow the [Quick Start Guide](https://vue-leaflet.github.io/Vue2Leaflet/quickstart/)
For more detailed information you can follow the [Quick Start Guide](https://vue2-leaflet.netlify.com/quickstart/)

## Breaking change from 1.x.x to 2.x.x

Expand Down Expand Up @@ -56,11 +56,11 @@ This will reduce the size of the bundle significantly

## Documentation

[Go here](https://vue-leaflet.github.io/Vue2Leaflet) to check out live examples and docs.
[Go here](https://vue2-leaflet.netlify.com/) to check out live examples and docs.

## Leaflet Plugins

Vue2Leaflet has a wide array of plugins written by the community! [Check Here](https://vue-leaflet.github.io/Vue2Leaflet/plugins/)
Vue2Leaflet has a wide array of plugins written by the community! [Check Here](https://vue2-leaflet.netlify.com/plugins/)

## Contribute

Expand All @@ -87,7 +87,7 @@ Inspired by many map wrapper (google and leaflet) for many framework (React, Ang

## Contributors

Thanks goes to these [wonderful people](https://github.com/KoRiGaN/Vue2Leaflet/contributors)
Thanks goes to these [wonderful people](https://github.com/vue-leaflet/Vue2Leaflet/contributors)

## License

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
},
"repository": {
"type": "git",
"url": "git://github.com/KoRiGaN/Vue2Leaflet.git"
"url": "git@github.com:vue-leaflet/Vue2Leaflet.git"
},
"typings": "types/index.d.ts"
}

0 comments on commit 18c8730

Please sign in to comment.