From 648ea9ddba980de4fad42ec96036d1a26976325d Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Mon, 26 Feb 2024 08:38:50 +0100 Subject: [PATCH] Use HTTPS for GitHub URLs GitHub has dropped support for the git:// protocol: https://github.blog/changelog/2022-03-15-removed-unencrypted-git-protocol-and-certain-ssh-keys/ Signed-off-by: Jakub Wilk --- README.md | 2 +- docs/process/howto-contribute.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5205ae7c..d1bf2c26 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ To summarize, the stable release is `2.1.0` while `2.0.9x` is a pre-releases. Git repository: * Primary: git://git.kernel.org/pub/scm/linux/kernel/git/legion/kbd.git -* Mirror: git://github.com/legionus/kbd.git +* Mirror: https://github.com/legionus/kbd.git Git Branches: `git branch -a` diff --git a/docs/process/howto-contribute.md b/docs/process/howto-contribute.md index dd9cd55a..7a8cd1b0 100644 --- a/docs/process/howto-contribute.md +++ b/docs/process/howto-contribute.md @@ -52,7 +52,7 @@ To summarize, the stable release is `2.1.0` while `2.0.9x` is a pre-releases. Git repository: * Primary: git://git.kernel.org/pub/scm/linux/kernel/git/legion/kbd.git -* Mirror: git://github.com/legionus/kbd.git +* Mirror: https://github.com/legionus/kbd.git Git Branches: `git branch -a`