Skip to content

Commit e35f23b

Browse files
committed
Add missing trailing slash to this robots docs link
Without the trailing slash, links on the robots page don't work properly. We should definitely fix that, however this works around the issue for now.
1 parent 00a63a1 commit e35f23b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/api/arduino.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The first few digital pins are occupied by digital inputs, the next few by
2727
digital outputs, and the analogue pins are attached to ultrasound sensors.
2828

2929
To find out how many inputs and outputs each type of robot has, check the
30-
[robot docs](../../robots).
30+
[robot docs](../../robots/).
3131

3232
You won't be able to change pin mode like in
3333
a physical robot (see below), but pins 0 and 1 are still unavailable.

0 commit comments

Comments
 (0)