Skip to content

Commit bf77963

Browse files
committed
update url
1 parent f7dc048 commit bf77963

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
## vue.js 2.0 中文文档 http://vuefe.cn
1+
## vue.js 2.0 中文文档 https://vuefe.cn
22

33
> 欢迎大家一起参与校对工作
44
55
## 镜像站点
66

77
### LeanCloud https://vuefe.leanapp.cn/
8-
### 阿里云 http://vue.70data.net/
98

109

1110
## 贡献要求
@@ -14,8 +13,8 @@
1413

1514
- 加群参与 `427447379`
1615
- 发布网址 [vuefe.cn](http://vuefe.cn/)
17-
- 翻译仓库 [中文翻译分支 2.0-cn](https://github.com/vuefe/vuejs.org)
18-
- [基础指引](https://github.com/vuefe/vuejs.org/issues/25)
16+
- 翻译仓库 [中文翻译分支 2.0-cn](https://github.com/vuefe/vuefe.github.io)
17+
- [基础指引](https://github.com/vuefe/vuefe.github.io/issues/25)
1918
- 如果你看到错别字、漏译、错译,请直接提交 pr ([帮助](https://help.github.com/articles/using-pull-requests/))。
2019
- 如果你看到网站问题,或者创建一个 issue ,或者直接提交 pr 。
2120
- 如果你对已有翻译有异议,建议创建一个 issue 讨论。
@@ -70,12 +69,12 @@
7069
```
7170

7271
- 完成后,打钩表示完成,并附带发起的合并请求链接
73-
- [x] 我校对 + `文档序号 ` + https://github.com/vuefe/vuejs.org/pull/65 (发起的合并请求链接)
72+
- [x] 我校对 + `文档序号 ` + https://github.com/vuefe/vuefe.github.io/pull/65 (发起的合并请求链接)
7473

7574
- markdown语法 - 示例
7675

7776
```markdown
78-
- [x] 我xx + `1 ` https://github.com/vuefe/vuejs.org/pull/65 (发起的合并请求链接)
77+
- [x] 我xx + `1 ` https://github.com/vuefe/vuefe.github.io/pull/65 (发起的合并请求链接)
7978
```
8079

8180
- 支持多人协作翻译。已经认领过的翻译,如果你觉着他/她翻译的太慢,可以再次认领,加速翻译。
@@ -97,12 +96,12 @@
9796
校对中 <br />
9897

9998
### webpack2
100-
翻译中 [webpack.js.org](https://github.com/vuefe/webpack.js.org) <br />
99+
翻译中 [webpack.js.org](https://github.com/vuefe/webpack2) <br />
101100

102101

103102

104103

105104
## 参与翻译&校对成员名单
106-
https://github.com/vuefe/vuejs.org/issues/192
105+
https://github.com/vuefe/vuefe.github.io/issues/192
107106

108107
### 感谢所有参与翻译的朋友们!

themes/vue/layout/page.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<% } %>
2828
<div class="footer">
2929
发现错误?想参与编辑?
30-
<a href="https://github.com/dingyiming/vuejs.org/tree/2.0-cn/src/<%- page.path.replace(/\.html$/, '.md') %>" target="_blank">
30+
<a href="https://github.com/vuefe/vuefe.github.io/blob/2.0-cn/src/<%- page.path.replace(/\.html$/, '.md') %>" target="_blank">
3131
在 Github 上编辑此页!
3232
</a>
3333
</div>

themes/vue/layout/partials/contributors.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div id="contributors">
2-
<p>共 <span style="color:#e66;font-size:28px;" v-text="list.length "></span> 人参与贡献,排名不分先后,<a href="https://github.com/vuefe/vuejs.org/issues/192">如有遗漏,请告知</a></p>
2+
<p>共 <span style="color:#e66;font-size:28px;" v-text="list.length "></span> 人参与贡献,排名不分先后,<a href="https://github.com/vuefe/vuefe.github.io/issues/192">如有遗漏,请告知</a></p>
33
<ul class="contributors">
44
<a v-for="item in list"
55
class="contributor"

0 commit comments

Comments
 (0)