Skip to content

Commit

Permalink
fix: new link to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
czosel committed Feb 10, 2022
1 parent 778526d commit c1073e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit c1073e5

Please sign in to comment.