From 3b0b546790726393bac58150179bdbfb51ccb668 Mon Sep 17 00:00:00 2001 From: ilhan007 Date: Thu, 11 Sep 2025 17:24:36 +0300 Subject: [PATCH 1/2] docs: update URLs --- README.md | 14 +++++++------- REUSE.toml | 2 +- src/App.tsx | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 6af0775..454e923 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ ![UI5 logo](/docs/images/UI5_logo_wide.png) -[![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) -[![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) +[![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) +[![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) # UI5 Web Components React Sample Application -[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. +[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. This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). @@ -16,8 +16,8 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo ## Getting started 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. ```sh - git clone https://github.com/SAP-samples/ui5-webcomponents-sample-react.git - cd ui5-webcomponents-sample-react + git clone https://github.com/SAP-samples/sample-webcomponents-react.git + cd sample-webcomponents-react ``` 2. Install all dependencies ```sh @@ -85,7 +85,7 @@ No limitations known. No major bugs known. ## Support -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/). +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/). ## Contribute to UI5 Web Components -Please check our [Contribution Guidelines](https://github.com/SAP/ui5-webcomponents/blob/main/CONTRIBUTING.md). +Please check our [Contribution Guidelines](https://github.com/UI5/webcomponents/blob/main/CONTRIBUTING.md). diff --git a/REUSE.toml b/REUSE.toml index 0491ead..2980158 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -1,7 +1,7 @@ version = 1 SPDX-PackageName = "UI5 Webcomponents Sample with React" SPDX-PackageSupplier = "SAP OpenUI5 " -SPDX-PackageDownloadLocation = "https://github.com/SAP-samples/ui5-webcomponents-sample-react" +SPDX-PackageDownloadLocation = "https://github.com/SAP-samples/sample-webcomponents-react" 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." [[annotations]] diff --git a/src/App.tsx b/src/App.tsx index 962abf9..ce5d0f2 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -504,7 +504,7 @@ function App() { Admin version: React Admin


For more information, please visit our{" "} - + documentation . From cef976672b313d733b1a88be5e5ab6f2e2538557 Mon Sep 17 00:00:00 2001 From: ilhan007 Date: Thu, 11 Sep 2025 17:28:58 +0300 Subject: [PATCH 2/2] docs: update org --- README.md | 6 +++--- REUSE.toml | 2 +- src/App.tsx | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 454e923..131ee73 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![UI5 logo](/docs/images/UI5_logo_wide.png) -[![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) -[![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) +[![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) +[![REUSE status](https://api.reuse.software/badge/github.com/UI5/sample-webcomponents-react)](https://api.reuse.software/info/github.com/UI5/sample-webcomponents-react) # UI5 Web Components React Sample Application @@ -16,7 +16,7 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo ## Getting started 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. ```sh - git clone https://github.com/SAP-samples/sample-webcomponents-react.git + git clone https://github.com/UI5/sample-webcomponents-react.git cd sample-webcomponents-react ``` 2. Install all dependencies diff --git a/REUSE.toml b/REUSE.toml index 2980158..9a52a49 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -1,7 +1,7 @@ version = 1 SPDX-PackageName = "UI5 Webcomponents Sample with React" SPDX-PackageSupplier = "SAP OpenUI5 " -SPDX-PackageDownloadLocation = "https://github.com/SAP-samples/sample-webcomponents-react" +SPDX-PackageDownloadLocation = "https://github.com/UI5/sample-webcomponents-react" 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." [[annotations]] diff --git a/src/App.tsx b/src/App.tsx index ce5d0f2..8486ab6 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -504,7 +504,7 @@ function App() { Admin version: React Admin


For more information, please visit our{" "} - + documentation .