diff --git a/_includes/_ja/getting-started.md b/_includes/_ja/getting-started.md
index 0fe5652204..40bcf9ff29 100644
--- a/_includes/_ja/getting-started.md
+++ b/_includes/_ja/getting-started.md
@@ -14,7 +14,7 @@ Scala をインストールすると、コンパイラやビルドツールな
### Scala インストーラーを使う(推奨)
-Scala のインストーラーは[Coursier](https://get-coursier.io/docs/cli-overview)というツールで、コマンドは`cs`です。このツールを使うと、JVM と標準 Scala ツールがシステムにインストールされます。
+Scala のインストーラーは[Coursier](https://get-coursier.io/docs/cli-overview)というツールで、コマンドは`cs`です。このツールを使うと、JVM と標準 Scala ツールがシステムにインストールされます。
以下の手順でお使いのシステムにインストールしてください。
@@ -146,7 +146,7 @@ Scala について日本語で質問したい場合、Twitterでつぶやくと
-- This is handled in `resources/js/functions.js`.
-->
- $ curl -fLo cs https://git.io/coursier-cli-linux && chmod +x cs && ./cs setup
+ $ curl -fL https://github.com/coursier/launchers/raw/master/cs-x86_64-pc-linux.gz | gzip -d > cs && chmod +x cs && ./cs setup
@@ -160,10 +160,10 @@ Scala について日本語で質問したい場合、Twitterでつぶやくと
または、Homebrewを使用しない場合は
- $ curl -fLo cs https://git.io/coursier-cli-macos && chmod +x cs && (xattr -d com.apple.quarantine cs || true) && ./cs setup
+ $ curl -fL https://github.com/coursier/launchers/raw/master/cs-x86_64-apple-darwin.gz | gzip -d > cs && chmod +x cs && (xattr -d com.apple.quarantine cs || true) && ./cs setup
@@ -184,10 +184,10 @@ There are a multitude of mailing lists and real-time chat rooms in case you want