Skip to content

Commit fb1ce5c

Browse files
authored
Fix link to Pimcore docs (#814)
1 parent 177f630 commit fb1ce5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/js/pimcore/settings/translation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ pimcore.settings.translation.domain = Class.create({
171171
} catch (e) {
172172
console.error(e);
173173
Ext.MessageBox.alert(t('error'), t('translations_are_not_configured')
174-
+ '<br /><br /><a href="http://www.pimcore.org/docs/" target="_blank">'
174+
+ '<br /><br /><a href="https://docs.pimcore.com/" target="_blank">'
175175
+ t("read_more_here") + '</a>');
176176
}
177177
}.bind(this)

0 commit comments

Comments
 (0)