diff options
author | Michael Brown <mcb30@ipxe.org> | 2022-01-13 12:48:38 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2022-01-13 12:48:38 +0000 |
commit | 53a5de3641ccd0836aac7378cdd37c9757e2db3a (patch) | |
tree | 7e9d52a9dc7c7c390f9564a37b4fd7c405e89b60 /src/arch | |
parent | 91c77e2592f5b0e1098d3f341827d7e6925e4a85 (diff) | |
download | ipxe-53a5de3641ccd0836aac7378cdd37c9757e2db3a.zip ipxe-53a5de3641ccd0836aac7378cdd37c9757e2db3a.tar.gz ipxe-53a5de3641ccd0836aac7378cdd37c9757e2db3a.tar.bz2 |
[doc] Update user-visible ipxe.org URIs to use HTTPS
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/x86/interface/syslinux/comboot_call.c | 2 | ||||
-rw-r--r-- | src/arch/x86/prefix/romprefix.S | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/arch/x86/interface/syslinux/comboot_call.c b/src/arch/x86/interface/syslinux/comboot_call.c index dc308da..b75e8ef 100644 --- a/src/arch/x86/interface/syslinux/comboot_call.c +++ b/src/arch/x86/interface/syslinux/comboot_call.c @@ -47,7 +47,7 @@ static char __bss16_array ( syslinux_version, [32] ); #define syslinux_version __use_data16 ( syslinux_version ) /** The "SYSLINUX" copyright string */ -static char __data16_array ( syslinux_copyright, [] ) = " http://ipxe.org"; +static char __data16_array ( syslinux_copyright, [] ) = " https://ipxe.org"; #define syslinux_copyright __use_data16 ( syslinux_copyright ) static char __data16_array ( syslinux_configuration_file, [] ) = ""; diff --git a/src/arch/x86/prefix/romprefix.S b/src/arch/x86/prefix/romprefix.S index a9934a7..4e8793c 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, |