Yuhei Yasuda пре 3 година
родитељ
комит
3b152ced8b
1 измењених фајлова са 1 додато и 1 уклоњено
  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
 
-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
 <button x-data @click="$store.darkMode.toggle()">Toggle Dark Mode</button>