Skip to content

Commit 8ae8e57

Browse files
committed
updated outdated API docs links
1 parent 60a6bae commit 8ae8e57

3 files changed

Lines changed: 8 additions & 9 deletions

File tree

guides/create-multiple-monitors.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const sitemapUrls = [
7474
'https://www.checklyhq.com/docs/',
7575
'https://www.checklyhq.com/learn/playwright/codegen/',
7676
'https://www.checklyhq.com/guides/using-pw-test-command/',
77-
'https://developers.checklyhq.com/reference/postv1incidents',
77+
'https://www.checklyhq.com/docs/api-reference/incidents/create-an-incident/',
7878
'https://www.checklyhq.com/customers/'
7979
]
8080
// Loop through each URL and create a monitor
@@ -133,7 +133,7 @@ const sitemapUrls = [
133133
'https://www.checklyhq.com/docs/',
134134
'https://www.checklyhq.com/learn/playwright/codegen/',
135135
'https://www.checklyhq.com/guides/using-pw-test-command/',
136-
'https://developers.checklyhq.com/reference/postv1incidents',
136+
'https://www.checklyhq.com/docs/api-reference/incidents/create-an-incident/',
137137
'https://www.checklyhq.com/customers/'
138138
]
139139
```
@@ -145,7 +145,7 @@ Rather than having to edit this check’s code every time we update our list of
145145
"https://www.checklyhq.com/docs/",
146146
"https://www.checklyhq.com/learn/playwright/codegen/",
147147
"https://www.checklyhq.com/guides/using-pw-test-command/",
148-
"https://developers.checklyhq.com/reference/postv1incidents",
148+
"https://www.checklyhq.com/docs/api-reference/incidents/create-an-incident/",
149149
"https://www.checklyhq.com/customers/"
150150
]}
151151
```
@@ -169,7 +169,7 @@ Let’s continue to increase the sophistication of our group of monitors. Right
169169
| [https://www.checklyhq.com/docs/](https://www.checklyhq.com/docs/,) | docs-1 | url monitor docs-1 |
170170
| [https://www.checklyhq.com/learn/playwright/codegen/](https://www.checklyhq.com/learn/playwright/codegen/,) | codegen-1 | url monitor codegen-1 |
171171
| [https://www.checklyhq.com/guides/using-pw-test-command/](https://www.checklyhq.com/guides/using-pw-test-command/,) | pw-test-1 | url monitor pw-test-1 |
172-
| [https://developers.checklyhq.com/reference/postv1incidents](https://developers.checklyhq.com/reference/postv1incidents,) | incidents-1 | url monitor incidents-1 |
172+
| [https://www.checklyhq.com/docs/api-reference/incidents/create-an-incident/](https://www.checklyhq.com/docs/api-reference/incidents/create-an-incident/,) | incidents-1 | url monitor incidents-1 |
173173

174174
And this version of the URL monitor fetches the CSV and parses the three values for each check from the row before creating a monitor.
175175

integrations/iac/pulumi/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ index.js package-lock.json
9797

9898
### Define your Checkly account ID and API key
9999

100-
To interact with [the underlying Checkly API](https://developers.checklyhq.com/reference/authentication), provide your Checkly account ID and API key by defining those in your environment.
100+
To interact with [the underlying Checkly API](/api-reference/overview), provide your Checkly account ID and API key by defining those in your environment.
101101

102102
Your account ID is accessible at [app.checklyhq.com/settings/account/general](https://app.checklyhq.com/settings/account/general).
103103

platform/reporting/analytics-api.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,15 @@ Use powerful options like `quickRange` to select time window presets like `last3
1414
per `location` or per `pageIndex`. For aggregated queries you can set the `aggregationInterval` to get, for instance, data
1515
aggregated per week over the last 30 days.
1616

17-
Dive straight into the API reference at [developers.checklyhq.com](https://developers.checklyhq.com/reference/getv1analyticsapichecksid)
18-
or keep reading for more examples!
17+
Dive straight into the API reference at [developers.checklyhq.com](/api-reference/analytics) or keep reading for more examples!
1918

2019
## Analytics API basics
2120

2221
There are three main endpoints.
2322

2423
| Endpoint | Description | API Reference |
2524
|----------|-------------|---------------|
26-
| `/v1/analytics/metrics/` | Returns all the available metrics for a specific check-type (`API`, `URL`, `TCP` or `BROWSER`) | [Learn more](/api-reference/analytics/metrics) |
25+
| `/v1/analytics/metrics/` | Returns all the available metrics for a specific check-type (`API`, `URL`, `TCP` or `BROWSER`) | [Learn more](/api-reference/analytics/list-all-available-reporting-metrics) |
2726
| `/v1/analytics/browser-checks/{checkId}` | Returns metrics for Browser checks | [Learn more](/api-reference/analytics/browser-checks) |
2827
| `/v1/analytics/api-checks/{checkId}` | Returns metrics for API checks | [Learn more](/api-reference/analytics/api-checks) |
2928
| `/v1/analytics/url-monitors/{checkId}` | Returns metrics for URL monitors | [Learn more](/api-reference/analytics/url-monitors) |
@@ -150,7 +149,7 @@ First, you need to create the Data Source with the Analytics API connection. Aft
150149
2. Configuring a component
151150

152151
Next, you can pick a **time series** component and configure it by selecting the `Checkly Analytics API` data source and
153-
setting the required HTTP header and query parameters to fetch the JSON. You'll find detailed docs on available parameters in the [API docs](https://developers.checklyhq.com/reference/getv1analyticsapichecksid)
152+
setting the required HTTP header and query parameters to fetch the JSON. You'll find detailed docs on available parameters in the [API docs](/api-reference/analytics)
154153
155154
In the following image you'll see all required configuration for a component:
156155

0 commit comments

Comments
 (0)