Skip to content

Commit 3deebd8

Browse files
[doc] Point directly to Github page
We don't need to rely on the lowrisc.org re-direct because we can simply point to the Github page itself.
1 parent ebcfac6 commit 3deebd8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Sonata system
22

3-
Sonata is a system for evaluating the usage of [CHERIoT Ibex core](https://github.com/microsoft/cheriot-ibex) as a microcontroller for embedded, IoT and Operational Technology applications.
3+
Sonata is a system for evaluating the usage of the [CHERIoT Ibex core](https://github.com/microsoft/cheriot-ibex) as a microcontroller for embedded, IoT and Operational Technology applications.
44
The system contains a number of peripherals (I2C, SPI, GPIO, USB, and UART) and the CHERIoT Ibex core itself.
55
It is designed for use on FPGA and specifically targets the [Sonata FPGA board](https://github.com/newaetech/sonata-pcb), but as the entire design is open-source (from PCB to software), it can be run on any similar system.
66

77
This project is designed to look like a normal microcontroller in terms of usability, including SDK, examples, and normal capabilities such as debuggers.
88
But underneath that the [CHERIoT](https://www.microsoft.com/en-us/research/publication/cheriot-rethinking-security-for-low-cost-embedded-systems/) capabilities provides a high level of "default security" that simplifies designing embedded systems in a secure manner.
9-
You can see the [complete documentation](https://lowrisc.org/sonata-system/) for the project.
9+
You can see the [complete documentation](https://lowrisc.github.io/sonata-system/) for the project.
1010
Sonata is part of the [Sunburst Project](https://www.sunburst-project.org) funded by [UKRI](https://www.ukri.org/) / [DSbD](https://www.dsbd.tech/) under grant number 107540.
1111

1212
![The sonata development system](doc/img/sonata-development-system.svg)
@@ -43,7 +43,7 @@ You can also work with a simulated environment, and there is a nice guide on thi
4343

4444
## Documentation introduction
4545

46-
This documentation is built using [mdBook](https://rust-lang.github.io/mdBook/). If you are reading this file in GitHub, you should instead see the pre-built documentation on the [lowRISC Website](https://lowrisc.org/sonata-system/) which includes the full documentation.
46+
This documentation is built using [mdBook](https://rust-lang.github.io/mdBook/). If you are reading this file in GitHub, you should instead see the pre-built documentation on the [lowRISC Website](https://lowrisc.github.io/sonata-system/) which includes the full documentation.
4747

4848
If you'd like to build a copy of the documentation locally, see the [Building Documentation](doc/dev/building-doc.md) page.
4949

0 commit comments

Comments
 (0)