Skip to content

Commit 3befdb7

Browse files
committed
Convert links to AdRoll
1 parent eb71c8d commit 3befdb7

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Terraform module to generate well-formed JSON documents that are passed to the `
6060

6161

6262
**IMPORTANT:** The `main` branch is used in `source` just as an example. In your code, do not pin to `main` because there may be breaking changes between releases.
63-
Instead pin to the release tag (e.g. `?ref=tags/x.y.z`) of one of our [latest releases](https://github.com/SemanticSugar/terraform-container-datadog/releases).
63+
Instead pin to the release tag (e.g. `?ref=tags/x.y.z`) of one of our [latest releases](https://github.com/AdRoll/terraform-container-datadog/releases).
6464

6565

6666
This module is meant to be used as output only, meaning it will be used to create outputs which are consumed as a parameter by Terraform resources or other modules.
@@ -80,7 +80,7 @@ locals {
8080
8181
module "datadog_container" {
8282
# this can and should be pinned to a release tag using ?ref=tags/x.y.z
83-
source = "git@github.com:SemanticSugar/terraform-container-datadog.git?ref=main"
83+
source = "git::https://github.com/AdRoll/terraform-container-datadog.git?ref=main"
8484
8585
dd_tags = "env:${local.env}"
8686
@@ -141,15 +141,17 @@ README_TEMPLATE_FILE=docs/README.md.gotmpl make readme
141141

142142

143143

144+
<!-- markdownlint-disable -->
144145
## Makefile Targets
145-
```
146+
```text
146147
Available targets:
147148
148149
help Help screen
149150
help/all Display help for all targets
150151
help/short This help short screen
151152
152153
```
154+
<!-- markdownlint-restore -->
153155
## Requirements
154156

155157
| Name | Version |

README.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: terraform-container-datadog
22

33
license: custom
44

5-
github_repo: SemanticSugar/terraform-container-datadog
5+
github_repo: AdRoll/terraform-container-datadog
66

77
related:
88
- name: terraform-aws-ecs-container-definition
@@ -31,7 +31,7 @@ usage: |-
3131
3232
module "datadog_container" {
3333
# this can and should be pinned to a release tag using ?ref=tags/x.y.z
34-
source = "git@github.com:SemanticSugar/terraform-container-datadog.git?ref=main"
34+
source = "git::https://github.com/AdRoll/terraform-container-datadog.git?ref=main"
3535
3636
dd_tags = "env:${local.env}"
3737

docs/targets.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
<!-- markdownlint-disable -->
12
## Makefile Targets
2-
```
3+
```text
34
Available targets:
45
56
help Help screen
67
help/all Display help for all targets
78
help/short This help short screen
89
910
```
11+
<!-- markdownlint-restore -->

0 commit comments

Comments
 (0)