Skip to content

Commit 63eefcd

Browse files
authored
Merge pull request #417 from checkly/docs/ahrefs-p0-p1-link-fixes
Fix broken & stale internal links from Ahrefs site audit (P0 + P1)
2 parents 888e979 + 6066b0f commit 63eefcd

53 files changed

Lines changed: 118 additions & 118 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ai/rocky-ai.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ When your invocation quota is reached, no overages are charged. Invocations refr
2929
## Data Privacy and Security
3030

3131
- All AI features are designed to operate on the data you provide or the data generated by your checks. This data is already stored in Checkly, and we do not send any additional data to third-party AI providers.
32-
- Any provided [environment secrets](https://www.checklyhq.com/docs/api-checks/variables/) are scrubbed before being sent to the AI provider.
32+
- Any provided [environment secrets](/platform/variables) are scrubbed before being sent to the AI provider.
3333
- We do not train any custom models on your data.
3434
- Any data used by the AI features is processed in real-time and not stored for future training.
3535

comparisons/frameworks/playwright-vs-cypress.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The architectural differences between Playwright and Cypress reflect distinct de
8787
### **Impact of Architectural Differences**
8888

8989
1. **Browser and Platform Support**
90-
- Playwright supports all modern browsers (Chromium, Firefox, WebKit) and can run on multiple operating systems with little configuration (sidenote: Checkly currently supports using Chromium or Chrome with Playwright Test and Playwright library, with Chromium being the default browser for all checks. [Read more about using Chrome](https://www.checklyhq.com/docs/browser-checks/#using-other-browsers)).
90+
- Playwright supports all modern browsers (Chromium, Firefox, WebKit) and can run on multiple operating systems with little configuration (sidenote: Checkly currently supports using Chromium or Chrome with Playwright Test and Playwright library, with Chromium being the default browser for all checks. [Read more about using Chrome](/detect/synthetic-monitoring/browser-checks/overview#using-other-browsers)).
9191
- Cypress, with its Electron-based architecture, requires adaptation for each browser and does not support Safari or tabs.
9292

9393
2. **Testing Flexibility**
@@ -174,7 +174,7 @@ Further, Cypress asynchrony may not act as expected if we're used to asynchrony
174174

175175
### Playwright Pros
176176
- Supports more browsers, including Firefox and Safari/WebKit
177-
- Suitable for complex web apps with [API](https://www.checklyhq.com/learn/playwright/testing-apis/), UI, and [visual testing](https://www.checklyhq.com/docs/browser-checks/visual-regression-snapshot-testing/) combined
177+
- Suitable for complex web apps with [API](https://www.checklyhq.com/learn/playwright/testing-apis/), UI, and [visual testing](/detect/synthetic-monitoring/browser-checks/visual-regressions) combined
178178
- Superior parallelism and scalability for larger test suites
179179
- Works on multiple platforms
180180

constructs/multistep-check.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Before creating Multistep Checks, ensure you have:
1515

1616
- An initialized Checkly CLI project
1717
- Public endpoints you want to monitor
18-
- Runtime `2023.09` or later (Multistep Checks require [newer runtimes](platform/runtimes/runtime-specification))
18+
- Runtime `2023.09` or later (Multistep Checks require [newer runtimes](/platform/runtimes/runtime-specification))
1919

2020
For additional setup information, see [CLI overview](/cli/overview).
2121
</Accordion>

detect/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Run automated Playwright tests to validate functionality and user workflows befo
3434
<Step title="Add Monitors to your project">
3535
Start with the monitoring approach that best fits your immediate needs:
3636
- Create them inside the Checkly UI
37-
- Create them in your repository as [constructs](/constructs)
37+
- Create them in your repository as [constructs](/constructs/overview)
3838
</Step>
3939

4040
<Step title="Configure Locations, Frequency, and Alerting">

detect/synthetic-monitoring/api-checks/openapi-spec.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ You can assert on different sources. These could be:
6363
- A specific response header
6464
- A specific response time
6565

66-
[Read more about assertions](assertions)
66+
[Read more about assertions](/detect/assertions)
6767

6868
### Scheduling & locations
6969

detect/synthetic-monitoring/api-checks/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ You can assert on different sources. These could be:
4848
- A specific response header
4949
- A specific response time
5050

51-
[Read more about assertions](assertions)
51+
[Read more about assertions](/detect/assertions)
5252

5353
### Scheduling & locations
5454

detect/synthetic-monitoring/api-checks/response-limits.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can set two thresholds:
1717
The benefit of using the degraded state is that it does not affect your check's success ratio like a failed state does.
1818

1919
You can enable alerts to be send when an API checks is degraded. This way you are notified of possible problems before things
20-
get out of hand. See [alerting](/communicate/alerts/) for more details.
20+
get out of hand. See [alerting](/communicate/alerts/overview) for more details.
2121

2222

2323
> All API checks are hard capped at a timeout of **30 seconds**, this means the **"Fail at"** threshold has a maximum value of 30 seconds.

detect/synthetic-monitoring/api-checks/setup-and-teardown.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Setup and teardown scripts execute arbitrary JavaScript/TypeScript code before a
1111
Both script types have access to environment variables, runtime objects like `request` and `response`, and popular npm packages
1212
like `moment`, `axios`, and `lodash`.
1313

14-
To get the most power out of API checks with setup and teardown scripts, we advise using [the Checkly CLI](/cli).
14+
To get the most power out of API checks with setup and teardown scripts, we advise using [the Checkly CLI](/cli/overview).
1515
You can also use them [via the web UI](#using-setup-and-teardown-scripts-via-the-ui).
1616

1717
> Setup and teardown scripts have a **maximum execution time of 10 seconds** each.

detect/synthetic-monitoring/browser-checks/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ test('User login workflow', async ({ page }) => {
104104

105105
</Tabs>
106106
<Info>
107-
To learn more about Playwright, see the our [Playwright documentation](/learn/playwright).
107+
To learn more about Playwright, see the our [Playwright documentation](/learn/playwright/overview).
108108
</Info>
109109

110110
## Browser Check Results

detect/synthetic-monitoring/browser-checks/playwright-support.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ the check is passing or failing. For scheduled check runs videos are only preser
149149

150150
## PageObject Model (POM)
151151

152-
If you are structuring your test codebase following the [PageObject pattern](https://martinfowler.com/bliki/PageObject.html), you can use the [Checkly CLI](/cli) out of the box. Just make sure that:
152+
If you are structuring your test codebase following the [PageObject pattern](https://martinfowler.com/bliki/PageObject.html), you can use the [Checkly CLI](/cli/overview) out of the box. Just make sure that:
153153

154154
- the folder you initialize your CLI in when building your project sits above your test spec files and their dependencies
155155
- your `testMatch` is pointing to the path(s) where your test specs live

0 commit comments

Comments
 (0)