summaryrefslogtreecommitdiff
path: root/cont
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 /cont
parent5c9a1825ebb5f3c32bd855b93fa4eb7d710e0b8d (diff)
Updated something in the instructions
Diffstat (limited to 'cont')
-rw-r--r--cont/csc-new.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/cont/csc-new.html b/cont/csc-new.html
index 14a9a85..49739dd 100644
--- a/cont/csc-new.html
+++ b/cont/csc-new.html
@@ -71,7 +71,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>