Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a9ae74e

Browse files
committedJan 18, 2021
docs: fix links in SSR docs
1 parent b87c30c commit a9ae74e

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)
Please sign in to comment.