diff options
author | Felix Singer <felixsinger@posteo.net> | 2022-03-01 02:15:48 +0100 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2022-03-11 19:39:44 +0000 |
commit | c664056c56df85eb1c72ff3bb94da6f69872827b (patch) | |
tree | b4990ce33d0326ed8e3aaa818f1a9af703f96dcf /Documentation/mainboard/asus | |
parent | c774a93bcf29ac687ad1d2eb9126877248f52788 (diff) |
Documentation: Use file paths to flashing firmware tutorial
In preperation for CB:62424, replace HTTP links pointing to the flashing
firmware tutorial with file paths to the Markdown files.
Change-Id: I6a271a912348cbe002bc9cced9922ed743e1133c
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/62452
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Thomas Heijligen <src@posteo.de>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'Documentation/mainboard/asus')
-rw-r--r-- | Documentation/mainboard/asus/p5q.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/mainboard/asus/p5q.md b/Documentation/mainboard/asus/p5q.md index 3b3cdb43dc..39a859155f 100644 --- a/Documentation/mainboard/asus/p5q.md +++ b/Documentation/mainboard/asus/p5q.md @@ -130,5 +130,5 @@ You can also control the CPU fan with similar rules: echo 2000 >/sys/class/hwmon/hwmon2/pwm1_tolerance [ASUS P5Q]: https://www.asus.com/Motherboards/P5Q -[this guide]: https://doc.coreboot.org/flash_tutorial/int_flashrom.html +[this guide]: ../../flash_tutorial/int_flashrom.md [kernel docs]: https://www.kernel.org/doc/Documentation/hwmon/w83627ehf.rst |