Skip to content

Commit 6eeb9c0

Browse files
committed
Fixed broken links
1 parent f60ca47 commit 6eeb9c0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/get-started/actions/dragAndDrop.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ When using detailed objects for `source` or `target`, you can specify:
4040
- `timeout`: (Optional) Maximum duration in milliseconds to wait for this specific element to exist.
4141

4242

43-
> For comprehensive options, see the full [`dragAndDrop`](/docs/references/schemas/dragAndDrop) reference.
43+
> For comprehensive options, see the full [`dragAndDrop`](/docs/references/schemas/draganddrop) reference.
4444
4545
## Examples
4646

docs/get-started/tests/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ Tests tell Doc Detective what actions to perform, how, and where. Tests are made
3737

3838
You can define test specs in multiple ways:
3939

40-
- [Standalone JSON files](#standalone-json) make it easy to see the entirety of the spec and keep it in a separate, machine-readable format.
41-
- [Inline JSON](#inline-json) allows you to define tests directly in your documentation source files.
40+
- [Standalone JSON files](#standalone-json-or-yaml) make it easy to see the entirety of the spec and keep it in a separate, machine-readable format.
41+
- [Inline JSON](#inline-json-or-yaml) allows you to define tests directly in your documentation source files.
4242
- [Detected tests](#detected-tests) are automatically generated by Doc Detective based on your documentation source files and your configuration.
4343

4444
### Standalone JSON or YAML
@@ -219,7 +219,7 @@ Doc Detective can automatically generate tests based on your documentation sourc
219219

220220
Detected tests are useful for keeping your tests in sync with your documentation. When you update your documentation, Doc Detective automatically updates the tests based on the new content. Detected tests are generated automatically. You can't edit detected tests directly, but you can update your config or documentation source files to change the tests.
221221

222-
> You can mix detected tests with [inline tests](#inline-json) to declare steps that might not be covered in your content, such starting or stopping a recording.
222+
> You can mix detected tests with [inline tests](#inline-json-or-yaml) to declare steps that might not be covered in your content, such starting or stopping a recording.
223223
224224
Doc Detective includes several default markup patterns for Markdown files. Here are all the built-in patterns:
225225

0 commit comments

Comments
 (0)