From d668c426498408690076c4443a97b386eafa8385 Mon Sep 17 00:00:00 2001 From: Johannes Nicolai Date: Thu, 14 Jan 2021 18:20:16 +0100 Subject: [PATCH] chore: Fix links from module READMEs to examples (#17) * Fix links to examples * add ../../ in front of example links * Fix relative links for gh-runner-gke examples * added ../../ in front of relative example link * Fix relative links for gh-runner-mig-container-vm * added ../../ in front of relative links to examples --- modules/gh-runner-gke/README.md | 4 ++-- modules/gh-runner-mig-container-vm/README.md | 4 ++-- modules/gh-runner-mig-vm/README.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/gh-runner-gke/README.md b/modules/gh-runner-gke/README.md index 469542d..bd83241 100644 --- a/modules/gh-runner-gke/README.md +++ b/modules/gh-runner-gke/README.md @@ -11,11 +11,11 @@ This includes: Below are some examples: -### [Self Hosted runners on GKE that support Docker workflows](examples/gh-runner-gke-dind/README.md) +### [Self Hosted runners on GKE that support Docker workflows](../../examples/gh-runner-gke-dind/README.md) This example shows how to deploy Self Hosted Runners on GKE that supports Docker Workflows. -### [Simple Self Hosted Runners on GKE](examples/gh-runner-gke-simple/README.md) +### [Simple Self Hosted Runners on GKE](../../examples/gh-runner-gke-simple/README.md) This example shows how to deploy a simple GKE Self Hosted Runner. diff --git a/modules/gh-runner-mig-container-vm/README.md b/modules/gh-runner-mig-container-vm/README.md index ba9e91a..05075ae 100644 --- a/modules/gh-runner-mig-container-vm/README.md +++ b/modules/gh-runner-mig-container-vm/README.md @@ -13,11 +13,11 @@ This includes: Below are some examples: -### [Self Hosted runners that support Docker Workflows](examples/gh-runner-mig-container-vm-dind/README.md) +### [Self Hosted runners that support Docker Workflows](../../examples/gh-runner-mig-container-vm-dind/README.md) This example shows how to deploy a Self Hosted Runner that supports Docker Workflows on MIG Container VMs. -### [Simple Self Hosted Runner](examples/gh-runner-mig-container-vm-simple/README.md) +### [Simple Self Hosted Runner](../../examples/gh-runner-mig-container-vm-simple/README.md) This example shows how to deploy a Self Hosted Runner on MIG Container VMs. diff --git a/modules/gh-runner-mig-vm/README.md b/modules/gh-runner-mig-vm/README.md index c716670..f438251 100644 --- a/modules/gh-runner-mig-vm/README.md +++ b/modules/gh-runner-mig-vm/README.md @@ -15,11 +15,11 @@ This includes: Below are some examples: -### [Simple Self Hosted Runner](examples/gh-runner-mig-native-simple/README.md) +### [Simple Self Hosted Runner](../../examples/gh-runner-mig-native-simple/README.md) This example shows how to deploy a MIG Self Hosted Runner bootstrapped using startup scripts. -### [Simple Self Hosted Runner](examples/gh-runner-mig-native-packer/README.md) +### [Simple Self Hosted Runner](../../examples/gh-runner-mig-native-packer/README.md) This example shows how to deploy a MIG Self Hosted Runner with an image pre-baked using Packer.