diff --git a/README.md b/README.md index 22be15e..fe04481 100644 --- a/README.md +++ b/README.md @@ -1218,7 +1218,7 @@ With the `upstream` mode and the `simple` (default in Git 2.0) mode of the `push $ git push ``` -The behavior of the other modes of `git push` is described in the [doc of `push.default`](https://git-scm.com/docs/git-config#git-config-pushdefault). +The behavior of the other modes of `git push` is described in the [doc of `push.default`](https://git-scm.com/docs/git-config#Documentation/git-config.txt-pushdefault). ### I want to set a remote branch as the upstream for a local branch diff --git a/README_fr.md b/README_fr.md index b1375a8..ffa4344 100644 --- a/README_fr.md +++ b/README_fr.md @@ -892,7 +892,7 @@ Avec le mode `upstream` et le mode `simple` (défaut dans Git 2.0) de la configu $ git push ``` -Le comportement des autres modes de `git push` est détaillé dans la [documentation de `push.default`](https://git-scm.com/docs/git-config#git-config-pushdefault). +Le comportement des autres modes de `git push` est détaillé dans la [documentation de `push.default`](https://git-scm.com/docs/git-config#Documentation/git-config.txt-pushdefault). ### Je veux configurer une branche distante en tant qu'upstream pour une branche locale diff --git a/README_ja.md b/README_ja.md index ad570ab..d8c0b7f 100644 --- a/README_ja.md +++ b/README_ja.md @@ -1246,7 +1246,7 @@ $ git push -u HEAD $ git push ``` -他のモードが `git push` でどう振る舞うかは、[`push.default` のドキュメント](https://git-scm.com/docs/git-config#git-config-pushdefault)で説明されています。 +他のモードが `git push` でどう振る舞うかは、[`push.default` のドキュメント](https://git-scm.com/docs/git-config#Documentation/git-config.txt-pushdefault)で説明されています。 ### リモートブランチをローカルブランチの upstream に設定したい diff --git a/README_kr.md b/README_kr.md index 494fccd..6453df2 100644 --- a/README_kr.md +++ b/README_kr.md @@ -858,7 +858,7 @@ $ git push -u HEAD $ git push ``` -`git push`의 다른 모드의 동작은 [`push.default` 문서](https://git-scm.com/docs/git-config#git-config-pushdefault)에 설명돼 있어요. +`git push`의 다른 모드의 동작은 [`push.default` 문서](https://git-scm.com/docs/git-config#Documentation/git-config.txt-pushdefault)에 설명돼 있어요. ### 리모트 브랜치를 로컬 브랜치를 위한 업스트림으로 설정하고 싶어 diff --git a/README_vi.md b/README_vi.md index c3adc67..7321f67 100644 --- a/README_vi.md +++ b/README_vi.md @@ -1165,7 +1165,7 @@ Với chế độ `upstream` và `simple` (mặc định trong Git 2.0) của c $ git push ``` -Các hành vi của các chế độ khác của `git push` được mô tả trong [doc cho `push.default`](https://git-scm.com/docs/git-config#git-config-pushdefault). +Các hành vi của các chế độ khác của `git push` được mô tả trong [doc cho `push.default`](https://git-scm.com/docs/git-config#Documentation/git-config.txt-pushdefault). ### Tôi muốn thiết lập một nhánh remote làm upstream (luồng trước) cho một nhánh local diff --git a/README_zh-TW.md b/README_zh-TW.md index 70c2982..3b100c6 100644 --- a/README_zh-TW.md +++ b/README_zh-TW.md @@ -1101,7 +1101,7 @@ $ git push -u [遠端] HEAD $ git push ``` -`git push` 其他模式的行為參見 [`push.default` 的文件](https://git-scm.com/docs/git-config#git-config-pushdefault)。 +`git push` 其他模式的行為參見 [`push.default` 的文件](https://git-scm.com/docs/git-config#Documentation/git-config.txt-pushdefault)。 ### 我想設定本機分支的上游