From 5d538adc3303aae00b5c3e350862cde02811b8eb Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Thu, 17 Sep 2020 01:47:43 +0200 Subject: [PATCH] Tweak Mithril documentation link --- js/src/common/Component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;