raspberrypi-bootloader: Update doc URL for config.txt options

The old URL was redirecting to more generic Rasbperry Pi documentation.
This commit is contained in:
Ivan Jager 2022-07-10 06:58:32 -05:00
parent b39924fc77
commit 34aa4fe7a9

View File

@ -86,7 +86,7 @@ in
type = types.nullOr types.lines; type = types.nullOr types.lines;
description = '' description = ''
Extra options that will be appended to <literal>/boot/config.txt</literal> file. Extra options that will be appended to <literal>/boot/config.txt</literal> file.
For possible values, see: https://www.raspberrypi.org/documentation/configuration/config-txt/ For possible values, see: https://www.raspberrypi.com/documentation/computers/config_txt.html
''; '';
}; };
}; };