From 03069816f62ad169dd7507684f2626ebcf9b1cb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Palmeiro?= Date: Wed, 2 Oct 2024 08:36:40 +0100 Subject: [PATCH] Fix broken example link on Storybook --- packages/components/docs/getting-started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/components/docs/getting-started.mdx b/packages/components/docs/getting-started.mdx index 5b050410..d78e7241 100644 --- a/packages/components/docs/getting-started.mdx +++ b/packages/components/docs/getting-started.mdx @@ -32,7 +32,7 @@ A pre-bundled script that contains all APIs needed to use Jupyter UI Toolkit is The above CDN location points to the latest release of `@jupyter/web-components`. It is advised that when you deploy your site or app, you import the specific version you have developed and tested with. -> A [example](https://raw.githubusercontent.com/jupyterlab-contrib/jupyter-ui-toolkit/main/examples/cdn) is available in the project repository. +> An [example](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/tree/main/examples/cdn) is available in the project repository. ## NPM package