vuejs / devtools-v6

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

Fix #2189 broken documentation links and wrong default directory name #2190

Open jakubmakielkowski opened 1 month ago

jakubmakielkowski commented 1 month ago

Description

1. Documentation links might be mismatched Links in this repository navigate to devtools-next documentation page instead of devtools-v6. These websites have different /docs structure, resulting in 404 errors. Changing devtools.vuejs.org to devtools-v6.vuejs.org resolves the problem.

Correct links:

devtools-v6 docs: https://devtools-v6.vuejs.org devtools-next docs: https://devtools.vuejs.org

List of correct fixed links:

2. Installation default directory name The default directory name when cloning the repo is devtools-v6 instead of devtools. packages\docs\src\guide\contributing.md

Additional context


What is the purpose of this pull request?

Before submitting the PR, please make sure you do the following

jakubmakielkowski commented 1 month ago

Resolves https://github.com/vuejs/devtools-v6/issues/2188