mirror of
https://github.com/raspberrypi/userland.git
synced 2025-12-06 04:49:12 +00:00
vcgencmd: Fix documentation URL
The link was broken during the documentation revamp. Just link to vcgencmd in the online docs. Related documentation is easy to find with the online search and reduces the number for links to update in the future.
This commit is contained in:
@@ -49,7 +49,7 @@ void show_usage()
|
||||
puts( " -1 problem with VCHI" );
|
||||
puts( " -2 VideoCore returned an error\n" );
|
||||
puts( "For further documentation please see" );
|
||||
puts( "https://www.raspberrypi.org/documentation/raspbian/applications/vcgencmd.md\n" );
|
||||
puts( "https://www.raspberrypi.org/documentation/computers/os.html#vcgencmd\n" );
|
||||
}
|
||||
|
||||
int main( int argc, char **argv )
|
||||
|
||||
@@ -282,22 +282,6 @@ VideoCore returned an error
|
||||
.
|
||||
.
|
||||
.SH SEE ALSO
|
||||
.B [SOURCE]
|
||||
.B [DOCS]
|
||||
https://www.raspberrypi.org/\:documentation/\:computers/\:os.html#vcgencmd
|
||||
.
|
||||
.
|
||||
.SH REFERENCES
|
||||
.TP
|
||||
.B [BOOT]
|
||||
https://www.raspberrypi.org/\:documentation/\:configuration/\:config-txt/\:boot.md
|
||||
.
|
||||
.TP
|
||||
.B [FAQ]
|
||||
https://www.raspberrypi.org/\:documentation/\:faqs/\:README.md
|
||||
.
|
||||
.TP
|
||||
.B [SOURCE]
|
||||
https://www.raspberrypi.org/\:documentation/\:raspbian/\:applications/\:vcgencmd.md
|
||||
.
|
||||
.TP
|
||||
.B [VIDEO]
|
||||
https://www.raspberrypi.org/\:documentation/\:configuration/\:config-txt/\:video.md
|
||||
|
||||
Reference in New Issue
Block a user