Skip to content

Commit 784a923

Browse files
authored
Merge pull request #2364 from grego952/change-links
Change links
2 parents 11b12d8 + 9683bac commit 784a923

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tutorials/cp-kyma-mocks/cp-kyma-mocks.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ The Kyma mock application contains lightweight substitutes for SAP applications
2323

2424
### Clone the Git repository
2525

26-
1. Go to the [xf-application-mocks](https://github.com/SAP-samples/xf-application-mocks) repository.
26+
1. Go to the [kyma-runtime-extension-samples](https://github.com/SAP-samples/kyma-runtime-extension-samples) repository.
2727
Within the repo you can find each of the mock applications and their Deployment files within the respective folder. The process outlined in this tutorial is the same for each, but focuses on configuring the commerce mock.
2828

2929
2. Use the green **Code** button to choose one of the options to download the code locally, or simply run the following command using your CLI at your desired folder location:
3030

3131
```Shell/Bash
32-
git clone https://github.com/SAP-samples/xf-application-mocks
32+
git clone https://github.com/SAP-samples/kyma-runtime-extension-samples
3333
```
3434
3535
### Add the Application Connector module in SAP BTP, Kyma runtime
@@ -54,7 +54,7 @@ The Kyma mock application contains lightweight substitutes for SAP applications
5454
5555
3. Open the `dev` Namespace, if it is not already open, and choose **Upload YAML**.
5656
57-
4. Either copy the contents of the file `/xf-application-mocks/commerce-mock/deployment/k8s.yaml` into the window or use the upload option. Notice that this file contains the resource definitions for the Deployment as well as the Service and the Persistent Volume Claim.
57+
4. Either copy the contents of the file `kyma-runtime-extension-samples/commerce-mock/deployment/k8s.yaml` into the window or use the upload option. Notice that this file contains the resource definitions for the Deployment as well as the Service and the Persistent Volume Claim.
5858
5959
5. Go to **Discovery and Network > API Rules** and choose **Create**.
6060
@@ -66,7 +66,7 @@ The Kyma mock application contains lightweight substitutes for SAP applications
6666
6767
7. Mark the **GET** and **POST** methods, and choose **Create** to create the APIRule.
6868
69-
> Even APIRules can be created by describing them within YAML files. You can find the YAML definition of the `APIRule` at `/xf-application-mocks/commerce-mock/deployment/kyma.yaml`.
69+
> Even APIRules can be created by describing them within YAML files. You can find the YAML definition of the `APIRule` at `/kyma-runtime-extension-samples/commerce-mock/deployment/kyma.yaml`.
7070
7171
### Open Commerce mock application
7272

0 commit comments

Comments
 (0)