Skip to content

Commit 46e393a

Browse files
committed
update webpack link
1 parent 22a961e commit 46e393a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/vue/layout/partials/main_menu.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
<li><a href="/vue-router/" class="nav-link<%- page.path.match(/vue-router/) ? ' current' : '' %>">vue-router</a></li>
55
<li><a href="/vuex/" class="nav-link<%- page.path.match(/vuex/) ? ' current' : '' %>">vuex</a></li>
66
<li><a href="/examples/" class="nav-link<%- page.path.match(/examples/) ? ' current' : '' %>">示例</a></li>
7-
<li><a href="http://webpack.vuefe.cn" target="_blank">webpack</a></li>
7+
<li><a href="https://webpack2.leanapp.cn" target="_blank">webpack</a></li>
88
<li><a href="/more/" class="nav-link<%- page.path.match(/more/) ? ' current' : '' %>">更多</a></li>
99
<%- partial('partials/community_dropdown') %>

0 commit comments

Comments
 (0)