From 86675435961503ce9fb82b006936662da99c5812 Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Tue, 25 Apr 2023 12:07:31 +0200 Subject: [PATCH] chore: doc --- application/source/dom/updater.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/source/dom/updater.mjs b/application/source/dom/updater.mjs index 6412d34c4..d1879c7e6 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. -- GitLab