diff --git a/packages/dnb-design-system-portal/src/docs/uilib/components/timeline/demos.mdx b/packages/dnb-design-system-portal/src/docs/uilib/components/timeline/demos.mdx index 5e530a6d3f7..12549f360a1 100644 --- a/packages/dnb-design-system-portal/src/docs/uilib/components/timeline/demos.mdx +++ b/packages/dnb-design-system-portal/src/docs/uilib/components/timeline/demos.mdx @@ -24,7 +24,7 @@ import { We can pass down a list of [timeline items](/uilib/components/timeline/properties#timelineitem-properties) as a variable to `data`. -It's also possible to pass down [timeline items](/uilib/components/timeline/properties#timelineitem-properties) as [children in Multiple Timeline](/uilib/components/timeline/#multiple-timeline-with-children). +It's also possible to pass down [timeline items](/uilib/components/timeline/properties#timelineitem-properties) as `children`, see [example](/uilib/components/timeline/#timeline-with-multiple-timeline-items-passed-down-as-children).