From f78618381ae523fc94d8d169734bdaccb320b0c0 Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 13 Jan 2025 10:14:05 -0600 Subject: [PATCH] Update tutorial.md --- plugins/ui/docs/tutorial.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/plugins/ui/docs/tutorial.md b/plugins/ui/docs/tutorial.md index 51bc9e09a..f5203fa25 100644 --- a/plugins/ui/docs/tutorial.md +++ b/plugins/ui/docs/tutorial.md @@ -811,8 +811,6 @@ This wraps up the `deephaven.ui` dashboard crash course. In this course, you lea - [`ui.use_column_data`](hooks/use_column_data.md) - [`ui.use_table_data`](hooks/use_table_data.md) - [`ui.use_memo`](hooks/use_memo.md) -- [`dx.scatter`](core/plotly/docs/box) -- [`dx.histogram`](core/plotly/docs/histogram) -- [`dx.density_heatmap`](core/plotly/docs/density_heatmap) -- Component State -- Custom Components +- [`dx.scatter`](/core/plotly/docs/box) +- [`dx.histogram`](/core/plotly/docs/histogram) +- [`dx.density_heatmap`](/core/plotly/docs/density_heatmap)