Skip to content

Commit 829ba88

Browse files
committed
Change repo name
1 parent c05ff6e commit 829ba88

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
3. 変更をコミットします: `git commit -am 'Fix some files'`
1212
4. フォークした自分のレポジトリに Push します: `git push origin my-topic-branch`
1313
5. 翻訳が終わったら、翻訳スタイルにそっているかどうかチェックします: `npm run lint`
14-
6. 問題がなければ、プルリクエストを `vuejs-jp/vuejs.org``lang-ja` ブランチに送ります
14+
6. 問題がなければ、プルリクエストを `vuejs-jp/jp.vuejs.org``lang-ja` ブランチに送ります
1515

1616

1717
## 翻訳スタイル

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# vuejs-jp/vuejs.org
1+
# vuejs-jp/jp.vuejs.org
22

3-
[![Circle CI](https://circleci.com/gh/vuejs-jp/vuejs.org/tree/lang-ja.svg?style=svg&circle-token=6f7d3fb659f411f3bdcbbd935ad757bca81e158c)](https://circleci.com/gh/vuejs-jp/vuejs.org/tree/lang-ja)
3+
[![Circle CI](https://circleci.com/gh/vuejs-jp/vuejs.org/tree/lang-ja.svg?style=svg&circle-token=6f7d3fb659f411f3bdcbbd935ad757bca81e158c)](https://circleci.com/gh/vuejs-jp/jp.vuejs.org/tree/lang-ja)
44

55
このリポジトリは Vue.js 最新バージョン向けのドキュメントを管理しているレポジトリです。
66
(Vue.js 0.12 向けのドキュメントを管理しているリポジトリは[こちら](https://github.com/vuejs-jp/012-jp.vuejs.org))

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ markdown:
9797
## Docs: http://zespia.tw/hexo/docs/deployment.html
9898
deploy:
9999
type: git
100-
repository: [email protected]:vuejs-jp/vuejs.org.git
100+
repository: [email protected]:vuejs-jp/jp.vuejs.org.git

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "vuejs.org",
3-
"version": "0.12.9",
2+
"name": "jp.vuejs.org",
3+
"version": "1.0.3",
44
"private": true,
55
"hexo": {
66
"version": "3.1.1"

themes/vue/layout/index.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
<a href="https://github.com/yasunobuigarashi" target="_blank">@yasunobuigarashi</a>
130130
</p>
131131
<p>
132-
<a href="https://github.com/vuejs-jp/vuejs.org#貢献者" target="_blank">他の貢献された方々</a>
132+
<a href="https://github.com/vuejs-jp/jp.vuejs.org#貢献者" target="_blank">他の貢献された方々</a>
133133
</p>
134134
<p>Copyright (c) <%- date(Date.now(), 'YYYY') %> <a href="http://evanyou.me" target="_blank">Evan You</a></p>
135135
</div>

themes/vue/layout/page.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
<% }) %>
1818
</div>
1919
<% } %>
20-
<div class="footer">間違いを見つけた、またはドキュメントに貢献したいですか?<a href="https://github.com/vuejs-jp/vuejs.org" target="_blank">Github からこのサイトを Fork しましょう</a>!</div>
20+
<div class="footer">間違いを見つけた、またはドキュメントに貢献したいですか?<a href="https://github.com/vuejs-jp/jp.vuejs.org" target="_blank">Github からこのサイトを Fork しましょう</a>!</div>
2121
</div>

0 commit comments

Comments
 (0)