diff --git a/README.md b/README.md index d87b5ab..1dbe89e 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,8 @@ hardware for its security-critical operations. * [System Description](doc/system_description/system_description.md) * [Threat Model](doc/threat_model/threat_model.md) * [Framing Protocol](doc/framing_protocol/framing_protocol.md) -* [Boards](hw/boards/README.md) -* [Firmware](hw/application_fpga/fw/tk1/README.md) +* [Boards](doc/system_description/boards.md) +* [Firmware](doc/system_description/firmware.md) * [Software](doc/system_description/software.md) Note that development is ongoing. For example, changes might be made diff --git a/hw/boards/README.md b/doc/system_description/boards.md similarity index 100% rename from hw/boards/README.md rename to doc/system_description/boards.md diff --git a/hw/application_fpga/fw/tk1/README.md b/doc/system_description/firmware.md similarity index 100% rename from hw/application_fpga/fw/tk1/README.md rename to doc/system_description/firmware.md