Skip to content

Commit

Permalink
docs: fix dead links to d1 platform directories (#330)
Browse files Browse the repository at this point in the history
From what I understand, after the `alwinner-d1` directory got
restructured there's no single best directory to point readers to see
list of supported boards, so it's probably easier to just link to README
instead.

fixes #320

Co-authored-by: Eliza Weisman <[email protected]>
  • Loading branch information
kzdnk and hawkw authored Aug 29, 2024
1 parent 5478197 commit ff2167f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions platforms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ This directory contains code for running MnemOS on the supported hardware and si

## Folder Layout

* [`allwinner-d1/`] - MnemOS for the Allwinner D1 RISC-V SoC
- [`allwinner-d1/boards/`]: Platform implementations for supported D1
single-board computers.
- [`allwinner-d1/core/`]: MnemOS core for all Allwinner D1 boards
* [`allwinner-d1/`] - MnemOS for the Allwinner D1 RISC-V SoC. See [here](allwinner-d1#getting-started-with-mnemos-on-the-d1) for list of supported boards and how to get started.
* [`esp32c3-buddy/`] - MnemOS ESP32-C3 WiFi Buddy firmware
* [`melpomene/`] - Melpomene is a desktop simulator for MnemOS development
* [`pomelo/`] - Pomelo is a web/wasm simulator for MnemOS development
Expand All @@ -17,8 +14,6 @@ This directory contains code for running MnemOS on the supported hardware and si
- [`x86_64/core/`] - MnemOS core kernel for x86_64

[`allwinner-d1/`]: ./allwinner-d1/
[`allwinner-d1/boards/`]: ./allwinner-d1/boards/
[`allwinner-d1/core/`]: ./allwinner-d1/core/
[`esp32c3-buddy/`]: ./esp32c3-buddy/
[`melpomene/`]: ./melpomene
[`pomelo/`]: ./pomelo
Expand Down

0 comments on commit ff2167f

Please sign in to comment.