Skip to content

Commit 2deff41

Browse files
committed
fix(client): broken link
1 parent 45c4c7f commit 2deff41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/client/src/pages/overview.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ onDevToolsClientConnected(() => {
8383
<div i-carbon-star />
8484
Star on GitHub
8585
</a>
86-
<a href="https://github.com/vuejs/devtools-next/discussions/1" target="_blank" flex="~ gap1" items-center op50 hover="op100 text-yellow" transition>
86+
<a href="https://github.com/vuejs/devtools-next/discussions/111" target="_blank" flex="~ gap1" items-center op50 hover="op100 text-yellow" transition>
8787
<div i-carbon-data-enrichment />
8888
Ideas & Suggestions
8989
</a>
90-
<a href="https://github.com/vuejs/devtools-next/discussions/2" target="_blank" flex="~ gap1" items-center op50 hover="op100 text-lime" transition>
90+
<a href="https://github.com/vuejs/devtools-next/discussions/112" target="_blank" flex="~ gap1" items-center op50 hover="op100 text-lime" transition>
9191
<div i-carbon-plan />
9292
Project Roadmap
9393
</a>

0 commit comments

Comments
 (0)