From 117b257336c33b8caccccbeeefcdb0808954b3a9 Mon Sep 17 00:00:00 2001 From: rbaron Date: Wed, 3 May 2023 19:56:07 +0200 Subject: [PATCH] Update README.md Fix wiki link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e1abae..380f451 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ This repository also hosts a few different firmware samples for b-parasite. |[samples/input](./code/nrf-connect/samples/input)| Handles button presses. Useful for power profiling GPIO interrupts and testing debouncing for push switches on [boards that have them](https://github.com/rbaron/b-parasite/wiki/Hardware-Versions). |-| # Documentation -Information about how to order, assemble, build the samples, protect the sensor and flash the firmware is on [the Wiki](https://github.com/rbaron/b-parasite/wiki/How-to-Program). +Information about how to order, assemble, build the samples, protect the sensor and flash the firmware is on [the Wiki](https://github.com/rbaron/b-parasite/wiki). # Repository Organization * [code/nrf-connect/](./code/nrf-connect/) - Common library and samples, built with Nordic's [nRF Connect SDK](https://www.nordicsemi.com/Products/Development-software/nrf-connect-sdk).