Skip to content

Commit 89e1903

Browse files
authored
Merge pull request #578 from SAP-samples/link-fixes
Fix broken links
2 parents b684fc3 + 812d35d commit 89e1903

File tree

17 files changed

+23
-24
lines changed

17 files changed

+23
-24
lines changed

cdc-extension/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
This example includes a **Kyma serverless function**, *cdc-extension*, that is exposed as a **SAP Customer Data Cloud extension endpoint**, and demonstrates how to:
66

7-
* Create an [SAP Customer Data Cloud extension](https://help.sap.com/viewer/8b8d6fffe113457094a17701f63e3d6a/GIGYA/en-US/4153ec2f70b21014bbc5a10ce4041860.html) endpoint using a [Kyma serverless function](https://kyma-project.io/docs/kyma/latest/01-overview/main-areas/serverless/svls-01-overview/#documentation-content)
7+
* Create an [SAP Customer Data Cloud extension](https://help.sap.com/viewer/8b8d6fffe113457094a17701f63e3d6a/GIGYA/en-US/4153ec2f70b21014bbc5a10ce4041860.html) endpoint using a [Kyma serverless function](https://kyma-project.io/external-content/serverless/docs/user/00-10-from-code-to-function.html)
88
* Deploy a Kyma serverless function and an API Rule using the [Kubernetes command-line tool](https://kubernetes.io/docs/reference/kubectl/overview/)
99
* Alternately, deploy a Kyma serverless function and an API Rule using the Kyma Console User Interface
1010
* Explore [api.sap.com](https://api.sap.com/) and try out REST API calls using a sandbox environment
@@ -26,10 +26,9 @@ This example includes a **Kyma serverless function**, *cdc-extension*, that is e
2626
## Suggested introductory readings
2727

2828
* [What is an SAP Customer Data Cloud Extension?](https://help.sap.com/viewer/8b8d6fffe113457094a17701f63e3d6a/GIGYA/en-US/4153ec2f70b21014bbc5a10ce4041860.html)
29-
* [An Introduction to SAP Customer Data Cloud Extensions (video)](https://microlearning.opensap.com/media/1_ucyxrfoj)
3029
* [What is Kyma Environment?](https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/468c2f3c3ca24c2c8497ef9f83154c44.html)
31-
* [What is a Kyma Serverless Function?](https://kyma-project.io/docs/kyma/latest/01-overview/main-areas/serverless/svls-01-overview/#documentation-content)
32-
* [What is a Kyma API Rule?](https://kyma-project.io/docs/kyma/latest/05-technical-reference/00-custom-resources/apix-01-apirule/#documentation-content)
30+
* [What is a Kyma Serverless Function?](https://kyma-project.io/external-content/serverless/docs/user/00-10-from-code-to-function.html)
31+
* [What is a Kyma APIRule?](https://kyma-project.io/external-content/api-gateway/docs/user/custom-resources/apirule/04-10-apirule-custom-resource.html)
3332
* [Project Kyma Documentation](https://kyma-project.io/)
3433
* [Administration and Operations in the Kyma Environment](https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/b8e16869e64a4abe93cc194aa6fdacf5.html)
3534

cdp-extension/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
This example includes a **Kyma Serverless Function**, *cdp-extension*, that is exposed as an **SAP Customer Data Platform Extension endpoint**, and demonstrates how to:
66

7-
* Create an [SAP Customer Data Platform Extension](https://help.sap.com/viewer/8438f051ded544d2ba1303e67fc5ff86/PROD/en-US/67ac7304cead44a9a6b762f583fe1fe1.html) endpoint using a [Kyma Serverless Function](https://kyma-project.io/docs/kyma/latest/01-overview/main-areas/serverless/svls-01-overview/#documentation-content)
7+
* Create an [SAP Customer Data Platform Extension](https://help.sap.com/viewer/8438f051ded544d2ba1303e67fc5ff86/PROD/en-US/67ac7304cead44a9a6b762f583fe1fe1.html) endpoint using a [Kyma Serverless Function](https://kyma-project.io/external-content/serverless/docs/user/00-10-from-code-to-function.html)
88
* Deploy a Kyma Serverless Function and an API Rule with **JWT Access strategy** using the [Kubernetes command-line tool](https://kubernetes.io/docs/reference/kubectl/overview/)
99
* Alternately, deploy a Kyma Serverless Function and an API Rule with **JWT Access strategy** using the Kyma Console User Interface
1010
* Explore [api.sap.com](https://api.sap.com/) and try out REST API calls using a sandbox environment
@@ -24,8 +24,8 @@ This example includes a **Kyma Serverless Function**, *cdp-extension*, that is e
2424
* [SAP Customer Data Platform Sources and Destinations](https://help.sap.com/viewer/8438f051ded544d2ba1303e67fc5ff86/PROD/en-US/f4b17b0302e248da805fd9e4530934e5.html)
2525
* [Using Kyma with SAP Customer Data Platform Extensions](https://help.sap.com/viewer/8438f051ded544d2ba1303e67fc5ff86/PROD/en-US/8722f8e5157b4cf9be5f0177906a0351.html)
2626
* [What is Kyma Environment?](https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/468c2f3c3ca24c2c8497ef9f83154c44.html)
27-
* [What is a Kyma Serverless Function?](https://kyma-project.io/docs/kyma/latest/01-overview/main-areas/serverless/svls-01-overview/#documentation-content)
28-
* [What is a Kyma API Rule?](https://kyma-project.io/docs/kyma/latest/05-technical-reference/00-custom-resources/apix-01-apirule/#documentation-content)
27+
* [What is a Kyma Serverless Function?](https://kyma-project.io/external-content/serverless/docs/user/00-10-from-code-to-function.html)
28+
* [What is a Kyma APIRule?](https://kyma-project.io/external-content/api-gateway/docs/user/custom-resources/apirule/04-10-apirule-custom-resource.html)
2929
* [Project Kyma Documentation](https://kyma-project.io/)
3030
* [Administration and Operations in the Kyma Environment](https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/b8e16869e64a4abe93cc194aa6fdacf5.html)
3131

cloudsdk-client-cert-auth/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ In this sample, we will connect to an external system that is secured with **Cli
1616
* JDK 11 or higher
1717
* [kubectl](https://kubernetes.io/docs/tasks/tools/#kubectl)
1818
* Kubectl configured to connect to your provisioned Kyma runtime using downloaded KUBECONFIG
19-
* [Make](https://www.gnu.org/software/make/)
19+
* [Make](https://www.gnu.org/software/make/)<!-- markdown-link-check-disable-line -->
2020
* [docker](https://www.docker.com/products/docker-desktop)
2121

2222
## Setup

data-backup-and-restore/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ As a next step, it demonstrates restoring the data from a volume snapshot.
4747
4848
## Take Snapshot
4949
50-
* Create a snapshot class. The driver specified `driver: disk.csi.azure.com` depends upon the hyperscaler used. Please refer to this [Kyma open source documentation, Gardener Section](https://kyma-project.io/docs/kyma/latest/04-operation-guides/operations/10-backup-kyma/#create-on-demand-volume-snapshots) to provide the appropriate value.
50+
* Create a snapshot class. The driver specified `driver: disk.csi.azure.com` depends upon the hyperscaler used. Please refer to this [Kyma open source documentation, Gardener Section](https://kyma-project.io/04-operation-guides/operations/10-backup-kyma.html#create-on-demand-volume-snapshots) to provide the appropriate value.
5151
5252
```shell script
5353
kubectl apply -f k8s/snapshot-class.yaml

dsagtt22/tutorial/step6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ As we have all configuration in place we can start with the implementation of th
170170
}
171171
```
172172

173-
> 📝 **Tip** - All data send to a Kyma Function is stored in the `event` object. The main purpose of this object is to transfer CloudEvents to the Kyma Function. However, the object is also used to transfer the data of incoming HTTP requests (like in our case). To transport the information the `extensions` object of the `event` parameter is used and contains the desired information. You find more information about the `event` object in the [Kyma documentation](https://kyma-project.io/docs/kyma/latest/05-technical-reference/svls-08-function-specification/#event-object).
173+
> 📝 **Tip** - All data send to a Kyma Function is stored in the `event` object. The main purpose of this object is to transfer CloudEvents to the Kyma Function. However, the object is also used to transfer the data of incoming HTTP requests (like in our case). To transport the information the `extensions` object of the `event` parameter is used and contains the desired information. To learn more information about the `event` object, see [Function's Specification](https://kyma-project.io/external-content/serverless/docs/user/technical-reference/07-70-function-specification.html#event-object).
174174
175175
- Next we call a function that to fetch the orders based on the material ID. For now we just implement the function call in the body of the main function:
176176

from-zero-to-cap-on-kyma/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Using this sample, you start from scratch to deploy a [CAP](https://cap.cloud.sa
1818
> [!Note]
1919
> If you're using an SAP BTP trial account, use a subaccount that supports SAP Hana Cloud. At the time of creating the sample (June 2025), SAP Hana Cloud is available in the US, but not in Singapore.
2020
- [Docker](../prerequisites/README.md#docker)
21-
- [make](https://www.gnu.org/software/make/)
21+
- [make](https://www.gnu.org/software/make/)<!-- markdown-link-check-disable-line -->
2222
- [Kubernetes tooling](../prerequisites/README.md#kubernetes)
2323
- [Pack](../prerequisites/README.md#pack)
2424
- [NodeJS 20 or higher](https://nodejs.org/en/download/)

from-zero-to-cap-on-kyma/the-detailed-path.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Using this sample, you start from scratch to deploy a [CAP](https://cap.cloud.sa
1818
> [!Note]
1919
> If you're using an SAP BTP trial account, use a subaccount that supports SAP Hana Cloud. At the time of creating the sample (June 2025), SAP Hana Cloud is available in the US, but not in Singapore.
2020
- [Docker](../prerequisites/README.md#docker)
21-
- [make](https://www.gnu.org/software/make/)
21+
- [make](https://www.gnu.org/software/make/)<!-- markdown-link-check-disable-line -->
2222
- [Kubernetes tooling](../prerequisites/README.md#kubernetes)
2323
- [Pack](../prerequisites/README.md#pack)
2424
- [NodeJS 20 or higher](https://nodejs.org/en/download/)

keda-cron-scaler/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,5 +141,5 @@ Additionally, the number of nodes (VMs) was reduced from 4 to 3.
141141

142142
## Related Links
143143

144-
- <https://medium.com/@CloudifyOps/optimizing-kubernetes-workloads-with-keda-custom-metric-driven-pod-autoscaling-7332e674fdc6>
144+
- <https://medium.com/@CloudifyOps/optimizing-kubernetes-workloads-with-keda-custom-metric-driven-pod-autoscaling-7332e674fdc6><!-- markdown-link-check-disable-line -->
145145
- <https://doc.kaas.thalesdigital.io/docs/Features/keda>

on-premise-docker-registry/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Here, Nginx as a reverse proxy forwards the HTTP requests for pulling Docker ima
2424

2525
- [SAP BTP, Kyma runtime instance](../prerequisites/README.md#kyma)
2626
- [Docker](../prerequisites/README.md#docker)
27-
- [GNU Make](https://www.gnu.org/software/make/)
27+
- [GNU Make](https://www.gnu.org/software/make/)<!-- markdown-link-check-disable-line -->
2828
- [Kubernetes tooling](../prerequisites/README.md#kubernetes)
2929
- [Cloud Connector on your machine or test system](../prerequisites//README.md#sap-cloud-connector)
3030
- [Connectivity Proxy instance configured in Kyma](https://help.sap.com/docs/btp/sap-business-technology-platform/configure-sap-btp-connectivity-in-kyma-environment)

prerequisites/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ The relevant [VSCode extensions](https://marketplace.visualstudio.com/VSCode) fo
122122

123123
|Tool|Description
124124
|-|-
125-
|[make](https://www.gnu.org/software/make/) | Tool which controls the generation of executables and other non-source files of a program from the program's source files.
125+
|[make](https://www.gnu.org/software/make/)<!-- markdown-link-check-disable-line --> | Tool which controls the generation of executables and other non-source files of a program from the program's source files.
126126

127127
### Microsoft Azure Account
128128

0 commit comments

Comments
 (0)