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/Makefile | |
parent | 91c77e2592f5b0e1098d3f341827d7e6925e4a85 (diff) | |
download | ipxe-53a5de3641ccd0836aac7378cdd37c9757e2db3a.tar.gz |
[doc] Update user-visible ipxe.org URIs to use HTTPS
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 69139dc11..4c4abf1aa 100644 --- a/src/Makefile +++ b/src/Makefile @@ -190,7 +190,7 @@ vmware : bin/8086100f.mrom bin/808610d3.mrom bin/10222000.rom bin/15ad07b0.rom @$(ECHO) ' bin/10222000.rom -- vlance/pcnet32' @$(ECHO) ' bin/15ad07b0.rom -- vmxnet3' @$(ECHO) - @$(ECHO) 'For more information, see http://ipxe.org/howto/vmware' + @$(ECHO) 'For more information, see https://ipxe.org/howto/vmware' @$(ECHO) @$(ECHO) '===========================================================' |