|
90 | 90 | CHECK_LINKS = """\ |
91 | 91 | [1]: **LINK_TO_INTEGRATION_SITE** |
92 | 92 | [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/ |
94 | 94 | [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 |
97 | 97 | [7]: https://github.com/DataDog/{repository}/blob/master/{name}/metadata.csv |
98 | 98 | [8]: https://github.com/DataDog/{repository}/blob/master/{name}/assets/service_checks.json |
99 | 99 | [9]: https://docs.datadoghq.com/help/ |
|
102 | 102 | CHECK_ONLY_LINKS = """\ |
103 | 103 | [1]: **LINK_TO_INTEGRATION_SITE** |
104 | 104 | [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/ |
106 | 106 | [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 |
109 | 109 | [9]: https://docs.datadoghq.com/help/ |
110 | 110 | """ |
111 | 111 |
|
112 | 112 | LOGS_LINKS = """\ |
113 | 113 | [1]: https://docs.datadoghq.com/help/ |
114 | 114 | [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 |
116 | 116 | [4]: **LINK_TO_INTEGRATION_SITE** |
117 | 117 | [5]: https://github.com/DataDog/{repository}/blob/master/{name}/assets/service_checks.json |
118 | 118 | """ |
|
121 | 121 | [1]: **LINK_TO_INTEGERATION_SITE** |
122 | 122 | [2]: https://app.datadoghq.com/account/settings/agent/latest |
123 | 123 | [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 |
125 | 125 | [5]: https://docs.datadoghq.com/integrations/java/ |
126 | 126 | [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 |
128 | 128 | [8]: https://github.com/DataDog/{repository}/blob/master/{name}/assets/service_checks.json |
129 | 129 | """ |
130 | 130 |
|
|
0 commit comments