Skip to content

Commit 6ad3c5c

Browse files
authored
DOCS-2614 Update Datadog API page links (#504)
1 parent fefd921 commit 6ad3c5c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

aws/logs_monitoring/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def get_env_var(envvar, default, boolean=False):
2929
## The Datadog API key associated with your Datadog Account
3030
## It can be found here:
3131
##
32-
## * Datadog US Site: https://app.datadoghq.com/account/settings#api
32+
## * Datadog US Site: https://app.datadoghq.com/organization-settings/api-keys
3333
## * Datadog EU Site: https://app.datadoghq.eu/account/settings#api
3434
##
3535
## Must be set if one of the following is not set: DD_API_KEY_SECRET_ARN, DD_API_KEY_SSM_NAME, DD_KMS_API_KEY

azure/activity_logs_monitoring/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Set the environment variable `DD_SITE` to `datadoghq.eu` and logs are automatica
3232

3333
- **API KEY**:
3434

35-
There are 2 possibilities to set your [Datadog's API key](https://app.datadoghq.com/account/settings#api):
35+
There are 2 possibilities to set your [Datadog's API key](https://app.datadoghq.com/organization-settings/api-keys):
3636

3737
1. Replace `<DATADOG_API_KEY>` in the code with your API Key value.
3838
2. Set the value through the `DD_API_KEY` environment variable

azure/blobs_logs_monitoring/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Set the environment variable `DD_SITE` to `datadoghq.eu` and logs are automatica
3131

3232
- **API KEY**:
3333

34-
There are 2 possibilities to set your [Datadog's API key](https://app.datadoghq.com/account/settings#api):
34+
There are 2 possibilities to set your [Datadog's API key](https://app.datadoghq.com/organization-settings/api-keys):
3535

3636
1. Replace `<DATADOG_API_KEY>` in the code with your API Key value.
3737
2. Set the value through the `DD_API_KEY` environment variable

0 commit comments

Comments
 (0)