From 9d99ef4bb46e983081562f08587c904f0c99e6fb Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Sat, 3 Jun 2017 21:36:17 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index eb3654f354..898ac5418f 100644 --- a/README.md +++ b/README.md @@ -13,17 +13,17 @@ # Features * support for popular single-board computers (see [Supported Single-board Computers](https://github.com/ccrisan/thingos/wiki/Supported-Single-board-Computers)) - * quick boots (see [Boot Process]) - * read-only partitions to minimize corruption risks (see [Partition Layout]) - * simple configuration via text files (see [Configuration Files]) - * over-the-air "firmware" updates (see [Firmware Updates]) - * out-of-the box backup and restore mechanism (see [Backup/Restore]) - * high reliability (see [Watchdogs]) + * quick boots (see [Boot Process](https://github.com/ccrisan/thingos/wiki/Boot-Process)) + * read-only partitions to minimize corruption risks (see [Partitions](https://github.com/ccrisan/thingos/wiki/Partitions)) + * simple configuration via text files (see [OS Configuration](https://github.com/ccrisan/thingos/wiki/OS-Configuration)) + * over-the-air "firmware" updates (see [Firmware Updates](https://github.com/ccrisan/thingos/wiki/Firmware-Updates)) + * out-of-the box backup and restore mechanism (see [Backup/Restore](https://github.com/ccrisan/thingos/wiki/Backup-Restore)) + * high reliability (see [Reliability](https://github.com/ccrisan/thingos/wiki/Reliability) * everything that [BuildRoot](https://buildroot.uclibc.org) has to offer # Getting Started -Just follow the [Getting Started] guide. +Just follow the [Getting Started](https://github.com/ccrisan/thingos/wiki/Getting-Started) guide. # Supported Boards From d5f67f85a21f7a5615b5ce017d979e74e215ba2d Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Sat, 3 Jun 2017 21:37:11 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 898ac5418f..22f6fe2a88 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ * simple configuration via text files (see [OS Configuration](https://github.com/ccrisan/thingos/wiki/OS-Configuration)) * over-the-air "firmware" updates (see [Firmware Updates](https://github.com/ccrisan/thingos/wiki/Firmware-Updates)) * out-of-the box backup and restore mechanism (see [Backup/Restore](https://github.com/ccrisan/thingos/wiki/Backup-Restore)) - * high reliability (see [Reliability](https://github.com/ccrisan/thingos/wiki/Reliability) + * high reliability (see [Reliability](https://github.com/ccrisan/thingos/wiki/Reliability)) * everything that [BuildRoot](https://buildroot.uclibc.org) has to offer # Getting Started