From af3a9add746952dcbab337f02e2559926d9a0863 Mon Sep 17 00:00:00 2001 From: rbaron Date: Wed, 7 Dec 2022 20:04:33 +0100 Subject: [PATCH] Fix README links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index deb2353..71c1a20 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ This repository also hosts a few different firmware samples for b-parasite. |Sample|Description|Extra Documentation| |---|---|---| -|[samples/ble](./code/nrf-connect/ble)|This is the most battle-tested and useful firmware. It periodically reads all sensors and broadcast them via Bluetooth Low Energy (BLE). It works with [Home Assistant](https://www.home-assistant.io/) out of the box. |[Docs](./code/nrf-connect/ble/../../../README.md)| -|[samples/blinky](./code/nrf-connect/blinky)| The classic "Hello, world" |-| +|[samples/ble](./code/nrf-connect/samples/ble)|This is the most battle-tested and useful firmware. It periodically reads all sensors and broadcast them via Bluetooth Low Energy (BLE). It works with [Home Assistant](https://www.home-assistant.io/) out of the box. |[Docs](./code/nrf-connect/samples/ble/README.md)| +|[samples/blinky](./code/nrf-connect/samples/blinky)| The classic "Hello, world" |-| |[samples/soil_read_loop](./code/nrf-connect/samples/soil_read_loop)| Read the soil moisture sensor on a loop. Useful for experimenting and calibrating the sensor. |-| # Documentation