Skip to content

Commit e7d70b1

Browse files
chocobykazupon
authored andcommitted
Fix link of v0.11 doc (#1)
1 parent 64b9ff6 commit e7d70b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/vue/layout/partials/sidebar.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<a href="/<%- p.path %>" class="sidebar-link<%- page.title === p.title ? ' current' : '' %><%- p.is_new ? ' new' : '' %>"><%- p.title %></a>
1717
</li>
1818
<% }) %>
19-
<li><a href="http://legacy.vuejs.org">0.11 のドキュメントをお探しですか?</a></li>
19+
<li><a href="http://011.vuejs.org">0.11 のドキュメントをお探しですか?</a></li>
2020
<li style="margin:10px 0 3px">
2121
<script data-gittip-username="yyx990803"
2222
data-gittip-widget="button"

0 commit comments

Comments
 (0)