Skip to content

Commit 18c8730

Browse files
committed
chore: update docs links
1 parent 37cd890 commit 18c8730

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Vue2Leaflet is a JavaScript library for the [Vue](https://vuejs.org/) framework
2222
npm install vue2-leaflet leaflet --save
2323
```
2424

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

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

@@ -56,11 +56,11 @@ This will reduce the size of the bundle significantly
5656

5757
## Documentation
5858

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

6161
## Leaflet Plugins
6262

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

6565
## Contribute
6666

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

8888
## Contributors
8989

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

9292
## License
9393

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
},
9898
"repository": {
9999
"type": "git",
100-
"url": "git://github.com/KoRiGaN/Vue2Leaflet.git"
100+
"url": "git@github.com:vue-leaflet/Vue2Leaflet.git"
101101
},
102102
"typings": "types/index.d.ts"
103103
}

0 commit comments

Comments
 (0)