Skip to content

Commit 8461427

Browse files
committed
fix: new issue helper link
1 parent 1fbc02f commit 8461427

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--
22
IMPORTANT: Please use the following link to create a new issue:
33
4-
https://new-issue.vuejs.org/?repo=vuejs/vue-devtools
4+
https://new-issue.vuejs.org/?repo=vuejs/devtools
55
66
If your issue was not created using the app above, it will be closed immediately.
77
-->

packages/app-frontend/src/features/header/AppHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ export default defineComponent({
159159
</VueDropdownButton>
160160

161161
<VueDropdownButton
162-
href="https://new-issue.vuejs.org/?repo=vuejs/vue-devtools"
162+
href="https://new-issue.vuejs.org/?repo=vuejs/devtools"
163163
target="_blank"
164164
icon-left="bug_report"
165165
icon-right="open_in_new"

packages/app-frontend/src/features/welcome/WelcomeSlideshow.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export default defineComponent({
187187
href="https://devtools.vuejs.org/guide/installation.html#legacy"
188188
target="_blank"
189189
>Legacy version</a> and <a
190-
href="https://new-issue.vuejs.org/?repo=vuejs/vue-devtools"
190+
href="https://new-issue.vuejs.org/?repo=vuejs/devtools"
191191
target="_blank"
192192
>report an issue</a>.
193193
</p>

0 commit comments

Comments
 (0)