From aa26b48f04b1c8e63e43031d9beeb5e42d52f1f1 Mon Sep 17 00:00:00 2001 From: Christian Lechner Date: Mon, 13 May 2024 07:42:25 +0200 Subject: [PATCH 1/2] docs: fix broken link --- in-development/uc_kyma_gitops_fluxcd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/in-development/uc_kyma_gitops_fluxcd/README.md b/in-development/uc_kyma_gitops_fluxcd/README.md index 04be71ac..6bf478ac 100644 --- a/in-development/uc_kyma_gitops_fluxcd/README.md +++ b/in-development/uc_kyma_gitops_fluxcd/README.md @@ -1,6 +1,6 @@ # Terraform Workspace for Kyma GitOps -This Terraform workspace creates a BTP subaccount and a Kubernetes cluster with Kyma runtime, and then bootstraps it with [Flux CD](https://flux.io) for GitOps. +This Terraform workspace creates a BTP subaccount and a Kubernetes cluster with Kyma runtime, and then bootstraps it with [Flux CD](https://fluxcd.io/) for GitOps. ## Structure From 61d4bfd3518513dc2cda4e17b8063d9dbf727c78 Mon Sep 17 00:00:00 2001 From: Christian Lechner Date: Mon, 13 May 2024 07:45:03 +0200 Subject: [PATCH 2/2] docs: fix broken link --- .lycheeignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.lycheeignore b/.lycheeignore index 72aa4bc5..8154357a 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -1 +1,3 @@ -https?://localhost.* \ No newline at end of file +https?://localhost.* + +https://developers.sap.com/* \ No newline at end of file