Skip to content

Commit

Permalink
Fix link to Pimcore docs (#814)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdreesen authored Jan 23, 2025
1 parent 177f630 commit fb1ce5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/pimcore/settings/translation.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ pimcore.settings.translation.domain = Class.create({
} catch (e) {
console.error(e);
Ext.MessageBox.alert(t('error'), t('translations_are_not_configured')
+ '<br /><br /><a href="http://www.pimcore.org/docs/" target="_blank">'
+ '<br /><br /><a href="https://docs.pimcore.com/" target="_blank">'
+ t("read_more_here") + '</a>');
}
}.bind(this)
Expand Down

0 comments on commit fb1ce5c

Please sign in to comment.