Skip to content

Commit 6698ff2

Browse files
committed
Update micropython links
1 parent 1b5e00b commit 6698ff2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/hardware/10.mega/boards/giga-r1-wifi/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The GIGA R1 WiFi comes with a Murata LBEE5KL1DX-883 radio module for Wi-Fi/Bluet
3333
<Feature title="MicroPython" image="python">
3434
The GIGA R1 WiFi has support for MicroPython, which can be set up in just minutes.
3535

36-
<FeatureLink title="Install MicroPython" url="/tutorials/giga-r1-wifi/giga-micropython"/>
36+
<FeatureLink title="Install MicroPython" url="/micropython/basics/board-installation"/>
3737
</Feature>
3838

3939
<Feature title="USB" image="usb">

content/hardware/10.mega/boards/giga-r1-wifi/tutorials/giga-micropython/giga-micropython.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: Karl Söderby
55
tags: [MicroPython, dfu-util]
66
---
77

8-
***To learn more about MicroPython, please visit [MicroPython with Arduino](/micropythonn). This article is specific only to the GIGA R1 board.***
8+
***Please note: MicroPython documentation for all boards has moved to [MicroPython Docs Page](/micropython). Please refer to that page for the most up to date documentation.***
99

1010
[MicroPython](https://micropython.org/) is an implementation of Python in a *micro* format. It can be installed on the GIGA R1, where instead of compiling and uploading sketches, the board has a built-in interpreter that converts Python code to machine code in runtime.
1111

0 commit comments

Comments
 (0)