Skip to content

Commit 5faa869

Browse files
committed
update index repo links
1 parent c0ffb4a commit 5faa869

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

themes/vue/layout/index.ejs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
<p class="desc">Vue.js is a library for building modern web interfaces. <br>It provides data-reactive components with a simple and flexible API.</p>
1414
<p class="buttons">
1515
<a href="/guide/installation.html" class="button">Install v<%- theme.vue_version %></a>
16-
<a href="https://github.com/yyx990803/vue" target="_blank" class="button">Source on GitHub</a>
16+
<a href="https://github.com/vuejs/vue" target="_blank" class="button">Source on GitHub</a>
1717
</p>
1818
<ul id="social">
1919
<li><a href="https://twitter.com/vuejs" class="twitter-follow-button" data-show-count="false" data-dnt="true">Follow @vuejs</a></li>
20-
<li><iframe src="http://ghbtns.com/github-btn.html?user=yyx990803&repo=vue&type=watch&count=true"
20+
<li><iframe src="http://ghbtns.com/github-btn.html?user=vuejs&repo=vue&type=watch&count=true"
2121
allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20"></iframe></li>
22-
<li class="last"><a href="https://gitter.im/yyx990803/vue" target="_blank"><img src="https://badges.gitter.im/Join%20Chat.svg"></a></li>
22+
<li class="last"><a href="https://gitter.im/vuejs/vue" target="_blank"><img src="https://badges.gitter.im/Join%20Chat.svg"></a></li>
2323
</ul>
2424
</div>
2525
<div class="down"><img src="/images/down.png"></div>

0 commit comments

Comments
 (0)