Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
icarusion committed Jun 4, 2018
1 parent 29090b3 commit 26abce6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/article.vue
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
</h4>
<ul>
<li>
<a href="https://github.com/TalkingData/weapp/issues" target="_blank">反馈建议</a>
<a href="https://github.com/TalkingData/iview-weapp/issues" target="_blank">反馈建议</a>
</li>
<li>
<a href="https://www.iviewui.com/new-issue" target="_blank">提交bug</a>
Expand Down
2 changes: 1 addition & 1 deletion src/components/menu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
},
handleGoToGitHub () {
_hmt.push(['_trackEvent', 'menu-go-github', 'click']);
window.open('https://github.com/TalkingData/weapp');
window.open('https://github.com/TalkingData/iview-weapp');
},
handleGoToTwitter () {
_hmt.push(['_trackEvent', 'menu-go-twitter', 'click']);
Expand Down

0 comments on commit 26abce6

Please sign in to comment.