Fixed URIs

This commit is contained in:
thenetworkgrinch
2023-03-29 07:32:41 -05:00
parent d160c01364
commit 3a65fdfc24
110 changed files with 121 additions and 113 deletions

View File

@@ -1,5 +1,6 @@
/**
* Mathematics for swerve drives. Original second order kinematics was developed by Team 3181 <a
* href="https://github.com/pittsfordrobotics/ChargedUp2023/tree/master/src/main/java/com/team3181/lib/swerve">her.e</a>
* Mathematics for swerve drives. Original second order kinematics was developed by Team 3181
* <a href="https://github.com/pittsfordrobotics/ChargedUp2023/tree/master/src/main/java/com/team3181/lib/swerve">here.
* </a>
*/
package swervelib.math;