We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b9ff6 commit e7d70b1Copy full SHA for e7d70b1
themes/vue/layout/partials/sidebar.ejs
@@ -16,7 +16,7 @@
16
<a href="/<%- p.path %>" class="sidebar-link<%- page.title === p.title ? ' current' : '' %><%- p.is_new ? ' new' : '' %>"><%- p.title %></a>
17
</li>
18
<% }) %>
19
- <li><a href="http://legacy.vuejs.org">0.11 のドキュメントをお探しですか?</a></li>
+ <li><a href="http://011.vuejs.org">0.11 のドキュメントをお探しですか?</a></li>
20
<li style="margin:10px 0 3px">
21
<script data-gittip-username="yyx990803"
22
data-gittip-widget="button"
0 commit comments