From 01bb18902893c5124d6b4050fa36ec2ab1c2f03d Mon Sep 17 00:00:00 2001 From: Ellis Percival <flyte@failcode.co.uk> Date: Thu, 21 Jan 2021 09:59:07 +0000 Subject: [PATCH] Fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b05565..fa058e4 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Exposes general purpose IO (GPIO), hardware sensors and serial devices to an MQTT server, enabling remote monitoring and control. This allows pins to be read and switched by reading or writing messages to MQTT topics. The streams and I2C sensors will be read periodically and publish their values. -Visit the [GitHub Wiki](/flyte/pi-mqtt-gpio/wiki/Home) for more detailed information. +Visit the [GitHub Wiki](https://github.com/flyte/pi-mqtt-gpio/wiki/Home) for more detailed information. ## Supported Hardware -- GitLab