diff --git a/kumascript/macros/CSSInfo.ejs b/kumascript/macros/CSSInfo.ejs index 6a8c570279dd..ce61f2b6f8aa 100644 --- a/kumascript/macros/CSSInfo.ejs +++ b/kumascript/macros/CSSInfo.ejs @@ -283,7 +283,7 @@ if (name === "preview-wiki-content") { if (!atRule) { properties = properties.concat({ name: "animationType", - label: localize(localStrings, "animationType") + label: web.smartLink(`/${env.locale}/docs/Web/CSS/CSS_animated_properties`, null, localize(localStrings, "animationType")) }); }