Skip to content

Commit

Permalink
Use relative urls in html code
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanaobrien committed Nov 14, 2023
1 parent dd40f69 commit e179f63
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions src/docs/firmware/supported-devices.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ If on on a smaller screen, scroll sideways to see whole table.
<td style="text-align:center;"> <span style="color:#ff0000"><b>EOL</b></span></td>
<td style="text-align:center;"> ✅</td>
<td style="text-align:center;"> screw</td>
<td rowspan="1" style="text-align:center;">Requires platform clock workaround. (See <a href="/docs/installing/post-install">post install</a>)</td>
<td rowspan="1" style="text-align:center;">Requires platform clock workaround. (See <a href="../installing/post-install">post install</a>)</td>
</tr>
<tr>
<td>Acer Chromebook R11 (C738T, CB5-132T)</td>
Expand Down Expand Up @@ -1380,7 +1380,7 @@ If on on a smaller screen, scroll sideways to see whole table.
<td style="text-align:center;"> ✅</td>
<td style="text-align:center;"> <a href="https://wiki.mrchromebox.tech/Firmware_Write_Protect#Hardware_Write_Protection" title="Firmware Write Protect">CR50 (battery)</a></td>
<td rowspan="13" style="text-align:center;">Audio and Thunderbolt drivers are paid.</td>
<td rowspan="13" style="text-align:center;">No fingerprint functionality on models that have it.<br><br>USB4 requires systemd service (See <a href="/docs/installing/post-install">post install</a>)</td>
<td rowspan="13" style="text-align:center;">No fingerprint functionality on models that have it.<br><br>USB4 requires systemd service (See <a href="../installing/post-install">post install</a>)</td>
<td rowspan="13" style="text-align:center;">No MacOS support.</td>
</tr>
<tr>
Expand Down Expand Up @@ -1789,7 +1789,7 @@ If on on a smaller screen, scroll sideways to see whole table.
<td style="text-align:center;"> ✅</td>
<td style="text-align:center;"> <a href="https://wiki.mrchromebox.tech/Firmware_Write_Protect#Hardware_Write_Protection" title="Firmware Write Protect">CR50</a></td>
<td rowspan="15" style="text-align:center;">Audio and Thunderbolt drivers are paid.</td>
<td rowspan="10" style="text-align:center;">No fingerprint functionality on models that have it.<br><br>USB4 requires systemd service (See <a href="/docs/installing/post-install">post install</a>)</td>
<td rowspan="10" style="text-align:center;">No fingerprint functionality on models that have it.<br><br>USB4 requires systemd service (See <a href="../installing/post-install">post install</a>)</td>
<td rowspan="15" style="text-align:center;">No MacOS support.</td>
</tr>
<tr>
Expand Down Expand Up @@ -1869,7 +1869,7 @@ If on on a smaller screen, scroll sideways to see whole table.
<td style="text-align:center;"> ✅</td>
<td style="text-align:center;"> ✅</td>
<td style="text-align:center;"> <a href="https://wiki.mrchromebox.tech/Firmware_Write_Protect#Hardware_Write_Protection" title="Firmware Write Protect">CR50</a></td>
<td rowspan="4" style="text-align:center;">No fingerprint functionality on models that have it.<br><br>USB4 requires systemd service (See <a href="/docs/installing/post-install">post install</a>)</td>
<td rowspan="4" style="text-align:center;">No fingerprint functionality on models that have it.<br><br>USB4 requires systemd service (See <a href="../installing/post-install">post install</a>)</td>
</tr>
<tr>
<td>Lenovo Flex 5i Chromebook / IdeaPad Flex 5i Chromebook</td>
Expand Down
6 changes: 3 additions & 3 deletions supported-devices/devices.json
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@
],
"boardname": "CELES",
"wpMethod": "screw",
"windows": "Requires platform clock workaround. (See <a href=\"/docs/installing/post-install\">post install</a>)"
"windows": "Requires platform clock workaround. (See <a href=\"../installing/post-install\">post install</a>)"
},
{
"device": [
Expand Down Expand Up @@ -1158,7 +1158,7 @@
"default_fullrom": true,
"default_windows": "Audio and Thunderbolt drivers are paid.",
"default_mac": "No MacOS support.",
"default_linux": "No fingerprint functionality on models that have it.<br><br>USB4 requires systemd service (See <a href=\"/docs/installing/post-install\">post install</a>)",
"default_linux": "No fingerprint functionality on models that have it.<br><br>USB4 requires systemd service (See <a href=\"../installing/post-install\">post install</a>)",
"devices": [
{
"device": [
Expand Down Expand Up @@ -1512,7 +1512,7 @@
"default_fullrom": true,
"default_windows": "Audio and Thunderbolt drivers are paid.",
"default_mac": "No MacOS support.",
"default_linux": "No fingerprint functionality on models that have it.<br><br>USB4 requires systemd service (See <a href=\"/docs/installing/post-install\">post install</a>)",
"default_linux": "No fingerprint functionality on models that have it.<br><br>USB4 requires systemd service (See <a href=\"../installing/post-install\">post install</a>)",
"devices": [
{
"device": [
Expand Down

0 comments on commit e179f63

Please sign in to comment.