From cc46baac9adcf017603efc636a13d2015838a8c5 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Fri, 9 Apr 2021 12:41:09 +0200 Subject: [PATCH] docs: fix broken link --- docs/core-concepts/state.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core-concepts/state.md b/docs/core-concepts/state.md index 3b457ca5..4dbb5590 100644 --- a/docs/core-concepts/state.md +++ b/docs/core-concepts/state.md @@ -114,7 +114,7 @@ You can replace the whole state of a store by setting its `$state` property to a store.$state = { counter: 666, name: 'Paimon' } ``` -You can also replace the whole state of your application by changing the `state` of the `pinia` instance. This is used during [SSR for hydration](http://localhost:3000/ssr/#state-hydration). +You can also replace the whole state of your application by changing the `state` of the `pinia` instance. This is used during [SSR for hydration](../ssr/#state-hydration). ```js pinia.state.value = {} -- 2.47.3