Skip to content

Commit d6bfb03

Browse files
committed
Remove link abbreviations
1 parent 36bd5ec commit d6bfb03

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repository.
1616
## Usage
1717

1818
The
19-
[automatic-labelling-from-localhost example][a7c-l7g-from-l7t-example]
19+
[automatic-labelling-from-localhost example][automatic-labelling-from-localhost-example]
2020
is a tested reference of how to use the root module with the
2121
[event-project-log-entry submodule][event-project-log-entry-submodule].
2222

@@ -60,7 +60,7 @@ from which this module will be invoked:
6060
- [Terraform][terraform-site] v0.11.Z
6161
- [Terraform Provider for Archive][terraform-provider-archive-site]
6262
v1.2.Z
63-
- [Terraform Provider for Google Cloud Platform][t7m-provider-gcp-site]
63+
- [Terraform Provider for Google Cloud Platform][terraform-provider-gcp-site]
6464
v2.1.Z
6565

6666
### IAM Roles
@@ -180,7 +180,7 @@ from which the documentation will be generated:
180180

181181
Run `make generate_docs` to update the documentation.
182182

183-
[a7c-l7g-from-l7t-example]: examples/automatic-labelling-from-localhost
183+
[automatic-labelling-from-localhost-example]: examples/automatic-labelling-from-localhost
184184
[bundler-site]: https://bundler.io/
185185
[event-project-log-entry-submodule]: modules/event-project-log-entry
186186
[repository-function-submodule]: modules/repository-function
@@ -195,6 +195,6 @@ Run `make generate_docs` to update the documentation.
195195
[sample-variable-file]: test/fixtures/shared/terraform.tfvars.sample
196196
[shellcheck-site]: https://www.shellcheck.net/
197197
[terraform-docs-site]: https://github.com/segmentio/terraform-docs/releases/
198-
[t7m-provider-gcp-site]: https://github.com/terraform-providers/terraform-provider-google/
198+
[terraform-provider-gcp-site]: https://github.com/terraform-providers/terraform-provider-google/
199199
[terraform-site]: https://www.terraform.io/
200200
[terraform-validate-site]: https://www.terraform.io/docs/commands/validate.html

examples/automatic-labelling-from-localhost/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ this directory:
3434
The following sections describe the requirements which must be met in
3535
order to invoke this module. The requirements of the
3636
[root module][root-module-requirements] and the
37-
[event-project-log-entry submodule][event-project-log-entry-s7e-r10s] must also be met.
37+
[event-project-log-entry submodule][event-project-log-entry-submodule-requirements]
38+
must also be met.
3839

3940
### Software Dependencies
4041

@@ -57,7 +58,7 @@ following APIs enabled:
5758

5859
- Compute Engine API: `compute.googleapis.com`
5960

60-
[event-project-log-entry-s7e-r10s]: ../../modules/event-project-log-entry/README.md#requirements
61+
[event-project-log-entry-submodule-requirements]: ../../modules/event-project-log-entry/README.md#requirements
6162
[event-project-log-entry-submodule]: ../../modules/event-project-log-entry
6263
[root-module-requirements]: ../../README.md#requirements
6364
[root-module]: ../..

examples/automatic-labelling-from-repository/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The following sections describe the requirements which must be met in
3535
order to invoke this module. The
3636
[repository-function submodule requirements][repository-function-submodule-requirements]
3737
and the
38-
[event-project-log-entry submodule][event-project-log-entry-s7e-r10s]
38+
[event-project-log-entry submodule requirements][event-project-log-entry-submodule-requirements]
3939
must also be met.
4040

4141
### Software Dependencies
@@ -61,7 +61,7 @@ following APIs enabled:
6161
- Cloud Source Repositories API: `sourcerepo.googleapis.com`
6262
- Compute Engine API: `compute.googleapis.com`
6363

64-
[event-project-log-entry-s7e-r10s]: ../../modules/event-project-log-entry/README.md#requirements
64+
[event-project-log-entry-submodule-requirements]: ../../modules/event-project-log-entry/README.md#requirements
6565
[event-project-log-entry-submodule]: ../../modules/event-project-log-entry
6666
[repository-function-submodule-requirements]: ../../modules/repository-function/README.md#requirements
6767
[repository-function-submodule]: ../../modules/repository-function

modules/repository-function/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sourced from a directory on localhost.
99
## Usage
1010

1111
The
12-
[automatic-labelling-from-repository example][a7c-l7g-from-r8y-example]
12+
[automatic-labelling-from-repository example][automatic-labelling-from-repository-example]
1313
is a tested reference of how to use this submodule with the
1414
[event-project-log-entry submodule][event-project-log-entry-submodule].
1515

@@ -68,6 +68,6 @@ following APIs enabled:
6868

6969
- Cloud Functions API: `cloudfunctions.googleapis.com`
7070

71-
[a7c-l7g-from-r8y-example]: ../../examples/automatic-labelling-from-repository
71+
[automatic-labelling-from-repository-example]: ../../examples/automatic-labelling-from-repository
7272
[event-project-log-entry-submodule]: ../event-project-log-entry
7373
[terraform-site]: https://www.terraform.io/

0 commit comments

Comments
 (0)