From 208201f1607bf313167f920d086d7a5b3bc01fdd Mon Sep 17 00:00:00 2001 From: jbruce Date: Mon, 24 Dec 2018 19:48:50 -0500 Subject: [PATCH] - fixing links to docs --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c7fa7c1..fbd844f 100644 --- a/README.md +++ b/README.md @@ -116,5 +116,8 @@ along with this program. If not, see . ## Support & Contact Please use the issue tracker for project related issues. -If you're having trouble with hardware, I did too. Here is a [troubleshooting guide](https://github.com/jbruce12000/kiln-controller/blob/master/troubleshooting.md) I created for testing RPi gpio pins. -If you're having trouble setting PID values, I did too. Here is a [PID Tuning Guide](https://github.com/jbruce12000/kiln-controller/blob/master/pid_tuning.md) +If you're having trouble with hardware, I did too. Here is a [troubleshooting guide](https://github.com/jbruce12000/kiln-controller/blob/master/docs/troubleshooting.md) I created for testing RPi gpio pins. +If you're having trouble setting PID values, I did too. Here is a [PID Tuning Guide](https://github.com/jbruce12000/kiln-controller/blob/master/docs/pid_tuning.md) + +## Origin +This project was originally forked from https://github.com/apollo-ng/picoReflow but has diverged a large amount.