vuejs / devtools-v6

⚙️ Browser devtools extension for debugging Vue.js applications.
https://devtools-v6.vuejs.org/
MIT License
24.68k stars 4.15k forks source link

Broken documentation links #2189

Open jakubmakielkowski opened 1 month ago

jakubmakielkowski commented 1 month ago

Vue devtools version

6.6.4

Link to minimal reproduction

N/A

Steps to reproduce & screenshots

See files in the repository

What is expected?

  1. Correct links: devtools-v6 docs: https://devtools-v6.vuejs.org/ devtools-next docs: https://devtools.vuejs.org/

  2. devtools-v6 directory name instead of devtools.

What is actually happening?

  1. Links in this repository navigate to devtools-next documentation page instead of devtools-v6. These websites have different /docs structure, resulting in 404 errors.

  2. Wrong default directory name in packages\docs\src\guide\contributing.md

System Info

N/A

Any additional comments?

No response

jakubmakielkowski commented 1 month ago

Resolved by https://github.com/vuejs/devtools-v6/pull/2190