[doc] Update user-visible ipxe.org URIs to use HTTPS

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2022-01-13 12:48:38 +00:00
parent 91c77e2592
commit 53a5de3641
7 changed files with 20 additions and 20 deletions

View File

@@ -565,7 +565,7 @@ EOM
return join("\n", @output);
}
# Output NIC list in DokuWiki format (for http://ipxe.org)
# Output NIC list in DokuWiki format (for https://ipxe.org)
sub format_nic_list_dokuwiki {
my ($nic_list, $column_names) = @_;
my @output;