Skip to content

Commit 00474ce

Browse files
authored
fix: Repair dead StaticChart.vue link breaking website build (#2120)
1 parent 1431eca commit 00474ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/examples/custom-chart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ function buildEmaDataset(quotes: Quote[], period: number): ChartDataset<'line',
102102

103103
## Vue component source
104104

105-
The full Vue 3 SFC that drives the live demo is at [`docs/examples/StaticChart.vue`](StaticChart.vue) — that file is the source of truth (mount, theme observer, teardown, and EMA helpers). The page embeds it via `<ClientOnly>` so the Chart.js code only runs in the browser.
105+
The full Vue 3 SFC that drives the live demo is at [`docs/examples/StaticChart.vue`](https://github.com/facioquo/stock-indicators-dotnet/blob/main/docs/examples/StaticChart.vue) — that file is the source of truth (mount, theme observer, teardown, and EMA helpers). The page embeds it via `<ClientOnly>` so the Chart.js code only runs in the browser.
106106

107107
## Key points
108108

0 commit comments

Comments
 (0)