Skip to content

Commit cef9766

Browse files
committed
docs: update org
1 parent 3b0b546 commit cef9766

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

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

@@ -16,7 +16,7 @@ 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/sample-webcomponents-react.git
19+
git clone https://github.com/UI5/sample-webcomponents-react.git
2020
cd sample-webcomponents-react
2121
```
2222
2. Install all dependencies

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/sample-webcomponents-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/sample-webcomponents-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)