fix links in recent commits
the committer linked to /faq instead of /faq.html also, internal site links should be relative links, and link to the markdown files. the static site generater that we use auto-converts links Signed-off-by: Leah Rowe <info@minifree.org>master
parent
7879fe48dd
commit
b29821a4b3
|
@ -104,7 +104,7 @@ You can now proceed to [flashing](/docs/install/spi.html) this machine.
|
|||
|
||||
It has been reported by that `thinkpad_acpi` does not load correctly on the T440p.
|
||||
|
||||
If you encounter this, check [this page](https://libreboot.org/faq#thinkpad-acpi)
|
||||
If you encounter this, check [this page](../../faq.md#thinkpad-acpi)
|
||||
for details as to how to fix this.
|
||||
|
||||
Errata
|
||||
|
|
|
@ -125,7 +125,7 @@ It has been reported that `thinkpad_acpi` does not load correctly on the T480.
|
|||
This should also be the case for the T480s.
|
||||
|
||||
If you encounter this issue, check\
|
||||
[this page](https://libreboot.org/faq#thinkpad-acpi)
|
||||
[this page](../../faq.md#thinkpad-acpi)
|
||||
for details as to how to fix this.
|
||||
|
||||
Build ROM image from source
|
||||
|
|
|
@ -124,7 +124,7 @@ It has been reported by a user that `thinkpad_acpi` does not load correctly on
|
|||
the T440p. Since the W541/W540/T540p are also haswell machines, you may be
|
||||
affected by this issue.
|
||||
|
||||
If you encounter this, check [this page](https://libreboot.org/faq#thinkpad-acpi)
|
||||
If you encounter this, check [this page](../../faq.md#thinkpad-acpi)
|
||||
for details as to how to fix this.
|
||||
|
||||
Errata
|
||||
|
|
|
@ -666,9 +666,9 @@ modprobe: ERROR: could not insert 'thinkpad_acpi': "No such device"
|
|||
|
||||
It is suspected that at least these mainboards are affected:
|
||||
|
||||
* [ThinkPad W541](https://libreboot.org/docs/install/w541_external.html)
|
||||
* [ThinkPad T440p](https://libreboot.org/docs/install/t440p_external.html)
|
||||
* [ThinkPad T480/T480s](https://libreboot.org/docs/install/t480.html)
|
||||
* [ThinkPad W541](docs/install/w541_external.md)
|
||||
* [ThinkPad T440p](docs/install/t440p_external.md)
|
||||
* [ThinkPad T480/T480s](docs/install/t480.md)
|
||||
|
||||
This may result the following effects, including or not limited to:
|
||||
|
||||
|
|
Loading…
Reference in New Issue