Skip to content

Commit 909a94c

Browse files
authored
Merge pull request #732 from GrayFrost/fix-website-link
fix: correct website link in readme doc
2 parents 09c7364 + 7a3dc81 commit 909a94c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Vue2Leaflet is a JavaScript library for the [Vue](https://vuejs.org/) framework
2323
npm install vue2-leaflet leaflet --save
2424
```
2525

26-
For more detailed information you can follow the [Quick Start Guide](https://vue2-leaflet.netlify.com/quickstart/)
26+
For more detailed information you can follow the [Quick Start Guide](https://vue2-leaflet.netlify.app/quickstart/)
2727

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

@@ -57,15 +57,15 @@ This will reduce the size of the bundle significantly
5757

5858
## Documentation
5959

60-
[Go here](https://vue2-leaflet.netlify.com/) to check out live examples and docs.
60+
[Go here](https://vue2-leaflet.netlify.app/) to check out live examples and docs.
6161

6262
## Support & Community
6363

6464
Do you have questions? Ideas? do you want to collaborate but you feel lost? Join us on discord [Invite Link](https://discord.gg/uVZAfUf)
6565

6666
## Leaflet Plugins
6767

68-
Vue2Leaflet has a wide array of plugins written by the community! [Check Here](https://vue2-leaflet.netlify.com/plugins/)
68+
Vue2Leaflet has a wide array of plugins written by the community! [Check Here](https://vue2-leaflet.netlify.app/plugins/)
6969

7070
## Contribute
7171

0 commit comments

Comments
 (0)