diff --git a/README.md b/README.md index fa960c4..5f379f0 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ ## Features - Simple and easy to implement React component for rendering interactive vector maps -- [100+ vector maps included](https://react-vector-maps.netlify.com/maps) out of the box, free from [MapSVG](https://mapsvg.com/maps) -- Convert your own vector map for the component to use with the [online converter](https://react-vector-maps.netlify.com/converter) +- [100+ vector maps included](https://react-vector-maps.netlify.app/maps) out of the box, free from [MapSVG](https://mapsvg.com/maps) +- Convert your own vector map for the component to use with the [online converter](https://react-vector-maps.netlify.app/converter) - Quick and straight forward to style your map however you want to ## Basic Usage @@ -23,7 +23,7 @@ import world from './world.json'; export const Map = () => ; ``` -See the [documentation](https://react-vector-maps.netlify.com/) for more examples and advanced usage of the component. +See the [documentation](https://react-vector-maps.netlify.app/) for more examples and advanced usage of the component. ## Issues and Bugs diff --git a/package.json b/package.json index de05cd8..015d09c 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "country", "countries" ], - "homepage": "https://react-vector-maps.netlify.com", + "homepage": "https://react-vector-maps.netlify.app", "bugs": "https://github.com/South-Paw/react-vector-maps/issues", "license": "MIT", "author": {