|
1 |
| -#  |
| 1 | +#  |
2 | 2 |
|
3 |
| -[](https://github.com/SAP/ui5-webcomponents/actions/workflows/test.yaml) |
| 3 | +[](https://github.com/UI5/webcomponents/actions/workflows/test.yaml) |
4 | 4 | [](https://www.npmjs.com/package/@ui5/webcomponents)
|
5 |
| -[](https://api.reuse.software/info/github.com/SAP/ui5-webcomponents) |
| 5 | +[](https://api.reuse.software/info/github.com/UI5/webcomponents) |
6 | 6 |
|
7 |
| -## What are [UI5 Web Components](https://sap.github.io/ui5-webcomponents)? |
| 7 | +## What are [UI5 Web Components](https://ui5.github.io/webcomponents)? |
8 | 8 |
|
9 | 9 | - A rich set of **enterprise-grade reusable UI elements** driven by a **lightweight framework** (~20K gzipped for the framework part).
|
10 | 10 | - Suitable for building anything from **static web sites** to **complex web applications**.
|
|
19 | 19 | - **Elegant**: being *custom HTML elements*, they hide implementation complexity behind a single HTML tag, making them easily usable with the standard DOM APIs.
|
20 | 20 |
|
21 | 21 | ## Where can I see them in action?
|
22 |
| -- [Playground and API Reference](https://sap.github.io/ui5-webcomponents/components/) |
| 22 | +- [Playground and API Reference](https://ui5.github.io/webcomponents/components/) |
23 | 23 |
|
24 | 24 | ## More Resources
|
25 |
| -- [UI5 Web Components Home Page](https://sap.github.io/ui5-webcomponents) |
| 25 | +- [UI5 Web Components Home Page](https://ui5.github.io/webcomponents) |
26 | 26 | - [Configuring UI5 Web Components](./docs/2-advanced/01-configuration.md)
|
27 | 27 | - [Customizing with `UI Theme Designer`](./docs/2-advanced/12-theming.md)
|
28 | 28 | - [Creating a Custom UI5 Web Components Package](docs/4-development/01-package.md)
|
@@ -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](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/). |
| 88 | + For more information, see [Importing UI5 Web Components](https://ui5.github.io/webcomponents/docs/getting-started/components-packages/) and [Understanding UI5 Web Components APIs](https://ui5.github.io/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.
|
@@ -116,7 +116,7 @@ This section might be of interest to you mainly if you need to run or build the
|
116 | 116 | - [Yarn](https://yarnpkg.com/en) (**version 1.22 or higher**)
|
117 | 117 |
|
118 | 118 | **Note:** The UI5 Web Components project is set up with the [Yarn](https://yarnpkg.com/) node package manager.
|
119 |
| -This is because it offers functionality that the otherwise preferred [npm](https://www.npmjs.com/) package manager is currently lacking. Namely, the [workspace](https://yarnpkg.com/lang/en/docs/workspaces/) setting which is currently used in the [UI5 Web Components (mono-)repository](https://github.com/SAP/ui5-webcomponents). Note that npm [might add](https://github.com/npm/npm/pull/15900#issuecomment-315335381) this feature in the future. |
| 119 | +This is because it offers functionality that the otherwise preferred [npm](https://www.npmjs.com/) package manager is currently lacking. Namely, the [workspace](https://yarnpkg.com/lang/en/docs/workspaces/) setting which is currently used in the [UI5 Web Components (mono-)repository](https://github.com/UI5/webcomponents). Note that npm [might add](https://github.com/npm/npm/pull/15900#issuecomment-315335381) this feature in the future. |
120 | 120 |
|
121 | 121 | ### Structure
|
122 | 122 |
|
@@ -173,7 +173,7 @@ For example, to find the Button component (that belongs to the `main` package),
|
173 | 173 | None as of 1.24.0
|
174 | 174 |
|
175 | 175 | ## Known Issues
|
176 |
| -No major bugs known. To report an issue or view the currently open issues, click [here](https://github.com/SAP/ui5-webcomponents/issues). |
| 176 | +No major bugs known. To report an issue or view the currently open issues, click [here](https://github.com/UI5/webcomponents/issues). |
177 | 177 |
|
178 | 178 | ## Support
|
179 | 179 | We welcome all comments, suggestions, questions, and bug reports. Please follow our [Support Guidelines](/SUPPORT.md#-content) on how to report an issue, or chat with us in the `#webcomponents` channel of the [OpenUI5 Community Slack](https://ui5-slack-invite.cfapps.eu10.hana.ondemand.com/).
|
|
0 commit comments