summaryrefslogtreecommitdiff
path: root/csc-new.html
diff options
context:
space:
mode:
authorHaoran S. Diao <0@hairydiode.xyz>2019-01-31 16:13:29 -0500
committerHaoran S. Diao <0@hairydiode.xyz>2019-01-31 16:13:29 -0500
commita0d5737366d1bf0bb5f243798a6b92a58cca653b (patch)
treeca0db0d51e87fea440c079ff3fa24adf1381cc1f /csc-new.html
parent5c9a1825ebb5f3c32bd855b93fa4eb7d710e0b8d (diff)
Updated something in the instructions
Diffstat (limited to 'csc-new.html')
-rw-r--r--csc-new.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/csc-new.html b/csc-new.html
index 0aee567..0874aa3 100644
--- a/csc-new.html
+++ b/csc-new.html
@@ -87,7 +87,7 @@ The Servo Controller will poll the Backend for the desired state, communicate
this to the Arduinoi via the RS-232 Library, and return this desired state via
POST to the backend so as to update the actual state.
<a href="https://www.teuniz.net/RS-232/">RS-232 Library</a>
-<a href="https://hairydiode.xyz/cgit/ROBOARM.git/tree/RS232/">RS-232 Example</a>
+<a href="https://hairydiode.xyz/cgit/ROBOARM.git/tree/">RS-232 Example</a>
<a href="https://curl.haxx.se/libcurl/c/">cURL API</a>
<a href-"https://curl.haxx.se/libcurl/c/example.html">cURL Code Examples</a>