We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c1e252 commit f152dfcCopy full SHA for f152dfc
lib/handlebars/internal/proto-access.js
@@ -58,7 +58,7 @@ function logUnexpecedPropertyAccessOnce(propertyName) {
58
'error',
59
`Handlebars: Access has been denied to resolve the property "${propertyName}" because it is not an "own property" of its parent.\n` +
60
`You can add a runtime option to disable the check or this warning:\n` +
61
- `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`
62
);
63
}
64
0 commit comments