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/util | |
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/util')
-rwxr-xr-x | src/util/niclist.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/niclist.pl b/src/util/niclist.pl index 2668a1c03..c35a3277e 100755 --- a/src/util/niclist.pl +++ b/src/util/niclist.pl @@ -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; |