Skip to content

Commit

Permalink
更新《提问的智慧》链接
Browse files Browse the repository at this point in the history
  • Loading branch information
alsotang committed Aug 26, 2015
1 parent 996bf7c commit 264d5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/topic/edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
if (value === 'job') {
warnMsg = '<strong>为避免被管理员删帖,发帖时请好好阅读<a href="http://cnodejs.org/topic/541ed2d05e28155f24676a12" target="_blank">《招聘帖规范》</a></strong>';
} else if (value === 'ask') {
warnMsg = '<strong>提问时,请遵循 <a href="https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way" target="_blank">《提问的智慧》</a>中提及的要点,以便您更接收到高质量回复。</strong>'
warnMsg = '<strong>提问时,请遵循 <a href="http://doc.zengrong.net/smart-questions/cn.html" target="_blank">《提问的智慧》</a>中提及的要点,以便您更接收到高质量回复。</strong>'
}
$('#topic_create_warn').html(warnMsg);
});
Expand Down

0 comments on commit 264d5a2

Please sign in to comment.