Skip to content

Commit 56d796c

Browse files
authored
Merge pull request #184 from checkly/update-api-docs-link
updated outdated API docs links
2 parents 24ca6b3 + ace3363 commit 56d796c

3 files changed

Lines changed: 7 additions & 8 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: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ 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](/api-reference/analytics) or keep reading for more examples!
1918

2019
## Analytics API basics
2120

@@ -154,7 +153,7 @@ First, you need to create the Data Source with the Analytics API connection. Aft
154153
2. Configuring a component
155154

156155
Next, you can pick a **time series** component and configure it by selecting the `Checkly Analytics API` data source and
157-
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)
156+
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)
158157
159158
In the following image you'll see all required configuration for a component:
160159

0 commit comments

Comments
 (0)