Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 22e9a21

Browse files
committedJan 24, 2025·
Merge branch 'main' into mcmchris/nicla-voice/user-manual-update
2 parents f2d83dd + 030c5a8 commit 22e9a21

File tree

370 files changed

+30746
-2981
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

370 files changed

+30746
-2981
lines changed
 

‎.github/workflows/workflow-validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- name: Run spell check
1919
run: |
20-
pip install codespell
20+
pip install codespell==2.3.0
2121
codespell -I "scripts/resources/spell-check-ignore-list.txt" --skip="*.svg,*.dxf,*.pdf" ./content/
2222
2323
lint:

‎content/hardware/02.hero/boards/uno-mini-limited-edition/product.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: UNO Mini Limited Edition
33
url_shop: https://store.arduino.cc/products/uno-mini-le
44
url_guide: /tutorials/uno-mini-le/uno-mini-le-guide
5-
primary_button_url: /tutorials/uno-mini-le/uno-mini-le-guide
5+
primary_button_url: /tutorials/uno-mini-limited-edition/uno-mini-le-guide
66
primary_button_title: Get Started
77
core: arduino:avr
88
productCode: '117'

0 commit comments

Comments
 (0)