From 786e873c2a7e5d8f8794ce8a23943e25c8d216ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Makie=C5=82kowski?= Date: Thu, 26 Sep 2024 15:57:56 +0200 Subject: [PATCH 1/2] docs: fix devtools-v6 documentation links --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 4 ++-- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- README.md | 4 ++-- packages/app-frontend/src/features/header/AppHeader.vue | 2 +- packages/app-frontend/src/features/plugin/PluginHome.vue | 2 +- .../app-frontend/src/features/welcome/WelcomeSlideshow.vue | 6 +++--- packages/shared-utils/src/util.ts | 2 +- packages/shell-chrome/popups/enabled.html | 2 +- packages/shell-chrome/popups/enabled.nuxt.html | 2 +- 11 files changed, 17 insertions(+), 17 deletions(-) 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({
diff --git a/packages/app-frontend/src/features/welcome/WelcomeSlideshow.vue b/packages/app-frontend/src/features/welcome/WelcomeSlideshow.vue index 06e600532..e97990784 100644 --- a/packages/app-frontend/src/features/welcome/WelcomeSlideshow.vue +++ b/packages/app-frontend/src/features/welcome/WelcomeSlideshow.vue @@ -102,7 +102,7 @@ export default defineComponent({