diff --git a/application/source/dom/updater.mjs b/application/source/dom/updater.mjs index 6412d34c42b6ae5e8d404719d65ec46fea69f017..d1879c7e69c39d94f7f4862c1430f1482ebdebe5 100644 --- a/application/source/dom/updater.mjs +++ b/application/source/dom/updater.mjs @@ -37,7 +37,7 @@ export { Updater, addObjectWithUpdaterToElement }; * The updater class connects an object with the dom. In this way, structures and contents in the DOM can be programmatically adapted via attributes. * * For example, to include a string from an object, the attribute `data-monster-replace` can be used. - * a further explanation can be found under {@tutorial dom-based-templating-implementation}. + * a further explanation can be found under [monsterjs.org](https://monsterjs.org/) * * Changes to attributes are made only when the direct values are changed. If you want to assign changes to other values * as well, you have to insert the attribute `data-monster-select-this`. This should be done with care, as it can reduce performance.