summaryrefslogtreecommitdiff
path: root/web/index.html
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2025-07-26 19:15:06 +0200
committerxengineering <me@xengineering.eu>2025-07-26 19:15:06 +0200
commit11078651756014631166cb8f0bf2d8bce18e56d1 (patch)
treed2e7e262d5f7dbbec4a41b5d86c1955b73b6a1c2 /web/index.html
parentd3e7f19f1f87b03e9a7c8a170b9c4351ac565268 (diff)
parent376a2f91964527bfb6b57661a9e81a4d5544f288 (diff)
downloadiot-contact-11078651756014631166cb8f0bf2d8bce18e56d1.tar
iot-contact-11078651756014631166cb8f0bf2d8bce18e56d1.tar.zst
iot-contact-11078651756014631166cb8f0bf2d8bce18e56d1.zip
Merge implementation of tar archive deployment
Deploying all build artifacts in a single tar archive file makes deployment easier. The bundle stays consistent, GPG signatures can later easily provided too, the archive and its top-level directory can have the same and long name and the further paths in the archive can stay short.
Diffstat (limited to 'web/index.html')
-rw-r--r--web/index.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/web/index.html b/web/index.html
index f8d76ed..d353cb7 100644
--- a/web/index.html
+++ b/web/index.html
@@ -12,16 +12,16 @@
<h4>Printed circuit board</h4>
<ul>
- <li><a href="iot-contact.kicad_pcb">iot-contact.kicad_pcb</a></li>
- <li><a href="schematic.pdf">schematic.pdf</a></li>
- <li><a href="bill-of-materials.csv">bill-of-materials.csv</a></li>
+ <li><a href="pcb/iot-contact.kicad_pcb">iot-contact.kicad_pcb</a></li>
+ <li><a href="pcb/schematic.pdf">schematic.pdf</a></li>
+ <li><a href="pcb/bill-of-materials.csv">bill-of-materials.csv</a></li>
</ul>
<h4>Firmware</h4>
<ul>
- <li><a href="factory-image.bin">factory-image.bin</a></li>
- <li><a href="update-image.bin">update-image.bin</a></li>
- <li><a href="simulation-linux-amd64.exe">simulation-linux-amd64.exe</a></li>
+ <li><a href="fw/factory-image.bin">factory-image.bin</a></li>
+ <li><a href="fw/app/update-image.bin">update-image.bin</a></li>
+ <li><a href="fw/sim/simulation-linux-amd64.exe">simulation-linux-amd64.exe</a></li>
</ul>
</main>
</body>