Skip to content

Commit 5599186

Browse files
authored
Update new integration readme template (DataDog#20749)
* fix readme template * add changelog
1 parent 431c8e8 commit 5599186

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update new integration readme template.

datadog_checks_dev/datadog_checks/dev/tooling/constants.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@
9090
CHECK_LINKS = """\
9191
[1]: **LINK_TO_INTEGRATION_SITE**
9292
[2]: https://app.datadoghq.com/account/settings/agent/latest
93-
[3]: https://docs.datadoghq.com/agent/kubernetes/integrations/
93+
[3]: https://docs.datadoghq.com/containers/kubernetes/integrations/
9494
[4]: https://github.com/DataDog/{repository}/blob/master/{name}/datadog_checks/{name}/data/conf.yaml.example
95-
[5]: https://docs.datadoghq.com/agent/guide/agent-commands/#start-stop-and-restart-the-agent
96-
[6]: https://docs.datadoghq.com/agent/guide/agent-commands/#agent-status-and-information
95+
[5]: https://docs.datadoghq.com/agent/configuration/agent-commands/#start-stop-and-restart-the-agent
96+
[6]: https://docs.datadoghq.com/agent/configuration/agent-commands/#agent-status-and-information
9797
[7]: https://github.com/DataDog/{repository}/blob/master/{name}/metadata.csv
9898
[8]: https://github.com/DataDog/{repository}/blob/master/{name}/assets/service_checks.json
9999
[9]: https://docs.datadoghq.com/help/
@@ -102,17 +102,17 @@
102102
CHECK_ONLY_LINKS = """\
103103
[1]: **LINK_TO_INTEGRATION_SITE**
104104
[2]: https://app.datadoghq.com/account/settings/agent/latest
105-
[3]: https://docs.datadoghq.com/agent/kubernetes/integrations/
105+
[3]: https://docs.datadoghq.com/containers/kubernetes/integrations/
106106
[4]: https://github.com/DataDog/{repository}/blob/master/{name}/datadog_checks/{name}/data/conf.yaml.example
107-
[5]: https://docs.datadoghq.com/agent/guide/agent-commands/#start-stop-and-restart-the-agent
108-
[6]: https://docs.datadoghq.com/agent/guide/agent-commands/#agent-status-and-information
107+
[5]: https://docs.datadoghq.com/agent/configuration/agent-commands/#start-stop-and-restart-the-agent
108+
[6]: https://docs.datadoghq.com/agent/configuration/agent-commands/#agent-status-and-information
109109
[9]: https://docs.datadoghq.com/help/
110110
"""
111111

112112
LOGS_LINKS = """\
113113
[1]: https://docs.datadoghq.com/help/
114114
[2]: https://app.datadoghq.com/account/settings/agent/latest
115-
[3]: https://docs.datadoghq.com/agent/guide/agent-commands/#start-stop-and-restart-the-agent
115+
[3]: https://docs.datadoghq.com/agent/configuration/agent-commands/#start-stop-and-restart-the-agent
116116
[4]: **LINK_TO_INTEGRATION_SITE**
117117
[5]: https://github.com/DataDog/{repository}/blob/master/{name}/assets/service_checks.json
118118
"""
@@ -121,10 +121,10 @@
121121
[1]: **LINK_TO_INTEGERATION_SITE**
122122
[2]: https://app.datadoghq.com/account/settings/agent/latest
123123
[3]: https://github.com/DataDog/{repository}/blob/master/{name}/datadog_checks/{name}/data/conf.yaml.example
124-
[4]: https://docs.datadoghq.com/agent/guide/agent-commands/#agent-status-and-information
124+
[4]: https://docs.datadoghq.com/agent/configuration/agent-commands/#agent-status-and-information
125125
[5]: https://docs.datadoghq.com/integrations/java/
126126
[6]: https://docs.datadoghq.com/help/
127-
[7]: https://docs.datadoghq.com/agent/guide/agent-commands/#start-stop-and-restart-the-agent
127+
[7]: https://docs.datadoghq.com/agent/configuration/agent-commands/#start-stop-and-restart-the-agent
128128
[8]: https://github.com/DataDog/{repository}/blob/master/{name}/assets/service_checks.json
129129
"""
130130

0 commit comments

Comments
 (0)