From 726d5c411cdc9a6409b86baa18ac7c3bd2c4ad25 Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Thu, 26 Nov 2020 16:09:34 +0000 Subject: [PATCH 1/2] Remove projects@drogon.net contact from build --- build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build b/build index b22ff18..59d01bb 100755 --- a/build +++ b/build @@ -36,8 +36,8 @@ check_make_ok() { echo "" echo "Make Failed..." echo "Please check the messages and fix any problems. If you're still stuck," - echo "then please email all the output and as many details as you can to" - echo " projects@drogon.net" + echo "then raise a GitHub issue with the output and as many details as you can" + echo " https://github.com/WiringPi/WiringPi/issues" echo "" exit 1 fi From 0bfff4e208f122688bd7c638f980386d8eae2bbc Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Thu, 26 Nov 2020 20:11:56 +0000 Subject: [PATCH 2/2] Update support contacts for INSTALL and gpio.1 --- INSTALL | 8 ++++++-- gpio/gpio.1 | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index 4e1df2e..3b11fa8 100644 --- a/INSTALL +++ b/INSTALL @@ -23,7 +23,11 @@ To un-install wiringPi: ./build uninstall -Gordon Henderson +For help and support see: -projects@drogon.net +* https://github.com/WiringPi/WiringPi/issues +* https://discord.gg/SM4WUVG + + +wiringPi originally created by Gordon Henderson https://projects.drogon.net/ diff --git a/gpio/gpio.1 b/gpio/gpio.1 index a71aaae..d610a03 100644 --- a/gpio/gpio.1 +++ b/gpio/gpio.1 @@ -337,7 +337,7 @@ Gordon Henderson .SH "REPORTING BUGS" -Please report bugs to +Please report bugs to https://github.com/WiringPi/WiringPi/issues .SH COPYRIGHT