Corrected link to IANA DHCPv6 Options documentation

This commit is contained in:
Qhilm 2023-09-11 14:29:46 +02:00 committed by Franco Fichtner
parent a8c348cfa4
commit 8d3d648035

View File

@ -743,7 +743,7 @@ include("head.inc");
</tfoot>
</table>
<div class="hidden" data-for="help_for_numberoptions">
<?= sprintf(gettext("Enter the DHCP option number and the value for each item you would like to include in the DHCP lease information. For a list of available options please visit this %sURL%s."),'<a href="https://www.iana.org/assignments/bootp-dhcp-parameters/" target="_blank">','</a>') ?>
<?= sprintf(gettext("Enter the DHCP option number and the value for each item you would like to include in the DHCP lease information. For a list of available options please visit this %sURL%s."),'<a href="https://www.iana.org/assignments/dhcpv6-parameters/dhcpv6-parameters.xhtml#dhcpv6-parameters-2" target="_blank">','</a>') ?>
</div>
</div>
</td>