summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/prefix
diff options
context:
space:
mode:
authorMichael Brown2022-01-13 13:48:38 +0100
committerMichael Brown2022-01-13 13:48:38 +0100
commit53a5de3641ccd0836aac7378cdd37c9757e2db3a (patch)
tree7e9d52a9dc7c7c390f9564a37b4fd7c405e89b60 /src/arch/x86/prefix
parent[efi] Do not align VirtualSize for .reloc and .debug sections (diff)
downloadipxe-53a5de3641ccd0836aac7378cdd37c9757e2db3a.tar.gz
ipxe-53a5de3641ccd0836aac7378cdd37c9757e2db3a.tar.xz
ipxe-53a5de3641ccd0836aac7378cdd37c9757e2db3a.zip
[doc] Update user-visible ipxe.org URIs to use HTTPS
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/arch/x86/prefix')
-rw-r--r--src/arch/x86/prefix/romprefix.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/x86/prefix/romprefix.S b/src/arch/x86/prefix/romprefix.S
index a9934a72..4e8793c2 100644
--- a/src/arch/x86/prefix/romprefix.S
+++ b/src/arch/x86/prefix/romprefix.S
@@ -161,7 +161,7 @@ pnpheader:
/* Manufacturer string */
mfgstr:
- .asciz "http://ipxe.org"
+ .asciz "https://ipxe.org"
.size mfgstr, . - mfgstr
/* Product string
@@ -607,7 +607,7 @@ get_pmm_decompress_to:
* strings PRODUCT_NAME and PRODUCT_SHORT_NAME in config/branding.h.
*
* While nothing in the GPL prevents you from removing all references
- * to iPXE or http://ipxe.org, we prefer you not to do so.
+ * to iPXE or https://ipxe.org, we prefer you not to do so.
*
* If you have an OEM-mandated branding requirement that cannot be
* satisfied simply by defining PRODUCT_NAME and PRODUCT_SHORT_NAME,