From c91b23fd26ac9d57562debf8f2708f35a2f38346 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 4 Feb 2018 13:04:08 +0000 Subject: [PATCH] Correct old robotics links --- content/projects/morse-code-decoder.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/projects/morse-code-decoder.md b/content/projects/morse-code-decoder.md index 8216d3e..5e2b9e5 100644 --- a/content/projects/morse-code-decoder.md +++ b/content/projects/morse-code-decoder.md @@ -6,7 +6,7 @@ subtitle: A JSON file to help decode morse-code It's not often people need to decode text into morse code (and visa-versa), but if I had something like this when I needed to, it would have saved me hours of time! -I originally needed this for the [Student Robotics 2015](/robotics/2015/) entry, to convert a string message into morse code that would be transmitted using LEDs, for aesthetics and debugging. Unfortunately due to a fixed time frame, this idea was scraped before it could be fully implemented. However, the decoder worked perfectly! +I originally needed this for the [Student Robotics 2015](/robotics/student-robotics/2015/) entry, to convert a string message into morse code that would be transmitted using LEDs, for aesthetics and debugging. Unfortunately due to a fixed time frame, this idea was scraped before it could be fully implemented. However, the decoder worked perfectly! ## Usage