Browse Source

fix link in docs (#2775)

Yuhei Yasuda 3 years ago
parent
commit
3b152ced8b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/docs/src/en/magics/store.md

+ 1 - 1
packages/docs/src/en/magics/store.md

@@ -6,7 +6,7 @@ title: store
 
 
 # $store
 # $store
 
 
-You can use `$store` to conveniently access global Alpine stores registered using [`Alpine.store(...)`](#). For example:
+You can use `$store` to conveniently access global Alpine stores registered using [`Alpine.store(...)`](/magics/store). For example:
 
 
 ```alpine
 ```alpine
 <button x-data @click="$store.darkMode.toggle()">Toggle Dark Mode</button>
 <button x-data @click="$store.darkMode.toggle()">Toggle Dark Mode</button>