Skip to content

Commit

Permalink
docs: fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
Topener committed Oct 5, 2023
1 parent 53dc497 commit 4eaa232
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/commands/findWithDataTest.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# findWithDataTest

For a detailed explanation how to use the custom syntax, please refer to the
[Custom data test syntax](guides/custom_data_test_syntax) guide.
[Custom data test syntax](../guides/custom-data-test-syntax) guide.

## Arguments

Expand Down
2 changes: 1 addition & 1 deletion docs/commands/getWithDataTest.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# getWithDataTest

For a detailed explanation how to use the custom syntax, please refer to the
[Custom data test syntax](guides/custom_data_test_syntax) guide.
[Custom data test syntax](../guides/custom-data-test-syntax) guide.

## Arguments

Expand Down
2 changes: 1 addition & 1 deletion docs/developer/network-shim.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ as a plugin (`@dhis2/cypress-plugins`).
## The state of the network shim

The JSDocs detail the properties of the state, you can find it in the
[`createState.js`](../../packages/cypress-plugins/src/plugins/networkShim/createState.js).
[`createState.js`](https://github.com/dhis2/cli-utils-cypress/blob/master/packages/cypress-plugins/src/plugins/networkShim/createState.js).

The state manages which requests have been made, which of them were static or
non-deterministic. It also contains the fixture file names of the recorded
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/enable-auto-login.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ enableAutoLogin()

### Providing the login data

Please refer to [Adding login credentials](guides/add-login-credentials) and
Please refer to [Adding login credentials](./guides/add-login-credentials) and
add the required data for logging in.

0 comments on commit 4eaa232

Please sign in to comment.