diff --git a/.reuse/dep5 b/.reuse/dep5 index defb80b..2a01bbc 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -1,7 +1,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: UI5 WebComponents Sample with Angular Upstream-Contact: SAP OpenUI5 -Source: https://github.com/SAP-samples/ui5-webcomponents-sample-angular +Source: https://github.com/UI5/sample-webcomponents-angular Disclaimer: The code in this project may include calls to APIs (“API Calls”) of SAP or third-party products or services developed outside of this project (“External Products”). diff --git a/README.md b/README.md index 57d528e..80490e7 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/ui5-webcomponents-sample-angular/actions/workflows/ci.yaml/badge.svg)](https://github.com/SAP-samples/ui5-webcomponents-sample-angular/actions/workflows/ci.yaml) -[![REUSE status](https://api.reuse.software/badge/github.com/SAP-samples/ui5-webcomponents-sample-angular)](https://api.reuse.software/info/github.com/SAP-samples/ui5-webcomponents-sample-angular) +[![CI](https://github.com/UI5/sample-webcomponents-angular/actions/workflows/ci.yaml/badge.svg)](https://github.com/UI5/sample-webcomponents-angular/actions/workflows/ci.yaml) +[![REUSE status](https://api.reuse.software/badge/github.com/UI5/sample-webcomponents-angular)](https://api.reuse.software/info/github.com/UI5/sample-webcomponents-angular) # UI5 Web Components Angular Sample Application @@ -14,8 +14,8 @@ This project was bootstrapped with [Angular CLI](https://cli.angular.io/). ## 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-angular.git - cd ui5-webcomponents-sample-angular + git clone https://github.com/UI5/sample-webcomponents-angular.git + cd sample-webcomponents-angular ``` 1. Install all dependencies ```sh diff --git a/e2e/src/app.e2e-spec.ts b/e2e/src/app.e2e-spec.ts index cd572ed..77a05c1 100644 --- a/e2e/src/app.e2e-spec.ts +++ b/e2e/src/app.e2e-spec.ts @@ -9,6 +9,6 @@ describe('workspace-project App', () => { it('should display welcome message', () => { page.navigateTo(); - expect(page.getTitleText()).toEqual('Welcome to ui5-webcomponents-sample-angular!'); + expect(page.getTitleText()).toEqual('Welcome to UI5/sample-webcomponents-angular!'); }); }); diff --git a/src/app/header/header.component.html b/src/app/header/header.component.html index e8d7464..915e63e 100644 --- a/src/app/header/header.component.html +++ b/src/app/header/header.component.html @@ -96,7 +96,7 @@ Edition: Enterprise
Admin version: Angular Admin

- For more information, please visit our documentation. + For more information, please visit our documentation.