We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9437117 + a9ae74e commit a1ec4f3Copy full SHA for a1ec4f3
docs/usage/ssr.md
@@ -77,8 +77,8 @@ test('should increment counter', () => {
77
```
78
79
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.
+includes both the [`rerender`](/reference/api#rerender) and [`unmount`](/reference/api#unmount)
+functionality.
82
83
### Effects
84
0 commit comments