Skip to content

Commit

Permalink
chore: Fix links from module READMEs to examples (#17)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
jonico authored Jan 14, 2021
1 parent 0455254 commit d668c42
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions modules/gh-runner-gke/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions modules/gh-runner-mig-container-vm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions modules/gh-runner-mig-vm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit d668c42

Please sign in to comment.