Skip to content

Commit 9e8b872

Browse files
authored
Fix links to extensibility docs (#4542)
1 parent 386038c commit 9e8b872

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/user/01-30-extensibility.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
## Overview
44

5-
With Busola's extensibility feature, you can create a dedicated user interface (UI) page for your CustomResourceDefinition (CRD). It enables you to add navigation nodes, on cluster or namespace level, and to configure your [UI display](../contributor/extensibility/30-details-summary.md), for example, a resource list page, and details pages. You can also [create and edit forms](../contributor/extensibility/40-form-fields.md). To create a UI component, you need a ConfigMap.
5+
With Busola's extensibility feature, you can create a dedicated user interface (UI) page for your CustomResourceDefinition (CRD). It enables you to add navigation nodes, on cluster or namespace level, and to configure your [UI display](https://github.com/kyma-project/busola/blob/main/docs/contributor/extensibility/30-details-summary.md), for example, a resource list page, and details pages. You can also [create and edit forms](https://github.com/kyma-project/busola/blob/main/docs/contributor/extensibility/40-form-fields.md). To create a UI component, you need a ConfigMap.
66

7-
You can also leverage Busola's [custom extension feature](../contributor/extensibility/80-custom-extensions.md) to design entirely custom user interfaces tailored to your specific needs.
7+
You can also leverage Busola's [custom extension feature](https://github.com/kyma-project/busola/blob/main/docs/contributor/extensibility/80-custom-extensions.md) to design entirely custom user interfaces tailored to your specific needs.
88

99
## Create a ConfigMap for Your UI
1010

1111
To create a ConfigMap with your CRD's UI configuration, you can either use the Extensions feature or do it manually.
1212

1313
> [!TIP]
14-
> For more information about extensibility in Busola, see the [`extensibility folder`](../contributor/extensibility/) in the Busola repository.
14+
> For more information about extensibility in Busola, see the [`extensibility folder`](https://github.com/kyma-project/busola/blob/main/docs/contributor/extensibility/) in the Busola repository.
1515
1616
### Create a CRD ConfigMap Using the Extensions Feature
1717

0 commit comments

Comments
 (0)