Skip to content

Commit 26706d2

Browse files
committed
The default branch will be switching to "main". I think GitHub would actually redirect these for us, but there's no reason not to give the new canonical location. Note that there are many mentions of "master" for git/git, progit/progit2, etc. Those repositories are still using "master" for now.
1 parent 242a90f commit 26706d2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ be accepted. If it involves code, please also write tests for it.
9494

9595
The [list of GUI clients](https://git-scm.com/downloads/guis) has been constructed by the community for a long time. If you want to add another tool you'll need to follow a few steps:
9696

97-
1. Add the GUI client details at the YAML file: https://github.com/git/git-scm.com/blob/master/resources/guis.yml
97+
1. Add the GUI client details at the YAML file: https://github.com/git/git-scm.com/blob/main/resources/guis.yml
9898
1. The fields `name`, `url`, `price`, `license` should be very straightforward to fill.
9999
2. The field `image_tag` corresponds to the filename of the image of the tool (without path, just the filename).
100100
3. `platforms` is a list of at least 1 platform in which the tool is supported. The possibilities are: `Windows`, `Mac`, `Linux`, `Android`, and `iOS`

app/views/downloads/guis/index.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
Git comes with built-in GUI tools for committing (<a href="/docs/git-gui">git-gui</a>) and browsing (<a href="/docs/gitk">gitk</a>), but there are several third-party tools for users looking for platform-specific experience.
1313
</p>
1414
<p>
15-
<small>If you want to add another GUI tool to this list, just <a href="https://github.com/git/git-scm.com/blob/master/README.md#adding-new-gui">follow the instructions</a>.</small>
15+
<small>If you want to add another GUI tool to this list, just <a href="https://github.com/git/git-scm.com/blob/main/README.md#adding-new-gui">follow the instructions</a>.</small>
1616
</p>
1717

1818
<p>

app/views/site/about.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
repository at GitHub. That includes all pages except the book and
1818
manpages, along with the general design of the site. This content
1919
is available under the
20-
<a href="https://github.com/git/git-scm.com/blob/master/MIT-LICENSE.txt">MIT license</a>.
20+
<a href="https://github.com/git/git-scm.com/blob/main/MIT-LICENSE.txt">MIT license</a>.
2121
Bug reports and suggestions may be made in that repository.
2222

2323
<li>Content from the ProGit book is imported from the
@@ -70,6 +70,6 @@
7070
</ul>
7171

7272
For a detailed view of the site's network layout, see our
73-
<a href="https://github.com/git/git-scm.com/blob/master/ARCHITECTURE.md">architecture document</a>.
73+
<a href="https://github.com/git/git-scm.com/blob/main/ARCHITECTURE.md">architecture document</a>.
7474

7575
</div>

0 commit comments

Comments
 (0)