vuejs / vuex

🗃️ Centralized State Management for Vue.js.
https://vuex.vuejs.org
MIT License
28.41k stars 9.58k forks source link

link pointing errors in docs #2232

Open heygsc opened 1 year ago

heygsc commented 1 year ago

Version

4.x

Describe the bug

The original link was not found.

Reproduction

Chinese version:

https://vuex.vuejs.org/zh/guide/state.html#%E5%8D%95%E4%B8%80%E7%8A%B6%E6%80%81%E6%A0%91

image

Click on the attribute in the red box in the image and find that the link is incorrect.

image

Japanese version:

https://vuex.vuejs.org/ja/guide/state.html#vuex-%E3%81%AE%E7%8A%B6%E6%85%8B%E3%82%92-vue-%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88%E3%81%AB%E5%85%A5%E3%82%8C%E3%82%8B

image

Click on the attribute in the red box in the image and find that the link is incorrect.

image

Expected behavior

Fix it. Actually, I just submitted a PR and hope to be merged. https://github.com/vuejs/vuex/pull/2231

Additional context

No response

Validations

heygsc commented 1 year ago

I have submitted pr : https://github.com/vuejs/vuex/pull/2231