From 56b063bd74a1329fbfb1abeba5be03027e92827e Mon Sep 17 00:00:00 2001 From: Mark Silverwood <3482679+SlicedSilver@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:44:23 +0000 Subject: [PATCH] Fix docs link for yield curve example page --- website/tutorials/demos/yield-curve-with-update-markers.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/tutorials/demos/yield-curve-with-update-markers.mdx b/website/tutorials/demos/yield-curve-with-update-markers.mdx index 9c1bbbce03..a651b14ce4 100644 --- a/website/tutorials/demos/yield-curve-with-update-markers.mdx +++ b/website/tutorials/demos/yield-curve-with-update-markers.mdx @@ -15,7 +15,7 @@ keywords: This sample demonstrates how to create a yield curve chart with real-time updates using Lightweight Charts™. The chart displays two [yield curves](/docs/next/chart-types#yield-curve-chart) and utilizes the -[UpDownMarkersPrimitive](/docs/next/api/classes/createUpDownMarkers) plugin +[UpDownMarkersPrimitive](/docs/next/api/functions/createUpDownMarkers) plugin to show price change markers for updates. The chart is initialized with historical yield curve data for two series. By