File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
22Upstream-Name: UI5 WebComponents Sample with Angular
33Upstream-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
55Disclaimer: 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”).
Original file line number Diff line number Diff line change 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
15151 . [ 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 ```
20201. Install all dependencies
2121 ` ` ` sh
Original file line number Diff line number Diff 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} ) ;
Original file line number Diff line number Diff line change 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 ">
You can’t perform that action at this time.
0 commit comments