From c85daab03be4fbbf16ef2ee36a87cb66617ed8d4 Mon Sep 17 00:00:00 2001 From: "james.haytko" Date: Thu, 21 Mar 2024 13:32:46 -0500 Subject: [PATCH] Removed outdated link --- docs/tools/ui-development-kit/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tools/ui-development-kit/index.md b/docs/tools/ui-development-kit/index.md index 7e947cbce..c81c13dda 100644 --- a/docs/tools/ui-development-kit/index.md +++ b/docs/tools/ui-development-kit/index.md @@ -43,7 +43,7 @@ This project is built on [Svelte-Kit](https://kit.svelte.dev/) and ultimately bu Setting up the project is simple. The environment and application building process are configured so you can start creating custom UIs immediately. However, it is still helpful to understand the project structure. -Most of your activity will involve the `src` folder, such as adding new pages, routes, and sidebar items. You will learn more about these processes later in [Add a New Component](./adding-a-new-component). +Most of your activity will involve the `src` folder, such as adding new pages, routes, and sidebar items. You can learn more about these processes in [Getting Started](./getting-started.mdx). This is the project structure: