Skip to content

Commit 556e718

Browse files
Update micropython doc location for V2
1 parent 1626d2c commit 556e718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

software/hex-format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ If you are building .hex files for both board variants, you will need to use the
5757

5858
## Micropython
5959

60-
See the [Micropython Hex file reference](https://microbit-micropython.readthedocs.io/en/latest/devguide/hexformat.html) for up to date information.
60+
See the [Micropython Hex file reference](https://microbit-micropython.readthedocs.io/en/v2-docs/devguide/hexformat.html) for up to date information.
6161

6262
MicroPython builds take a firmware.hex image (the MicroPython pre-compiled image) and appends your script to the end of it, in a fixed 8K region at a known address. When MicroPythons starts to run on the micro:bit, it looks for a signature at this fixed location, and uses that to determine whether to run the script, or drop directly to the REPL prompt.
6363

0 commit comments

Comments
 (0)