diff --git a/js/src/common/Component.ts b/js/src/common/Component.ts index 7b450f3c9..e4bcba91b 100644 --- a/js/src/common/Component.ts +++ b/js/src/common/Component.ts @@ -42,7 +42,7 @@ export default abstract class Component implemen /** * The attributes passed into the component. * - * @see https://mithril.js.org/hyperscript.html#dom-attributes + * @see https://mithril.js.org/components.html#passing-data-to-components */ protected attrs: T;