Skip to content
This repository was archived by the owner on Apr 18, 2020. It is now read-only.

Commit e32c85f

Browse files
committed
Fixed anchors in README
1 parent 8b5f66b commit e32c85f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ badge can be added to your project's README using the `codebuild_badge_url` and
7676
**Note**: the OAuth-token is currently mandatory (also for public repositories),
7777
because Terraform doesn't support conditional blocks inside resources. However,
7878
this feature is currently [being implemented][6] and should be released shortly.
79-
If you want to omit it, create your own CodeBuild project [see below][6].
79+
If you want to omit it, create your own CodeBuild project [see below][7].
8080

8181
[6]: https://github.com/hashicorp/terraform/issues/7034
8282

@@ -115,12 +115,12 @@ The following variables can be configured:
115115

116116
#### `codebuild_project`
117117

118-
- **Description**: CodeBuild project name (won't create [default project][6])
118+
- **Description**: CodeBuild project name (won't create [default project][7])
119119
- **Default**: `""`
120120
- **Conflicts with**: `codebuild_compute_type`, `codebuild_image`,
121121
`codebuild_buildspec`
122122

123-
[6]: #default-project
123+
[7]: #default-project
124124

125125
#### `codebuild_compute_type`
126126

@@ -220,9 +220,9 @@ This module first integrated with AWS CodePipeline but switched to CodeBuild,
220220
because the former is heavily opinionated in terms of configuration and much,
221221
much slower. For this reason, the deployment of your build artifacts must be
222222
handled by another module which can be triggered when the build artifacts are
223-
written to S3, most likely by [using a Lambda function][7].
223+
written to S3, most likely by [using a Lambda function][8].
224224

225-
[7]: http://docs.aws.amazon.com/lambda/latest/dg/with-s3-example.html
225+
[8]: http://docs.aws.amazon.com/lambda/latest/dg/with-s3-example.html
226226

227227
## License
228228

0 commit comments

Comments
 (0)