Skip to content

Commit 16e6d4e

Browse files
authored
Fix brew link (#303)
## What SSIA ## CHECKS ⚠️ Please make sure you are aware of the following. - [x] **The changes in this PR doesn't have private information
2 parents 04472da + 23a155e commit 16e6d4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

document/01-git.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In this step, we will learn how to use Git and GitHub.
2222
$ git version
2323
```
2424

25-
* For Mac users: Install [brew](https://brew.sh/index) and `brew install git`
25+
* For Mac users: Install [brew](https://brew.sh/) and `brew install git`
2626
* For Windows users: Download [installer](https://gitforwindows.org/)
2727

2828
2. Set your name and email address using git config. Check if your email address shows up.

document/01-git.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
$ git version
2323
```
2424

25-
* Macを使っている場合: [brew](https://brew.sh/index_ja) をインストールしてから `brew install git`を実行
25+
* Macを使っている場合: [brew](https://brew.sh/ja/) をインストールしてから `brew install git`を実行
2626
* For Windows user: Download [installer](https://gitforwindows.org/)
2727

2828
2. git configに自分の名前とemailアドレスを設定します。以下のコマンドを実行して最後にあなたのemailアドレスが表示されればOKです。

0 commit comments

Comments
 (0)