Skip to content

Commit 40d9846

Browse files
committed
Fix links in interactive troubleshooter
1 parent 2e6431d commit 40d9846

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

resources/troubleshooter/data.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
},
6363
{
6464
"answer": "No",
65-
"message": "There is an external On|Off switch connector. If you are not connecting a switch, you must connect a loop of wire between the two terminals. See the preparation section in <a href=\"ROOT_URL/kit/assembly\" target=\"_blank\">kit assembly</a> for more details."
65+
"message": "There is an external On|Off switch connector. If you are not connecting a switch, you must connect a loop of wire between the two terminals. See the preparation section in <a href=\"ROOT_URL/tutorials/assembly\" target=\"_blank\">kit assembly</a> for more details."
6666
}
6767
]
6868
},
@@ -157,7 +157,7 @@
157157
},
158158
{
159159
"answer": "No",
160-
"message": "Connect the Ruggeduino to the Power Board as described <a href=\"ROOT_URL/kit/ruggeduino\" target=\"_blank\">in the Docs</a>.",
160+
"message": "Connect the Ruggeduino to the Power Board as described <a href=\"ROOT_URL/kit/arduino\" target=\"_blank\">in the Docs</a>.",
161161
"ask_if_fixed": true,
162162
"next_question": "io-board-dead"
163163
}
@@ -196,7 +196,7 @@
196196
"answers": [
197197
{
198198
"answer": "My peripherals are fine",
199-
"message": "You may well have mixed up an IO pin index in your code, remember they are <a href=\"//en.wikipedia.org/wiki/Zero-based_numbering\">zero-indexed</a> &mdash; double check your pin indexing.<br />Make sure you are using the right pins for your type of output (digital or analouge) as per <a href=\"ROOT_URL/programming/sr/ruggeduinos/\" target=\"_blank\">the docs</a>.<br /><br />If you continue to have difficulties then consider posting in the <a href=\"/docs/team_admin/discord\" target=\"_blank\">Discord</a>."
199+
"message": "You may well have mixed up an IO pin index in your code, remember they are <a href=\"//en.wikipedia.org/wiki/Zero-based_numbering\">zero-indexed</a> &mdash; double check your pin indexing.<br />Make sure you are using the right pins for your type of output (digital or analouge) as per <a href=\"ROOT_URL/programming/arduino/\" target=\"_blank\">the docs</a>.<br /><br />If you continue to have difficulties then consider posting in the <a href=\"/docs/team_admin/discord\" target=\"_blank\">Discord</a>."
200200
},
201201
{
202202
"answer": "I need help with my peripherals",
@@ -281,7 +281,7 @@
281281
},
282282
{
283283
"answer": "Red",
284-
"message": "The <a href=\"ROOT_URL/kit/motor_board\" target=\"_blank\">Motor Board</a>'s power connection is most likely back to front. Adjust the connection to the Power Board as described <a href=\"ROOT_URL/kit/assembly#Connections\" target=\"_blank\">in the docs</a>.",
284+
"message": "The <a href=\"ROOT_URL/kit/motor_board\" target=\"_blank\">Motor Board</a>'s power connection is most likely back to front. Adjust the connection to the Power Board as described <a href=\"ROOT_URL/tutorials/assembly#Connections\" target=\"_blank\">in the docs</a>.",
285285
"ask_if_fixed": true,
286286
"next_question": "motor-board-usb"
287287
},

0 commit comments

Comments
 (0)