Skip to content

Commit a1ec4f3

Browse files
authored
Merge branch 'master' into fix/pure-console-error-side-effect
2 parents 9437117 + a9ae74e commit a1ec4f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/usage/ssr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ test('should increment counter', () => {
7777
```
7878

7979
Anything that causes the hook's state to change will not work until `hydrate` is called. This
80-
includes both the [`rerender`](http://localhost:3000/reference/api#rerender) and
81-
[`unmount`](http://localhost:3000/reference/api#unmount) functionality.
80+
includes both the [`rerender`](/reference/api#rerender) and [`unmount`](/reference/api#unmount)
81+
functionality.
8282

8383
### Effects
8484

0 commit comments

Comments
 (0)