From fd1032eeaa064fbc3ff1db57704af25123e70d95 Mon Sep 17 00:00:00 2001 From: David Harris Date: Fri, 29 Sep 2023 14:03:42 +0100 Subject: [PATCH] docs: update storybook links (#75741) --- packages/grafana-ui/src/Intro.mdx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/grafana-ui/src/Intro.mdx b/packages/grafana-ui/src/Intro.mdx index d1286bc90b4..761846347e1 100644 --- a/packages/grafana-ui/src/Intro.mdx +++ b/packages/grafana-ui/src/Intro.mdx @@ -45,7 +45,6 @@ When we notice that we need to change something, we determine together what the ## Related links -- [Build a panel plugin tutorial](https://grafana.com/tutorials/build-a-panel-plugin/#0) -- [Plugin Developer guide](https://grafana.com/docs/grafana/latest/plugins/developing/development/) -- [Boilerplate Panel Plugin](https://github.com/grafana/simple-react-panel) +- [Build a panel plugin tutorial](https://grafana.com/developers/plugin-tools/tutorials/build-a-panel-plugin) +- [Plugin developer guide](https://grafana.com/developers/plugin-tools/) - [Grafana Tutorials](https://grafana.com/tutorials/)