Skip to content

Commit 6aca9b1

Browse files
docs: fix readme links (#11973)
* fix links Several links gave 404 Some links went to the MD file in the repository, some to the website for the documentation. Adjusted links to go all to the website * Update README.md --------- Co-authored-by: ilhan orhan <[email protected]> Co-authored-by: ilhan orhan <[email protected]>
1 parent 51b7f46 commit 6aca9b1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323

2424
## More Resources
2525
- [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/)
3333

3434
## Related Projects
3535

@@ -85,7 +85,7 @@ Moreover, all Angular-specific features, such as two-way data binding and Angula
8585
<ui5-button>Hello world!</ui5-button>
8686
```
8787

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/).
8989

9090
## Typescript Support
9191
TypeScript Support is enabled for both component development and component consumption.

0 commit comments

Comments
 (0)