|
23 | 23 |
|
24 | 24 | ## More Resources
|
25 | 25 | - [UI5 Web Components Home Page](https://sap.github.io/ui5-webcomponents)
|
26 |
| -- [Configuring UI5 Web Components](./docs/2-advanced/01-configuration.md) |
27 |
| -- [Customizing with `UI Theme Designer`](./docs/3-customizing/12-theming.md) |
28 |
| -- [Creating a Custom UI5 Web Components Package](docs/4-development/01-package.md) |
29 |
| -- [Developing Custom UI5 Web Components](docs/4-development/02-component.md) |
30 |
| -- [Micro-Frontends and Custom Elements Scoping](./docs/2-advanced/06-scoping.md) |
31 |
| -- [Release Management](./docs/Release%20Management.md) |
32 |
| -- [F.A.Q.](./docs/FAQ.md) |
| 26 | +- [Configuring UI5 Web Components](https://sap.github.io/ui5-webcomponents/docs/advanced/configuration/) |
| 27 | +- [Customizing with `UI Theme Designer`](https://sap.github.io/ui5-webcomponents/docs/advanced/theming/) |
| 28 | +- [Creating a Custom UI5 Web Components Package](https://sap.github.io/ui5-webcomponents/docs/development/package/) |
| 29 | +- [Developing Custom UI5 Web Components](https://sap.github.io/ui5-webcomponents/docs/development/component/) |
| 30 | +- [Micro-Frontends and Custom Elements Scoping](https://sap.github.io/ui5-webcomponents/docs/advanced/scoping/) |
| 31 | +- [Release Management](https://sap.github.io/ui5-webcomponents/docs/Releases/) |
| 32 | +- [F.A.Q.](https://sap.github.io/ui5-webcomponents/docs/FAQ/) |
33 | 33 |
|
34 | 34 | ## Related Projects
|
35 | 35 |
|
@@ -85,7 +85,7 @@ Moreover, all Angular-specific features, such as two-way data binding and Angula
|
85 | 85 | <ui5-button>Hello world!</ui5-button>
|
86 | 86 | ```
|
87 | 87 |
|
88 |
| - For more information, see [Importing UI5 Web Components](./docs/1-getting-started/02-importing-components.md) and [Understanding UI5 Web Components APIs](./docs/1-getting-started/03-understanding-components-APIs.md). |
| 88 | + For more information, see [Importing UI5 Web Components](https://sap.github.io/ui5-webcomponents/docs/getting-started/components-packages/) and [Understanding UI5 Web Components APIs](https://sap.github.io/ui5-webcomponents/docs/getting-started/components-APIs/). |
89 | 89 |
|
90 | 90 | ## Typescript Support
|
91 | 91 | TypeScript Support is enabled for both component development and component consumption.
|
|
0 commit comments