From: Roland Hieber <rhi@pengutronix.de>
To: barebox@lists.infradead.org
Cc: Roland Hieber <rhi@pengutronix.de>
Subject: [PATCH 2/2] Documentation: use https URLs for GitHub
Date: Thu, 12 Jun 2025 10:52:34 +0200 [thread overview]
Message-ID: <20250612085234.2111792-2-rhi@pengutronix.de> (raw)
In-Reply-To: <20250612085234.2111792-1-rhi@pengutronix.de>
GitHub phased out support for the git:// protocol a few years ago [1].
Fix the respective URLs by using the https:// protocol instead.
[1]: https://github.blog/security/application-security/improving-git-protocol-security-github/
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
Documentation/boards/efi.rst | 2 +-
arch/arm/mach-omap/omap4_rom_usb.c | 2 +-
drivers/mci/mci-bcm2835.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Documentation/boards/efi.rst b/Documentation/boards/efi.rst
index b12433014ef1..869e5e88172f 100644
--- a/Documentation/boards/efi.rst
+++ b/Documentation/boards/efi.rst
@@ -292,7 +292,7 @@ HOWTOs in the net, for example on http://tianocore.sourceforge.net/wiki/Using_ED
.. code-block:: sh
- git clone git://github.com/tianocore/edk2.git
+ git clone https://github.com/tianocore/edk2.git
cd edk2
git submodule update --init
make -C BaseTools
diff --git a/arch/arm/mach-omap/omap4_rom_usb.c b/arch/arm/mach-omap/omap4_rom_usb.c
index 01c5565a68bc..500f8dfd2df0 100644
--- a/arch/arm/mach-omap/omap4_rom_usb.c
+++ b/arch/arm/mach-omap/omap4_rom_usb.c
@@ -1,6 +1,6 @@
/*
* This code is based on:
- * git://github.com/swetland/omap4boot.git
+ * https://github.com/swetland/omap4boot.git
*/
/*
* Copyright (C) 2010 The Android Open Source Project
diff --git a/drivers/mci/mci-bcm2835.c b/drivers/mci/mci-bcm2835.c
index cd4c1b866ca1..0099e4e35753 100644
--- a/drivers/mci/mci-bcm2835.c
+++ b/drivers/mci/mci-bcm2835.c
@@ -4,7 +4,7 @@
*
* Support for SDHCI device on bcm2835
* Based on sdhci-bcm2708.c (c) 2010 Broadcom
- * Inspired by bcm2835_sdhci.c from git://github.com/gonzoua/u-boot-pi.git
+ * Inspired by bcm2835_sdhci.c from https://github.com/gonzoua/u-boot-pi.git
*
* Portions (e.g. read/write macros, concepts for back-to-back register write
* timing workarounds) obviously extracted from the Linux kernel at:
--
2.39.5
next prev parent reply other threads:[~2025-06-12 10:07 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-12 8:52 [PATCH 1/2] Documentation: use https:// URLs for git.pengutronix.de Roland Hieber
2025-06-12 8:52 ` Roland Hieber [this message]
2025-06-12 12:48 ` Sascha Hauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250612085234.2111792-2-rhi@pengutronix.de \
--to=rhi@pengutronix.de \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox