diff --git a/README.md b/README.md index e0aeae8..c825649 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Bulma's pure JavaScript extension to display toasts. Basically a Bulma's [notification](https://bulma.io/documentation/elements/notification) implemented as a toast plugin. -[Demo](https://rafaelfran.co/bulma-toast/) +[Demo](https://rfoel.com/bulma-toast/) ![Bulma Toast](https://raw.githubusercontent.com/rfoel/bulma-toast/master/bulma-toast.png) diff --git a/index.html b/index.html index d56eaf7..50b684b 100644 --- a/index.html +++ b/index.html @@ -167,7 +167,7 @@
Made by - + Rafael Franco
diff --git a/package.json b/package.json index 878287b..95a16e5 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "bugs": { "url": "https://github.com/rfoel/bulma-toast/issues" }, - "homepage": "https://rafaelfran.co/bulma-toast", + "homepage": "https://rfoel.com/bulma-toast", "devDependencies": { "jest": "^23.6.0", "rollup": "^0.63.5",