Skip to content

Commit d3c8a56

Browse files
committed
review fix
1 parent ded61b2 commit d3c8a56

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/update-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ jobs:
6060
mkdocs-material-
6161
- run: pip install mkdocs-material
6262
- run: pip install mkdocs-material-extensions
63-
- run: mkdocs gh-deploy --force -c -b npalm/test
63+
- run: mkdocs gh-deploy --force -c -b gh-pages

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Checkout the provide Terrafom examples in the [examples](./examples) directory f
4646

4747
## Configuration
4848

49-
Please check the [configuration](https://philips-labs.github.io/terraform-aws-github-runner/configuration.html) section of the docs for major configuration options. See the Terraform module documentation for all available options.
49+
Please check the [configuration](https://philips-labs.github.io/terraform-aws-github-runner/configuration/) section of the docs for major configuration options. See the Terraform module documentation for all available options.
5050

5151
## License
5252

mkdocs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ site_name: GitHub Runners on AWS
22

33
repo_name: philips-labs/terraform-aws-github-runner
44
repo_url: https://github.com/philips-labs/terraform-aws-github-runner
5-
edit_uri: edit/npalm/mkdocs/docs/
5+
edit_uri: edit/main/docs/
66
use_directory_urls: true
77

88

0 commit comments

Comments
 (0)