Skip to content

Commit 38c83ec

Browse files
authored
Merge pull request javascript-tutorial#27 from lex111/update-links
Update links
2 parents cdd887c + e7f31f1 commit 38c83ec

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

locales/en.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ site:
99

1010
toolbar:
1111
lang_switcher:
12-
cta_text: We want to make this open-source project available for people all around the world. Please <a href="https://github.com/iliakan/javascript-tutorial-en" rel="noopener noreferrer" target="_blank">help us to translate</a> the content of this tutorial to the language you know
12+
cta_text: We want to make this open-source project available for people all around the world. Please <a href="https://github.com/javascript-tutorial/en.javascript.info" rel="noopener noreferrer" target="_blank">help us to translate</a> the content of this tutorial to the language you know
1313
footer_text: how much content is translated to the corresponding language
1414
old_version: Old version is published, needs backporting.
1515
logo:

locales/ja.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ site:
99

1010
toolbar:
1111
lang_switcher:
12-
cta_text: 私たちはこのオープンソースプロジェクトを世界中の人々に提供したいと考えています。このチュートリアルの内容をあなたが知っている言語に<a href="https://github.com/iliakan/javascript-tutorial-en" rel="noopener noreferrer" target="_blank">翻訳するのを手伝って</a>ください。
12+
cta_text: 私たちはこのオープンソースプロジェクトを世界中の人々に提供したいと考えています。このチュートリアルの内容をあなたが知っている言語に<a href="https://github.com/javascript-tutorial/en.javascript.info" rel="noopener noreferrer" target="_blank">翻訳するのを手伝って</a>ください。
1313
footer_text: 対応する言語に翻訳されているコンテンツの量
1414
old_version: 古いバージョンが公開されており、バックポートが必要です。
1515
logo:

locales/ru.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ site:
33

44
toolbar:
55
lang_switcher:
6-
cta_text: Мы хотим сделать этот проект с открытым исходным кодом доступным для людей во всем мире. Пожалуйста, <a href="https://github.com/iliakan/javascript-tutorial-en" rel="noopener noreferrer" target="_blank">помогите нам перевести</a> это руководство на свой язык
6+
cta_text: Мы хотим сделать этот проект с открытым исходным кодом доступным для людей во всем мире. Пожалуйста, <a href="https://github.com/javascript-tutorial/en.javascript.info" rel="noopener noreferrer" target="_blank">помогите нам перевести</a> это руководство на свой язык
77
footer_text: количество контента, переведенное на соотвествующий язык
88
old_version: Опубликована полная, но предыдущая версия учебника.
99
logo:

locales/zh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ site:
99

1010
toolbar:
1111
lang_switcher:
12-
cta_text: 我们希望将这个开源项目提供给全世界的人。请帮助我们将教程的内容 <a href="https://github.com/iliakan/javascript-tutorial-en" rel="noopener noreferrer" target="_blank">翻译为你所掌握的语言</a> 对应的版本。
12+
cta_text: 我们希望将这个开源项目提供给全世界的人。请帮助我们将教程的内容 <a href="https://github.com/javascript-tutorial/en.javascript.info" rel="noopener noreferrer" target="_blank">翻译为你所掌握的语言</a> 对应的版本。
1313
footer_text: 多少比重的内容已经被翻译成了相应的语言。
1414
old_version: 旧版本已发布,需要向后移植。
1515
logo:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@
7878
"engineStrict": true,
7979
"repository": {
8080
"type": "git",
81-
"url": "https://github.com/iliakan/javascript-tutorial-server.git"
81+
"url": "https://github.com/javascript-tutorial/javascript-tutorial-server.git"
8282
},
8383
"author": "Ilya Kantor",
8484
"license": "CC BY-NC-SA 3.0",
8585
"bugs": {
86-
"url": "https://github.com/iliakan/javascript-tutorial-server/issues"
86+
"url": "https://github.com/javascript-tutorial/javascript-tutorial-server/issues"
8787
}
8888
}

0 commit comments

Comments
 (0)