From a997f105b4bd20965c89dad691a14fcc5be9fa47 Mon Sep 17 00:00:00 2001 From: YoinkBird Date: Fri, 25 Jul 2025 17:21:34 +0200 Subject: [PATCH 1/2] fixes link to examples dir --- modules/v2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/v2/README.md b/modules/v2/README.md index f52e2488..c1d0b5f4 100644 --- a/modules/v2/README.md +++ b/modules/v2/README.md @@ -42,7 +42,7 @@ module "cloud_run_core" { ``` Functional examples are included in the -[examples](./examples/) directory. +[examples](/examples/) directory. ## Inputs From 855f1019290f867b0c5ca714450a00968f57b83e Mon Sep 17 00:00:00 2001 From: YoinkBird Date: Fri, 25 Jul 2025 17:24:37 +0200 Subject: [PATCH 2/2] fix: update link to examples directory --- modules/v2/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/v2/README.md b/modules/v2/README.md index c1d0b5f4..0237047c 100644 --- a/modules/v2/README.md +++ b/modules/v2/README.md @@ -41,8 +41,7 @@ module "cloud_run_core" { } ``` -Functional examples are included in the -[examples](/examples/) directory. +Functional examples are included in the [examples](/examples/) directory. ## Inputs