Skip to content

Commit cec7787

Browse files
Add proper URLs in the docs example
1 parent 813cbf8 commit cec7787

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/.vuepress/Example.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<template>
22
<nav>
3-
<a href="#" class="btn btn-vue">
3+
<a href="https://github.com/vuejs/vue" class="btn btn-vue">
44
<VueLogo class="icon" />
55
Vue
66
</a>
7-
<a href="#" class="btn btn-svgo">
7+
<a href="https://github.com/svg/svgo" class="btn btn-svgo">
88
<SVGOIcon class="icon" />
99
SVGO
1010
</a>
11-
<a href="#" class="btn btn-webpack">
11+
<a href="https://github.com/webpack/webpack" class="btn btn-webpack">
1212
<WebpackIcon class="icon" />
1313
webpack
1414
</a>

0 commit comments

Comments
 (0)