diff --git a/docs/contributing/guides/layouts.md b/docs/contributing/guides/layouts.md index 8d14cf328..84cf8eac2 100644 --- a/docs/contributing/guides/layouts.md +++ b/docs/contributing/guides/layouts.md @@ -6,7 +6,7 @@ The navigational hierarchy of the Dashboard UI is as follows: - **UI** - `ui-base` - Multiple endpoints can be served within a single Dashboard. Later work will be done to treat these as completely isolated interfaces. - **Page** - `ui-page` - All pages within a single UI are listed in the navigation drawer (left menu). Each page is configured to use a given "Layout Manager", and that manager will render -- **Widget** - `ui-` - Each widget is defined as a Vue component. You can checkout an example `.vue` file in our [Adding Widgets](./adding-widgets#example-widget-vue) guide. +- **Widget** - `ui-` - Each widget is defined as a Vue component. You can checkout an example `.vue` file in our [Adding Widgets](../widgets/core-widgets#example-widget-vue) guide. ## Baseline Layouts