diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-11-05 20:52:36 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-11-05 20:52:36 (EST) |
commit | 8b2219bfa2da36e7809588ef723a10483a6e137f (patch) | |
tree | 8c4d74b9efbdabc1a2604b8cbd508c006c225241 /docs/future/old.html | |
parent | 7429bdcdbb4fc51c61897115112468642afeecfc (diff) | |
download | libreboot-8b2219bfa2da36e7809588ef723a10483a6e137f.zip libreboot-8b2219bfa2da36e7809588ef723a10483a6e137f.tar.gz libreboot-8b2219bfa2da36e7809588ef723a10483a6e137f.tar.bz2 |
Documentation: *major* cleanup.
Cleanup was long overdue. Old structure was messy and inefficient.
Diffstat (limited to 'docs/future/old.html')
-rw-r--r-- | docs/future/old.html | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/docs/future/old.html b/docs/future/old.html index 7d72ec7..eeaa96e 100644 --- a/docs/future/old.html +++ b/docs/future/old.html @@ -5,13 +5,7 @@ <title>libreboot tutorials</title> <style type="text/css"> - body { - font-family: sans-serif; - font-size: 1em; - background: #fff; - color: #000; - } - + @import url('../css/main.css'); </style> <meta name="viewport" content="width=device-width, initial-scale=1.0"> @@ -126,16 +120,16 @@ <b>Add backlight controls:</b> in <i>src/mainboard/lenovo/t60/devicetree.cb</i>, change <b>gpu_backlight</b> to <b>0x58BF58BE</b> </p> <p> - Hold on! Check <a href="../index.html#get_edid_panelname">../index.html#get_edid_panelname</a> to know what LCD panel you have. This is important for the next step! + Hold on! Check <a href="../misc/index.html#get_edid_panelname">../misc/index.html#get_edid_panelname</a> to know what LCD panel you have. This is important for the next step! </p> <h2>Supported panels</h2> <p> - <a href="../index.html#supported_t60_list">../index.html#supported_t60_list</a>. + <a href="../hcl/index.html#supported_t60_list">../hcl/index.html#supported_t60_list</a>. </p> <p> - See <a href="#lcd_i945_incompatibility">#lcd_i945_incompatibility</a>. + See <a href="index.html#lcd_i945_incompatibility">index.html#lcd_i945_incompatibility</a>. </p> <p><a href="#pagetop">Back to top of page</a></p> |