Skip to content

Commit 71b6c27

Browse files
committed
add nodejs chinese doc links to sidebar
1 parent 4b0c75f commit 71b6c27

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ Below is the output from git-summary.
5454

5555
```
5656
project: nodeclub
57-
commits: 43
57+
commits: 45
5858
files : 242
5959
authors:
60-
20 fengmk2 46.5%
61-
9 muyuan 20.9%
62-
7 dead-horse 16.3%
63-
3 Kenny Zhao 7.0%
64-
1 LeToNode 2.3%
65-
1 roymax 2.3%
66-
1 thebrecht 2.3%
67-
1 张洋 2.3%
60+
22 fengmk2 48.9%
61+
9 muyuan 20.0%
62+
7 dead-horse 15.6%
63+
3 Kenny Zhao 6.7%
64+
1 LeToNode 2.2%
65+
1 roymax 2.2%
66+
1 thebrecht 2.2%
67+
1 张洋 2.2%
6868
```

views/sidebar.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,10 @@
115115
</div>
116116
<div class='inner'>
117117
<ul class='unstyled'>
118-
<li><a href='http://nodejs.org/' target='_blank'>Nodejs官方网站</a></li>
118+
<li><a href='http://nodejs.org/' target='_blank'>Node 官方网站</a></li>
119119
<li><a href='http://party.cnodejs.net/' target='_blank'>Node Party</a></li>
120120
<li><a href='http://nodebeginner.org/index-zh-cn.html' target='_blank'>Node 入门</a></li>
121-
<!-- <li><a href='http://cnodejs.org/cman/' target='_blank'>Node 中文文档</a></li> -->
121+
<li><a href='http://docs.cnodejs.net/cman/' target='_blank'>Node 中文文档</a></li>
122122
</ul>
123123
</div>
124124
</div>

0 commit comments

Comments
 (0)