From 6ce688aedecdcda3bb4c8b5bba5d86e1ae679645 Mon Sep 17 00:00:00 2001 From: Christoph Szymanski Date: Thu, 2 Jun 2022 17:35:40 +0200 Subject: [PATCH 1/2] fix link to best practice guide --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6380bb4..bf1a04c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is a collection of [_Dockerfiles_](https://docs.docker.com/engine/reference for SAP development projects. The images are optimized for use with project ["Piper"](https://github.com/SAP/jenkins-library) on [Jenkins](https://jenkins.io/). Docker containers simplify your CD tool setup, encapsulating tools and environments that are required to execute pipeline steps. -If you want to learn how to use project "Piper" please have a look at [the documentation](https://github.com/SAP/jenkins-library/blob/master/README.md). Introductory material and a lot of SAP scenarios not covered by project "Piper" are described in our [Continuous Integration Best Practices](https://developers.sap.com/tutorials/ci-best-practices-intro.html). +If you want to learn how to use project "Piper" please have a look at [the documentation](https://github.com/SAP/jenkins-library/blob/master/README.md). Introductory material and a lot of SAP scenarios not covered by project "Piper" are described in our [Continuous Integration Best Practices](cicd-best-practices). **Note:** This repository has been split up. Please refer to the following repositories for current Dockerfiles and documentation: @@ -49,3 +49,4 @@ before opening a pull request. [devops-docker-images-issues]: https://github.com/SAP/devops-docker-images/issues [contribution]: https://github.com/SAP/devops-docker-images/blob/master/CONTRIBUTING.md +[cicd-best-practices]: https://help.sap.com/docs/CICD_OVERVIEW/3324745951b44b578bd65221d2ff8f9a/1ae37c7c7ad343589e2bd2fd424c9105.html?language=en-US \ No newline at end of file From b1a7c04765214787ab80093c9a081e17fbe1be64 Mon Sep 17 00:00:00 2001 From: Christoph Szymanski Date: Thu, 2 Jun 2022 17:49:52 +0200 Subject: [PATCH 2/2] fix link syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf1a04c..89d9a19 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is a collection of [_Dockerfiles_](https://docs.docker.com/engine/reference for SAP development projects. The images are optimized for use with project ["Piper"](https://github.com/SAP/jenkins-library) on [Jenkins](https://jenkins.io/). Docker containers simplify your CD tool setup, encapsulating tools and environments that are required to execute pipeline steps. -If you want to learn how to use project "Piper" please have a look at [the documentation](https://github.com/SAP/jenkins-library/blob/master/README.md). Introductory material and a lot of SAP scenarios not covered by project "Piper" are described in our [Continuous Integration Best Practices](cicd-best-practices). +If you want to learn how to use project "Piper" please have a look at [the documentation](https://github.com/SAP/jenkins-library/blob/master/README.md). Introductory material and a lot of SAP scenarios not covered by project "Piper" are described in our [Continuous Integration Best Practices][cicd-best-practices]. **Note:** This repository has been split up. Please refer to the following repositories for current Dockerfiles and documentation: