diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index ebd154bd1..94f1f3218 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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/) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 3a4001789..9facb5718 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index b52c4120f..53936d1f0 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -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/) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4f8b07771..85fa89b72 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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`). diff --git a/README.md b/README.md index ffccc237d..1246b42f4 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/packages/app-frontend/src/features/header/AppHeader.vue b/packages/app-frontend/src/features/header/AppHeader.vue index b363e1c1b..bdb9cb751 100644 --- a/packages/app-frontend/src/features/header/AppHeader.vue +++ b/packages/app-frontend/src/features/header/AppHeader.vue @@ -219,7 +219,7 @@ export default defineComponent({
Any Vue plugin and library can now integrate with the devtools via its Plugin API.
@@ -144,7 +144,7 @@ export default defineComponent({Using the Devtools Plugin API, third-party libraries can also add layers and events to the Timeline.
@@ -184,7 +184,7 @@ export default defineComponent({In case something doesn't work with your project, you can use the Legacy version and `More Tools` > `Extensions`) @@ -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` diff --git a/packages/shared-utils/src/util.ts b/packages/shared-utils/src/util.ts index 61fc5f842..b50363b24 100644 --- a/packages/shared-utils/src/util.ts +++ b/packages/shared-utils/src/util.ts @@ -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) { diff --git a/packages/shell-chrome/popups/enabled.html b/packages/shell-chrome/popups/enabled.html index a8ac2725f..aec55a678 100644 --- a/packages/shell-chrome/popups/enabled.html +++ b/packages/shell-chrome/popups/enabled.html @@ -13,7 +13,7 @@
diff --git a/packages/shell-chrome/popups/enabled.nuxt.html b/packages/shell-chrome/popups/enabled.nuxt.html index a8ad11390..c924ec44e 100644 --- a/packages/shell-chrome/popups/enabled.nuxt.html +++ b/packages/shell-chrome/popups/enabled.nuxt.html @@ -13,7 +13,7 @@