From d631fa8e4bbfdea7f034411a733b4ae2caf71fa2 Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Sun, 22 Dec 2024 13:33:07 -0800 Subject: [PATCH] [wpimath] Fix algorithm link (NFC) (#7569) Fixes #7568. --- wpimath/algorithms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpimath/algorithms.md b/wpimath/algorithms.md index 96602dfced..a413894887 100644 --- a/wpimath/algorithms.md +++ b/wpimath/algorithms.md @@ -674,7 +674,7 @@ rĖ‚ = ð‘Ģ⃗ / ||ð‘Ģ⃗|| ## Closed form solution for an Exponential Motion Profile -### [Derivation of continuous-time model](wpimath/algorithms/docs/ExponentialProfileModel.py) +### [Derivation of continuous-time model](wpimath/algorithms/ExponentialProfileModel.py) ### Heuristic for input direction in Exponential Profile