Update links, README, contributing, etc.

This commit is contained in:
Scott Lahteine
2020-07-23 20:59:43 -05:00
parent b73ac40fa3
commit 8b637e436c
76 changed files with 91 additions and 92 deletions

View File

@@ -100,7 +100,7 @@ void inverse_kinematics(const xyz_pos_t &raw) {
/**
* Morgan SCARA Inverse Kinematics. Results in 'delta'.
*
* See http://forums.reprap.org/read.php?185,283327
* See https://reprap.org/forum/read.php?185,283327
*
* Maths and first version by QHARLEY.
* Integrated into Marlin and slightly restructured by Joachim Cerny.