Skip to content
This repository was archived by the owner on Dec 29, 2020. It is now read-only.

Commit ad6beec

Browse files
author
Ye Meng
committed
Update links & dependencies for version
1 parent 6a0cf63 commit ad6beec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
The following samples give you more hands-on practice with the [application programming model for SAP Cloud Platform](https://help.sap.com/viewer//65de2977205c403bbc107264b8eccf4b/Cloud/en-US/00823f91779d4d42aa29a498e0535cdf.html):
44

5-
* Part 1 - [Foundation](https://github.com/SAP/cloud-samples-foundation)
5+
* Part 1 - [Foundation](https://github.com/SAP/cloud-samples-foundation/tree/rel-1.0)
66
* Part 2 - Product Catalog (current repository)
7-
* Part 3 - [ITelO Catalog](https://github.com/SAP/cloud-samples-itelo)
7+
* Part 3 - [ITelO Catalog](https://github.com/SAP/cloud-samples-itelo/tree/rel-1.0)
88

99
### Part 2 - Product Catalog (Reuse Scenario)
1010

11-
The Product Catalog shows a sample business application, developed by reusing the CDS models from [Foundation](https://github.com/SAP/cloud-samples-foundation).
11+
The Product Catalog shows a sample business application, developed by reusing the CDS models from [Foundation](https://github.com/SAP/cloud-samples-foundation/tree/rel-1.0).
1212

1313
The application allows a user to create, delete and modify products of a product catalog.
1414

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@sap/cds": "2.3.1"
77
},
88
"dependencies": {
9-
"@sap/cloud-samples-foundation": "https://github.com/SAP/cloud-samples-foundation.git"
9+
"@sap/cloud-samples-foundation": "https://github.com/SAP/cloud-samples-foundation.git#rel-1.0"
1010
},
1111
"repository": {
1212
"type": "git",

0 commit comments

Comments
 (0)