diff --git a/README.md b/README.md
index 7635f78..b945e29 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,11 @@

-[](https://github.com/SAP-samples/ui5-webcomponents-sample-svelte/actions/workflows/ci.yaml)
-[](https://api.reuse.software/info/github.com/SAP-samples/ui5-webcomponents-sample-svelte)
+[](https://github.com/UI5/sample-webcomponents-svelte/actions/workflows/ci.yaml)
+[](https://api.reuse.software/info/github.com/UI5/sample-webcomponents-svelte)
# **UI5 Web Components Sample ToDo App**
-### ***Sample ToDo application that demonstrates the usage of [UI5 Web Components](https://sap.github.io/ui5-webcomponents/) using [Svelte](https://svelte.dev/)***
+
+ ***Sample ToDo application that demonstrates the usage of [UI5 Web Components](https://ui5.github.io/webcomponents/) using [Svelte](https://svelte.dev/)***
The application showcases how to: bind properties, subscribe to and forward events, and consume UI5 Web Components within Svelte.
@@ -16,8 +17,8 @@ Project was initialized uising **[ViteJs](https://vitejs.dev/guide/#scaffolding-
## **Download and Installation**
1. **[Clone this repository](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository)** and navigate to the downloaded directory
```sh
- git clone https://github.com/SAP-samples/ui5-webcomponents-sample-svelte.git
- cd ui5-webcomponents-sample-svelte
+ git clone https://github.com/UI5/sample-webcomponents-svelte.git
+ cd sample-webcomponents-svelte
```
2. Install all dependencies
```sh
diff --git a/REUSE.toml b/REUSE.toml
index 4e0a10f..3896db3 100644
--- a/REUSE.toml
+++ b/REUSE.toml
@@ -1,17 +1,17 @@
version = 1
SPDX-PackageName = "UI5 Webcomponents Sample with Svelte"
SPDX-PackageSupplier = "SAP OpenUI5 "
-SPDX-PackageDownloadLocation = "https://github.com/sap-samples/ui5-webcomponents-sample-svelte"
+SPDX-PackageDownloadLocation = "https://github.com/UI5/sample-webcomponents-svelte"
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]]
path = "**"
precedence = "aggregate"
-SPDX-FileCopyrightText = "2021 SAP SE or an SAP affiliate company and ui5-webcomponents-sample-svelte contributors"
+SPDX-FileCopyrightText = "2021 SAP SE or an SAP affiliate company and sample-webcomponents-svelte contributors"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "docs/imgs/ui5-svelte-logo.png"
precedence = "aggregate"
-SPDX-FileCopyrightText = ["", "2016-21 Svelte contributors (https://github.com/sveltejs/svelte/graphs/contributors)", "2021 SAP SE or an SAP affiliate company and ui5-webcomponents-sample-svelte contributors"]
+SPDX-FileCopyrightText = ["", "2016-21 Svelte contributors (https://github.com/sveltejs/svelte/graphs/contributors)", "2021 SAP SE or an SAP affiliate company and sample-webcomponents-svelte contributors"]
SPDX-License-Identifier = "Apache-2.0 and MIT"
diff --git a/package.json b/package.json
index c366847..b88c1e3 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
"type": "module",
"scripts": {
"start": "vite",
- "build": "vite build --base=/ui5-webcomponents-sample-svelte/",
+ "build": "vite build --base=/sample-webcomponents-svelte/",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"lint": "eslint src",
diff --git a/src/App.svelte b/src/App.svelte
index 21fcc41..5aced07 100644
--- a/src/App.svelte
+++ b/src/App.svelte
@@ -339,7 +339,7 @@
Admin version: Svelte Admin
- For more information, please visit our documentation.
+ For more information, please visit our documentation.
Close