Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ body:
This form is only for submitting bug reports. If you have a usage question
or are unsure if this is really a bug, make sure to:

- Read the [docs](https://devtools.vuejs.org/)
- Read the [FAQ](https://devtools.vuejs.org/guide/faq.html)
- Read the [docs](https://devtools-v6.vuejs.org/)
- Read the [FAQ](https://devtools-v6.vuejs.org/guide/faq.html)
- Ask on [GitHub Discussions](https://github.com/vuejs/devtools/discussions)
- Ask on [Discord Chat](https://chat.vuejs.org/)

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
blank_issues_enabled: false
contact_links:
- name: I have a performance issue
url: https://devtools.vuejs.org/guide/devtools-perf.html
url: https://devtools-v6.vuejs.org/guide/devtools-perf.html
about: Follow the guide to share performance profiling data with us!
- name: Questions & Discussions
url: https://github.com/vuejs/devtools/discussions
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ body:
This form is only for submitting feature requests. If you have a usage question
or are unsure if this is really a bug, make sure to:

- Read the [docs](https://devtools.vuejs.org/)
- Read the [FAQ](https://devtools.vuejs.org/guide/faq.html)
- Read the [docs](https://devtools-v6.vuejs.org/)
- Read the [FAQ](https://devtools-v6.vuejs.org/guide/faq.html)
- Ask on [GitHub Discussions](https://github.com/vuejs/devtools/discussions)
- Ask on [Discord Chat](https://chat.vuejs.org/)

Expand Down
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

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

- [ ] Read the [Contributing Guidelines](https://devtools.vuejs.org/guide/contributing.html).
- [ ] Read the [Pull Request Guidelines](https://devtools.vuejs.org/guide/contributing.html#pull-request-guidelines) and follow the [Commit Convention](https://github.com/vuejs/devtools/blob/main/.github/commit-convention.md).
- [ ] Read the [Contributing Guidelines](https://devtools-v6.vuejs.org/guide/contributing.html).
- [ ] Read the [Pull Request Guidelines](https://devtools-v6.vuejs.org/guide/contributing.html#pull-request-guidelines) and follow the [Commit Convention](https://github.com/vuejs/devtools/blob/main/.github/commit-convention.md).
- [ ] Check that there isn't already a PR that solves the problem the same way to avoid creating a duplicate.
- [ ] Provide a description in this PR that addresses **what** the PR is solving, or reference the issue that it solves (e.g. `fixes #123`).
<!-- @TODO tests - [ ] Ideally, include relevant tests that fail without this PR but pass with it. -->
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ We have a brand new version of Devtools being developed at [vuejs/devtools-next]

![screenshot](./media/screenshot-shadow.png)

[Documentation](https://devtools.vuejs.org/) | [Install the extension](https://devtools.vuejs.org/guide/installation.html)
[Documentation](https://devtools-v6.vuejs.org/) | [Install the extension](https://devtools-v6.vuejs.org/guide/installation.html)

## Monorepo

Expand All @@ -29,7 +29,7 @@ We have a brand new version of Devtools being developed at [vuejs/devtools-next]

## Contributing

See the [Contributing guide](https://devtools.vuejs.org/guide/contributing.html).
See the [Contributing guide](https://devtools-v6.vuejs.org/guide/contributing.html).

## License

Expand Down
2 changes: 1 addition & 1 deletion packages/app-frontend/src/features/header/AppHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ export default defineComponent({
<div class="border-t border-gray-200 dark:border-gray-700 my-1" />

<VueDropdownButton
href="https://devtools.vuejs.org"
href="https://devtools-v6.vuejs.org"
target="_blank"
icon-left="description"
icon-right="open_in_new"
Expand Down
2 changes: 1 addition & 1 deletion packages/app-frontend/src/features/plugin/PluginHome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default defineComponent({
</div>

<VueButton
href="https://devtools.vuejs.org/plugin/plugins-guide.html"
href="https://devtools-v6.vuejs.org/plugin/plugins-guide.html"
target="_blank"
class="primary"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export default defineComponent({
<template v-if="step === 5">
<p>
Any Vue plugin and library can now integrate with the devtools via its <a
href="https://devtools.vuejs.org/plugin/plugins-guide.html"
href="https://devtools-v6.vuejs.org/plugin/plugins-guide.html"
target="_blank"
>Plugin API</a>.
</p>
Expand Down Expand Up @@ -144,7 +144,7 @@ export default defineComponent({
<template v-if="step === 8">
<p>
Using the <a
href="https://devtools.vuejs.org/plugin/plugins-guide.html"
href="https://devtools-v6.vuejs.org/plugin/plugins-guide.html"
target="_blank"
>Devtools Plugin API</a>, third-party libraries can also add layers and events to the Timeline.
</p>
Expand Down Expand Up @@ -184,7 +184,7 @@ export default defineComponent({

<p>
In case something doesn't work with your project, you can use the <a
href="https://devtools.vuejs.org/guide/installation.html#legacy"
href="https://devtools-v6.vuejs.org/guide/installation.html#legacy"
target="_blank"
>Legacy version</a> and <a
href="https://github.com/vuejs/devtools/issues/new/choose"
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/src/guide/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Thank you for your code contribution! Before opening a PR, please make sure to r
This is useful when you want to build the extension with the source repo to get not-yet-released features.

1. Clone this repo
2. `cd devtools` the newly created folder
2. `cd devtools-v6` the newly created folder
3. run `yarn install`
4. then run `yarn run build:watch` & `yarn run dev:chrome` in parallel
5. Open the Chrome extension page (currently under `Menu` > `More Tools` > `Extensions`)
Expand Down Expand Up @@ -93,6 +93,6 @@ This is useful when you want to build the extension with the source repo to get
## Docs development

1. Clone this repo
2. `cd devtools` the newly created folder
2. `cd devtools-v6` the newly created folder
3. run `yarn install`
4. run `docs:dev`
2 changes: 1 addition & 1 deletion packages/shared-utils/src/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ export function openInEditor(file) {
} else {
console.log('%c' + msg, 'color:red')
}
console.log('Check the setup of your project, see https://devtools.vuejs.org/guide/open-in-editor.html')
console.log('Check the setup of your project, see https://devtools-v6.vuejs.org/guide/open-in-editor.html')
}
})`
if (isChrome) {
Expand Down
2 changes: 1 addition & 1 deletion packages/shell-chrome/popups/enabled.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</p>

<p>
<a href="https://devtools.vuejs.org/guide/faq.html#the-vue-devtools-don-t-show-up" target="_blank">Troubleshooting</a>
<a href="https://devtools-v6.vuejs.org/guide/faq.html#the-vue-devtools-don-t-show-up" target="_blank">Troubleshooting</a>
</p>
</div>
</div>
2 changes: 1 addition & 1 deletion packages/shell-chrome/popups/enabled.nuxt.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</p>

<p>
<a href="https://devtools.vuejs.org/guide/faq.html#the-vue-devtools-don-t-show-up" target="_blank">Troubleshooting</a>
<a href="https://devtools-v6.vuejs.org/guide/faq.html#the-vue-devtools-don-t-show-up" target="_blank">Troubleshooting</a>
</p>
</div>
</div>