From 06b97f683bd715083da2a72c6b674804592be9f0 Mon Sep 17 00:00:00 2001 From: Lik Wei Tan Date: Fri, 9 Jan 2026 00:42:06 +0800 Subject: [PATCH] fix: update SAP CI/CD help link in ABAP code review guide Replace the old/specific link to the Continuous Integration and Delivery Introduction Guide with the latest working URL. --- abap-code-review/ABAPCodeReview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abap-code-review/ABAPCodeReview.md b/abap-code-review/ABAPCodeReview.md index 65464b2d..0bc1e495 100644 --- a/abap-code-review/ABAPCodeReview.md +++ b/abap-code-review/ABAPCodeReview.md @@ -47,7 +47,7 @@ License   [Creative Commons](https://github.com/SAP/styleguides/blob/m Code review is a measure for assuring software quality by letting developers read the code of others. While the primary goal is to increase quality by finding defects, it also fosters learning and shared code ownership. -[Continuous integration / continuous delivery](https://help.sap.com/viewer/Continuous-Integration-and-Delivery-Introduction-Guide/5ba483a2c97b4ad5ab0148f4a6c5a9ee.html) (CI/CD) is commonly seen as a prerequisite to faster delivery of cloud-based products. This comprises the ability to review, test, and, if required, veto changes before they affect every other developer working on the same repository. This capability to validate a change in _isolation_ before integrating it is also known as [proposed commits](https://trunkbaseddevelopment.com/game-changers/#google-s-internal-devops-2006-onwards) or [pending head](https://martinfowler.com/bliki/PendingHead.html). For instance, most git platforms have implemented this concept as depicted below. +[Continuous integration / continuous delivery](https://help.sap.com/docs/CICD_OVERVIEW/ee5a61247061455ab232c19179fe4c3b/7fc38a80cda446ef856c01f748dbede8.html?locale=en-US&version=LATEST) (CI/CD) is commonly seen as a prerequisite to faster delivery of cloud-based products. This comprises the ability to review, test, and, if required, veto changes before they affect every other developer working on the same repository. This capability to validate a change in _isolation_ before integrating it is also known as [proposed commits](https://trunkbaseddevelopment.com/game-changers/#google-s-internal-devops-2006-onwards) or [pending head](https://martinfowler.com/bliki/PendingHead.html). For instance, most git platforms have implemented this concept as depicted below. ```mermaid %%{ init: { 'flowchart': { 'curve': 'basis' } } }%%