diff --git a/README.md b/README.md index 42f50cd9..3284413b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Easily create forms with client side validations. ![gif](https://raw.githubusercontent.com/adfinis-sygroup/ember-validated-form/main/demo.gif) -Want to try it yourself? [View the docs here.](https://adfinis-sygroup.github.io/ember-validated-form/) +Want to try it yourself? [View the docs here.](https://docs.adfinis.com/ember-validated-form/) # Contributing diff --git a/package.json b/package.json index 7bd28c7a..abdeb9a3 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "directories": { "test": "tests" }, - "homepage": "https://adfinis-sygroup.github.io/ember-validated-form", + "homepage": "https://docs.adfinis.com/ember-validated-form", "bugs": { "url": "https://github.com/adfinis-sygroup/ember-validated-form/issues" }, @@ -104,7 +104,7 @@ }, "ember-addon": { "configPath": "tests/dummy/config", - "demoURL": "https://adfinis-sygroup.github.io/ember-validated-form" + "demoURL": "https://docs.adfinis.com/ember-validated-form" }, "release": { "extends": "@adfinis-sygroup/semantic-release-config"