diff --git a/README.md b/README.md index 37c6aa2ba6..46a624384b 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ ### fly.io上で動かす 1. 事前にSlack API TokenとYahoo API Tokenを取得します。 -2. [Install flyctl · Fly Docs](https://fly.io/docs/hands-on/install-flyctl/)に記載されている手順で `fly` コマンドをインストールします。 -3. [Sign up / Sign in · Fly Docs](https://fly.io/docs/hands-on/sign-up-sign-in/)に記載されている手順でfly.ioへの登録・ログインを行います。 +2. [Launch a demo app · Fly Docs](https://fly.io/docs/getting-started/launch-demo/#1-install-flyctl)に記載されている手順で `fly` コマンドをインストールします。 +3. [Launch a demo app · Fly Docs](https://fly.io/docs/getting-started/launch-demo/#2-sign-up-or-sign-in)に記載されている手順でfly.ioへの登録・ログインを行います。 4. [Dashboard · Fly](https://fly.io/dashboard/)内の `Billing` からクレジットカードを登録します (無料枠で使用する場合も必須)。 5. [`yq` コマンドのGitHub](https://github.com/mikefarah/yq/?tab=readme-ov-file#install)に記載されている手順で `yq` コマンドをインストールします。 6. このリポジトリをcloneします。 diff --git a/README.template.md b/README.template.md index 0727a515bd..83fcf50e90 100644 --- a/README.template.md +++ b/README.template.md @@ -29,8 +29,8 @@ ### fly.io上で動かす 1. 事前にSlack API TokenとYahoo API Tokenを取得します。 -2. [Install flyctl · Fly Docs](https://fly.io/docs/hands-on/install-flyctl/)に記載されている手順で `fly` コマンドをインストールします。 -3. [Sign up / Sign in · Fly Docs](https://fly.io/docs/hands-on/sign-up-sign-in/)に記載されている手順でfly.ioへの登録・ログインを行います。 +2. [Launch a demo app · Fly Docs](https://fly.io/docs/getting-started/launch-demo/#1-install-flyctl)に記載されている手順で `fly` コマンドをインストールします。 +3. [Launch a demo app · Fly Docs](https://fly.io/docs/getting-started/launch-demo/#2-sign-up-or-sign-in)に記載されている手順でfly.ioへの登録・ログインを行います。 4. [Dashboard · Fly](https://fly.io/dashboard/)内の `Billing` からクレジットカードを登録します (無料枠で使用する場合も必須)。 5. [`yq` コマンドのGitHub](https://github.com/mikefarah/yq/?tab=readme-ov-file#install)に記載されている手順で `yq` コマンドをインストールします。 6. このリポジトリをcloneします。