Skip to content

Commit f2a2896

Browse files
authored
Update LR links (#2252)
1 parent fa0d46f commit f2a2896

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ external: true
55
icon: IconArduino
66
links:
77
[
8-
{ title: "Serial", url: https://www.arduino.cc/reference/en/language/functions/communication/serial/ },
9-
{ title: "Wire", url: https://www.arduino.cc/reference/en/language/functions/communication/wire/ },
10-
{ title: "Print", url: https://www.arduino.cc/reference/en/language/functions/communication/print/ },
11-
{ title: "attachInterrupt()", url: https://www.arduino.cc/reference/en/language/functions/external-interrupts/attachinterrupt/ },
12-
{ title: "pinMode()", url: https://www.arduino.cc/reference/en/language/functions/digital-io/pinmode/ },
13-
{ title: "String()", url: https://www.arduino.cc/reference/en/language/variables/data-types/stringobject/ },
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/ },
11+
{ title: "attachInterrupt()", url: https://docs.arduino.cc/language-reference/en/functions/external-interrupts/attachInterrupt/ },
12+
{ title: "pinMode()", url: https://docs.arduino.cc/language-reference/en/functions/digital-io/pinMode/ },
13+
{ title: "String()", url: https://docs.arduino.cc/language-reference/en/variables/data-types/stringObject/ },
1414
]
1515
---

0 commit comments

Comments
 (0)