Skip to content

Commit

Permalink
fixed docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshnik committed Sep 3, 2024
1 parent afaf61a commit fe02564
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# ExtraFields
Additional fields in the resource and user profile

- **Version**: 2.0.2-pl
- **Support MODX**: 2 / 3
- **Author**: Boshnik
- **Version:** 2.0.2-pl
- **Support MODX:** 2 / 3
- **Support PHP:** ^8.1
- **Author:** Boshnik

[Documentation](https://extrafields.boshnik.com/docs/)
[Documentation](https://extrafields.boshnik.com/)
2 changes: 1 addition & 1 deletion assets/components/extrafields/js/mgr/page/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ExtraFields.page.Home = function (config) {
xtype: 'button',
text: '<i class="icon icon-large icon-book"></i> ' + _('ef_docs'),
handler: () => {
window.open('https://extrafields.boshnik.com/docs/')
window.open('https://extrafields.boshnik.com/')
}
}]
});
Expand Down

0 comments on commit fe02564

Please sign in to comment.