Skip to content

Commit a1401e3

Browse files
committed
fix links
1 parent 09c6b6a commit a1401e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

latest-revision/latest-revision-editors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The latest board revision introduces a superset of the Intel-Hex format that ena
9898
A **Universal Hex** hex file will work on a V1 or V2 board.
9999
A clear indication that you are working with this format is that a compiled .hex file will be ~1.8Mb as opposed to ~700Kb in size.
100100

101-
We have created a [Universal Hex Creator](../software/universal-hex-creator) tool, to easily create a .hex file that will support all micro:bit variants.
101+
We have developed a [Universal Hex Creator](../../software/universal-hex-creator) tool, to easily create a .hex file that will support all micro:bit variants.
102102

103103
This tool is based on a [Universal Hex JavaScript Library](https://github.com/microbit-foundation/microbit-universal-hex), written to implement the format and associated detailed [specification of the Universal Hex format](https://github.com/microbit-foundation/universal-hex/). Please [get in contact](mailto:[email protected]?subject=Request%20for%20access%20to%20Universal%20hex&20spec&body=Name%3A%0D%0A%0D%0AGitHub%20ID%3A) if you require access to the specification.
104104

software/hex-format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ A [Universal Hex JavaScript Library](https://github.com/microbit-foundation/micr
3030

3131
## Universal Hex Creator
3232

33-
We have created a [Universal Hex Creator](./universal-hex-creator) tool, to easily create a .hex file that will support all micro:bit variants.
33+
We have created a [Universal Hex Creator](../universal-hex-creator) tool, to easily create a .hex file that will support all micro:bit variants.
3434

3535
This tool is based on the [Universal Hex JavaScript Library](https://github.com/microbit-foundation/microbit-universal-hex).
3636

0 commit comments

Comments
 (0)