Skip to content

Commit c10fe5b

Browse files
committed
Fix Markdown links
1 parent 5532909 commit c10fe5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,13 +210,13 @@ The project has the following folders and files:
210210

211211
## Submodules
212212

213-
To more cleanly handle cases where desired functionality would require complex duplication of Terraform resources (i.e. [PR 51](https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/pull/51)), this repository is divided into multiple submodules. To ensure backwards compatibility with the module before this change, using the root of the repository as the source of a module will default to the [./modules/public-cluster](`public-cluster`) submodule.
213+
To more cleanly handle cases where desired functionality would require complex duplication of Terraform resources (i.e. [PR 51](https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/pull/51)), this repository is divided into multiple submodules. To ensure backwards compatibility with the module before this change, using the root of the repository as the source of a module will default to the [`public-cluster`](./modules/public-cluster) submodule.
214214

215215
The following submodules currently exist:
216216

217-
- [./modules/public-cluster](`public-cluster`), which creates a GKE cluster with its nodes and endpoint publicly accessible.
217+
- [`public-cluster`](./modules/public-cluster), which creates a GKE cluster with its nodes and endpoint publicly accessible.
218218

219-
Submodules, and the reverse-compatible wrapper for the root of the repository, are generated by running `make generate`. When making changes to this repository, please ensure that your change is made in the [./autogen](`autogen`) directory if it is expected to propagate to all submodules.
219+
Submodules, and the reverse-compatible wrapper for the root of the repository, are generated by running `make generate`. When making changes to this repository, please ensure that your change is made in the [`autogen`](./autogen) directory if it is expected to propagate to all submodules.
220220

221221
## Testing
222222

0 commit comments

Comments
 (0)