Skip to content

Commit

Permalink
chore: update report bug links
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Oct 8, 2022
1 parent d4fc270 commit 7684ad6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -202,7 +202,7 @@ export default defineComponent({
</VueDropdownButton>

<VueDropdownButton
href="https://new-issue.vuejs.org/?repo=vuejs/devtools"
href="https://github.com/vuejs/devtools/issues/new/choose"
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/devtools"
href="https://github.com/vuejs/devtools/issues/new/choose"
target="_blank"
>report an issue</a>.
</p>
Expand Down

0 comments on commit 7684ad6

Please sign in to comment.