Skip to content

Commit df2a8a6

Browse files
authored
Use HTTPS for GitHub clone URLs (#1310)
GitHub has dropped support for the git:// protocol: https://github.blog/changelog/2022-03-15-removed-unencrypted-git-protocol-and-certain-ssh-keys/
1 parent e543cfe commit df2a8a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

INSTALL.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Installation instructions
33
:docext: adoc
44

55
Download a tarball from https://github.com/jonas/tig/releases[] or clone the Tig
6-
repository https://github.com/jonas/tig[git://github.com/jonas/tig.git].
6+
repository https://github.com/jonas/tig[https://github.com/jonas/tig.git].
77

88
The latest version is:
99
https://github.com/jonas/tig/releases/download/tig-2.5.8/tig-2.5.8.tar.gz[tig-2.5.8]

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Resources
2020
- Homepage: https://jonas.github.io/tig/[]
2121
- Manual: https://jonas.github.io/tig/doc/manual.html[]
2222
- Tarballs: https://github.com/jonas/tig/releases[]
23-
- Git URL: git://github.com/jonas/tig.git
23+
- Git URL: https://github.com/jonas/tig.git
2424
- Gitter: https://gitter.im/jonas/tig[]
2525
- Q&A: https://stackoverflow.com/questions/tagged/tig[]
2626

0 commit comments

Comments
 (0)