Skip to content

Commit b0e91fa

Browse files
authored
docs: update URLs (#121)
* docs: update URLs * docs: update org
1 parent a813df0 commit b0e91fa

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
![UI5 logo](/docs/images/UI5_logo_wide.png)
2-
[![CI](https://github.com/SAP-samples/ui5-webcomponents-sample-react/actions/workflows/ci.yml/badge.svg)](https://github.com/SAP-samples/ui5-webcomponents-sample-react/actions/workflows/ci.yml)
3-
[![REUSE status](https://api.reuse.software/badge/github.com/SAP-samples/ui5-webcomponents-sample-react)](https://api.reuse.software/info/github.com/SAP-samples/ui5-webcomponents-sample-react)
2+
[![CI](https://github.com/UI5/sample-webcomponents-react/actions/workflows/ci.yml/badge.svg)](https://github.com/UI5/sample-webcomponents-react/actions/workflows/ci.yml)
3+
[![REUSE status](https://api.reuse.software/badge/github.com/UI5/sample-webcomponents-react)](https://api.reuse.software/info/github.com/UI5/sample-webcomponents-react)
44

55
# UI5 Web Components React Sample Application
66

77

8-
[React](https://reactjs.org/) sample application to demonstrate the usage of the [UI5 Web Components](https://github.com/SAP/ui5-webcomponents). It shows how to bind properties, to subscribe to events, using nested components and the bootstrapped React build.
8+
[React](https://reactjs.org/) sample application to demonstrate the usage of the [UI5 Web Components](https://github.com/UI5/webcomponents). It shows how to bind properties, to subscribe to events, using nested components and the bootstrapped React build.
99

1010
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
1111

@@ -16,8 +16,8 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo
1616
## Getting started
1717
1. [Clone this repository](https://help.github.com/articles/cloning-a-repository/) using the [GitHub Command line tool](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) and navigate into the downloaded directory.
1818
```sh
19-
git clone https://github.com/SAP-samples/ui5-webcomponents-sample-react.git
20-
cd ui5-webcomponents-sample-react
19+
git clone https://github.com/UI5/sample-webcomponents-react.git
20+
cd sample-webcomponents-react
2121
```
2222
2. Install all dependencies
2323
```sh
@@ -85,7 +85,7 @@ No limitations known.
8585
No major bugs known.
8686
8787
## Support
88-
We welcome all comments, suggestions, questions, and bug reports. Please follow our [Support Guidelines](https://github.com/SAP/ui5-webcomponents/blob/main/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/).
88+
We welcome all comments, suggestions, questions, and bug reports. Please follow our [Support Guidelines](https://github.com/UI5/webcomponents/blob/main/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/).
8989
9090
## Contribute to UI5 Web Components
91-
Please check our [Contribution Guidelines](https://github.com/SAP/ui5-webcomponents/blob/main/CONTRIBUTING.md).
91+
Please check our [Contribution Guidelines](https://github.com/UI5/webcomponents/blob/main/CONTRIBUTING.md).

REUSE.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version = 1
22
SPDX-PackageName = "UI5 Webcomponents Sample with React"
33
SPDX-PackageSupplier = "SAP OpenUI5 <openui5@sap.com>"
4-
SPDX-PackageDownloadLocation = "https://github.com/SAP-samples/ui5-webcomponents-sample-react"
4+
SPDX-PackageDownloadLocation = "https://github.com/UI5/sample-webcomponents-react"
55
SPDX-PackageComment = "The code in this project may include calls to APIs (“API Calls”) of\n SAP or third-party products or services developed outside of this project\n (“External Products”).\n “APIs” means application programming interfaces, as well as their respective\n specifications and implementing code that allows software to communicate with\n other software.\n API Calls to External Products are not licensed under the open source license\n that governs this project. The use of such API Calls and related External\n Products are subject to applicable additional agreements with the relevant\n provider of the External Products. In no event shall the open source license\n that governs this project grant any rights in or to any External Products,or\n alter, expand or supersede any terms of the applicable additional agreements.\n If you have a valid license agreement with SAP for the use of a particular SAP\n External Product, then you may make use of any API Calls included in this\n project’s code for that SAP External Product, subject to the terms of such\n license agreement. If you do not have a valid license agreement for the use of\n a particular SAP External Product, then you may only make use of any API Calls\n in this project for that SAP External Product for your internal, non-productive\n and non-commercial test and evaluation of such API Calls. Nothing herein grants\n you any rights to use or access any SAP External Product, or provide any third\n parties the right to use of access any SAP External Product, through API Calls."
66

77
[[annotations]]

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ function App() {
504504
<b>Admin version</b>: React Admin <br></br>
505505
<hr></hr>
506506
For more information, please visit our{" "}
507-
<ui5-link href="https://github.com/SAP-samples/ui5-webcomponents-sample-react" target="_blank">
507+
<ui5-link href="https://github.com/UI5/sample-webcomponents-react" target="_blank">
508508
documentation
509509
</ui5-link>
510510
.

0 commit comments

Comments
 (0)