Skip to content

Commit 20ff271

Browse files
committed
Fix two protocol-less links
You'd need a protocol droid to figure out what protocol to use for those, and link checkers typically lack such help. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent c2b2054 commit 20ff271

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/good-commits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Also important:
2525
- [Sign off](https://github.com/git/git/blob/v2.8.1/Documentation/SubmittingPatches#L234-L286) on your change (i.e. state that you release this patch as Open Source, if applicable with your employer's consent).
2626
- Format the commit message to wrap at 76 columns per line.
2727

28-
A good example for a commit message is [git-for-windows/build-extra@a64fe115](github.com/git-for-windows/build-extra/commit/a64fe115d901cab775c881bd1624218ac28de4d4):
28+
A good example for a commit message is [git-for-windows/build-extra@a64fe115](https://github.com/git-for-windows/build-extra/commit/a64fe115d901cab775c881bd1624218ac28de4d4):
2929

3030
```
3131
Install 7-Zip without confirmation if it is missing

content/snapshot-builds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ To allow users to help verifying that "always-releasable state", as well as to a
1111

1212
Those snapshot releases are considered robust. They are built using [the exact same Azure Pipeline](https://dev.azure.com/git-for-windows/git/_build?definitionId=34&_a=summary) that also builds official Git for Windows versions (as well as the `-rc` pre-releases leading up to every major version). Snapshot versions come in the same flavors as full Git for Windows versions: 32-bit and 64-bit, installers, portable Gits, MinGits.
1313

14-
Snapshot versions are signed the same way as full Git for Windows versions, too. Apart from the version number and from the fact that they are not uploaded as [full GitHub Releases](github.com/git-for-windows/git/releases), they are pretty much indistinguishable from official Git for Windows versions.
14+
Snapshot versions are signed the same way as full Git for Windows versions, too. Apart from the version number and from the fact that they are not uploaded as [full GitHub Releases](https://github.com/git-for-windows/git/releases), they are pretty much indistinguishable from official Git for Windows versions.

0 commit comments

Comments
 (0)