Skip to content

Commit 5f312bd

Browse files
committed
LR case sensitive
1 parent 229d051 commit 5f312bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/programming/01.language-reference/language-reference.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ external: true
55
icon: IconArduino
66
links:
77
[
8-
{ title: "Serial", url: https://docs.arduino.cc/language-reference/en/functions/communication/Serial/ },
9-
{ title: "Wire", url: https://docs.arduino.cc/language-reference/en/functions/communication/Wire/ },
10-
{ title: "Print", url: https://docs.arduino.cc/language-reference/en/functions/communication/Print/ },
8+
{ title: "Serial", url: https://docs.arduino.cc/language-reference/en/functions/communication/serial/ },
9+
{ title: "Wire", url: https://docs.arduino.cc/language-reference/en/functions/communication/wire/ },
10+
{ title: "Print", url: https://docs.arduino.cc/language-reference/en/functions/communication/print/ },
1111
{ title: "attachInterrupt()", url: https://docs.arduino.cc/language-reference/en/functions/external-interrupts/attachInterrupt/ },
1212
{ title: "pinMode()", url: https://docs.arduino.cc/language-reference/en/functions/digital-io/pinMode/ },
1313
{ title: "String()", url: https://docs.arduino.cc/language-reference/en/variables/data-types/stringObject/ },

0 commit comments

Comments
 (0)