Skip to content

Commit

Permalink
fix: new issue helper link
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Feb 9, 2022
1 parent 1fbc02f commit 8461427
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
IMPORTANT: Please use the following link to create a new issue:
https://new-issue.vuejs.org/?repo=vuejs/vue-devtools
https://new-issue.vuejs.org/?repo=vuejs/devtools
If your issue was not created using the app above, it will be closed immediately.
-->
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 @@ -159,7 +159,7 @@ export default defineComponent({
</VueDropdownButton>

<VueDropdownButton
href="https://new-issue.vuejs.org/?repo=vuejs/vue-devtools"
href="https://new-issue.vuejs.org/?repo=vuejs/devtools"
target="_blank"
icon-left="bug_report"
icon-right="open_in_new"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export default defineComponent({
href="https://devtools.vuejs.org/guide/installation.html#legacy"
target="_blank"
>Legacy version</a> and <a
href="https://new-issue.vuejs.org/?repo=vuejs/vue-devtools"
href="https://new-issue.vuejs.org/?repo=vuejs/devtools"
target="_blank"
>report an issue</a>.
</p>
Expand Down

0 comments on commit 8461427

Please sign in to comment.