Skip to content

Commit 13cb174

Browse files
committed
docs: broken understanding act function guide link in troubleshooting guide
1 parent 3fe3b76 commit 13cb174

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/docs/12.x/docs/guides/troubleshooting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ When writing tests you may encounter warnings connected with `act()` function. T
7373
- sync `act()` warning - `Warning: An update to Component inside a test was not wrapped in act(...)`
7474
- async `act()` warning - `Warning: You called act(async () => ...) without await`
7575

76-
You can read more about `act()` function in our [understanding `act` function guide](https://callstack.github.io/react-native-testing-library/docs/understanding-act).
76+
You can read more about `act()` function in our [understanding `act` function guide](docs/advanced/understanding-act).
7777

7878
Normally, you should not encounter sync `act()` warnings, but if that happens this probably indicate an issue with your test and should be investigated.
7979

website/docs/13.x/docs/guides/troubleshooting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ When writing tests you may encounter warnings connected with `act()` function. T
7373
- sync `act()` warning - `Warning: An update to Component inside a test was not wrapped in act(...)`
7474
- async `act()` warning - `Warning: You called act(async () => ...) without await`
7575

76-
You can read more about `act()` function in our [understanding `act` function guide](https://callstack.github.io/react-native-testing-library/docs/understanding-act).
76+
You can read more about `act()` function in our [understanding `act` function guide](docs/advanced/understanding-act).
7777

7878
Normally, you should not encounter sync `act()` warnings, but if that happens this probably indicate an issue with your test and should be investigated.
7979

0 commit comments

Comments
 (0)