Skip to content

Commit ac17731

Browse files
authored
docs: update URLs (#111)
1 parent def3acf commit ac17731

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.reuse/dep5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
22
Upstream-Name: UI5 WebComponents Sample with Angular
33
Upstream-Contact: SAP OpenUI5 <[email protected]>
4-
Source: https://github.com/SAP-samples/ui5-webcomponents-sample-angular
4+
Source: https://github.com/UI5/sample-webcomponents-angular
55
Disclaimer: The code in this project may include calls to APIs (“API Calls”) of
66
SAP or third-party products or services developed outside of this project
77
(“External Products”).

README.md

Lines changed: 4 additions & 4 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/ui5-webcomponents-sample-angular/actions/workflows/ci.yaml/badge.svg)](https://github.com/SAP-samples/ui5-webcomponents-sample-angular/actions/workflows/ci.yaml)
3-
[![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)
2+
[![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)
3+
[![REUSE status](https://api.reuse.software/badge/github.com/UI5/sample-webcomponents-angular)](https://api.reuse.software/info/github.com/UI5/sample-webcomponents-angular)
44

55
# UI5 Web Components Angular Sample Application
66

@@ -14,8 +14,8 @@ This project was bootstrapped with [Angular CLI](https://cli.angular.io/).
1414
## Getting started
1515
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.
1616
```sh
17-
git clone https://github.com/SAP-samples/ui5-webcomponents-sample-angular.git
18-
cd ui5-webcomponents-sample-angular
17+
git clone https://github.com/UI5/sample-webcomponents-angular.git
18+
cd sample-webcomponents-angular
1919
```
2020
1. Install all dependencies
2121
```sh

e2e/src/app.e2e-spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ describe('workspace-project App', () => {
99

1010
it('should display welcome message', () => {
1111
page.navigateTo();
12-
expect(page.getTitleText()).toEqual('Welcome to ui5-webcomponents-sample-angular!');
12+
expect(page.getTitleText()).toEqual('Welcome to UI5/sample-webcomponents-angular!');
1313
});
1414
});

src/app/header/header.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<b>Edition</b>: Enterprise <br>
9797
<b>Admin version</b>: Angular Admin <br>
9898
<hr />
99-
<span class="help-dialog-text">For more information, please visit our <a href="https://github.com/SAP-samples/ui5-webcomponents-sample-angular" target="_blank">documentation</a>.</span>
99+
<span class="help-dialog-text">For more information, please visit our <a href="https://github.com/UI5/sample-webcomponents-angular" target="_blank">documentation</a>.</span>
100100
<p>
101101

102102
<div class="dialog-button">

0 commit comments

Comments
 (0)