diff options
author | hasheddan <georgedanielmangum@gmail.com> | 2021-04-10 07:08:03 -0500 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2021-04-12 13:36:08 +0530 |
commit | 27a16b1545f750bc4d15d46a737a4411861bd9d3 (patch) | |
tree | 88dabed28c1125cd40649f3b1638b715df704c1e /docs | |
parent | 70ffc3e2e690f2b7bcea456f49206b636420ef5f (diff) |
docs: fix link to OpenPiton documentation
Updates link in platforms documentation to point to the correct
OpenPiton document.
Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
Reviewed-by: Anup Patel <anup.patel@wdc.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/platform/platform.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/platform/platform.md b/docs/platform/platform.md index 7f47068..8ee8754 100644 --- a/docs/platform/platform.md +++ b/docs/platform/platform.md @@ -36,7 +36,7 @@ OpenSBI currently supports the following virtual and hardware platforms: * **OpenPiton FPGA SoC**: Platform support OpenPiton research platform based on ariane core. More details on this platform can be found in the file - *[fpga_openpiton.md]*. + *[fpga-openpiton.md]*. * **Shakti C-class SoC Platform**: Platform support for Shakti C-class processor based SOCs. More details on this platform can be found in the @@ -55,5 +55,5 @@ facilitate the implementation. [andes-ae350.md]: andes-ae350.md [thead-c910.md]: thead-c910.md [spike.md]: spike.md -[fpga_openpiton.md]: fpga_openpiton.md +[fpga-openpiton.md]: fpga-openpiton.md [shakti_cclass.md]: shakti_cclass.md |