fix: fix log output in case of illegal property access

- fix link url to handlebarsjs.com
This commit is contained in:
Nils Knappmeier
2020-01-12 13:09:19 +01:00
parent 3c1e252169
commit f152dfc892
+1 -1
View File
@@ -58,7 +58,7 @@ function logUnexpecedPropertyAccessOnce(propertyName) {
'error',
`Handlebars: Access has been denied to resolve the property "${propertyName}" because it is not an "own property" of its parent.\n` +
`You can add a runtime option to disable the check or this warning:\n` +
`See http://localhost:8080/api-reference/runtime-options.html#options-to-control-prototype-access for details`
`See https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details`
);
}
}