diff --git a/content/hardware/04.pro/boards/portenta-h7-lite-connected/interactive/ABX00042-pinout.png b/content/hardware/04.pro/boards/portenta-h7-lite-connected/interactive/ABX00042-pinout.png index e5c0cd80ca..0dd1608e45 120000 Binary files a/content/hardware/04.pro/boards/portenta-h7-lite-connected/interactive/ABX00042-pinout.png and b/content/hardware/04.pro/boards/portenta-h7-lite-connected/interactive/ABX00042-pinout.png differ diff --git a/content/programming/01.language-reference/language-reference.md b/content/programming/01.language-reference/language-reference.md index 11d3953a51..2575a3b5f9 100644 --- a/content/programming/01.language-reference/language-reference.md +++ b/content/programming/01.language-reference/language-reference.md @@ -5,9 +5,9 @@ external: true icon: IconArduino links: [ - { title: "Serial", url: https://docs.arduino.cc/language-reference/en/functions/communication/Serial/ }, - { title: "Wire", url: https://docs.arduino.cc/language-reference/en/functions/communication/Wire/ }, - { title: "Print", url: https://docs.arduino.cc/language-reference/en/functions/communication/Print/ }, + { title: "Serial", url: https://docs.arduino.cc/language-reference/en/functions/communication/serial/ }, + { title: "Wire", url: https://docs.arduino.cc/language-reference/en/functions/communication/wire/ }, + { title: "Print", url: https://docs.arduino.cc/language-reference/en/functions/communication/print/ }, { title: "attachInterrupt()", url: https://docs.arduino.cc/language-reference/en/functions/external-interrupts/attachInterrupt/ }, { title: "pinMode()", url: https://docs.arduino.cc/language-reference/en/functions/digital-io/pinMode/ }, { title: "String()", url: https://docs.arduino.cc/language-reference/en/variables/data-types/stringObject/ }, diff --git a/package-lock.json b/package-lock.json index 6a8addc707..720efed846 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "ISC", "dependencies": { - "@arduino/docs-arduino-cc": "^2.0.22", + "@arduino/docs-arduino-cc": "^2.0.22-lr-hotfix", "gatsby": "^5.11.0", "gatsby-background-image": "^1.6.0", "gatsby-image": "^3.11.0", @@ -339,9 +339,9 @@ } }, "node_modules/@arduino/docs-arduino-cc": { - "version": "2.0.22", - "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/2.0.22/f2c7e61af6a07b191b2a0aae42375e6bed12d389", - "integrity": "sha512-AFo2n9wHPKN2p38nUMn3qgVbYx8XSQiGz6Lizr00AURAQwGE7SRgEWMj7r6OS20QOkX1OXD7ugpurGIgucqrDg==", + "version": "2.0.22-lr-hotfix", + "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/2.0.22-lr-hotfix/a97b83619051e3832bb593b9bf3a82f64c880ccd", + "integrity": "sha512-6xwkTD7poXgjaVCnHrL28Jsxc7kjpdzOYdrk5RFBxPBTdXrd5Cmr1uPh0zB0XDZbBuylP/mwyS6AGDXOzLMCuQ==", "dependencies": { "@algolia/autocomplete-core": "^1.10.0", "@algolia/autocomplete-plugin-recent-searches": "^1.17.0", diff --git a/package.json b/package.json index f7d9efb04b..8ff0390eca 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "homepage": "https://github.com/arduino/docs-content#readme", "dependencies": { - "@arduino/docs-arduino-cc": "^2.0.22", + "@arduino/docs-arduino-cc": "^2.0.22-lr-hotfix", "gatsby": "^5.11.0", "gatsby-background-image": "^1.6.0", "gatsby-image": "^3.11.0",