Skip to content

Commit 16f1c90

Browse files
committed
fix links
1 parent 677f242 commit 16f1c90

File tree

5 files changed

+5
-9
lines changed

5 files changed

+5
-9
lines changed

bluetooth/apps-and-examples.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ Below is a curated list of some Bluetooth applications you might like to read ab
2929

3030
- [micro:bit Blue App for Android](https://github.com/microbit-foundation/microbit-blue)
3131

32-
- [droidscript microbit](http://www.microbit-js.org/controlling-microbit-with-droidscript/)
33-
34-
- [droidscript plugin](http://www.microbit-js.org/installing-the-microbit-plugin-for-droidscript/)
35-
3632
- [Kitronik Move](https://play.google.com/store/apps/details?id=com.kitronik.blemove) - Android app that presents a D-Pad interface to control a micro:bit over Bluetooth LE.
3733

3834
- [Workbench](https://edu.workbencheducation.com/partners/microbit) is a multi-device coding canvas for block-based programming that connects with BLE devices via Chrome Web Bluetooth.

latest-revision/latest-revision-editors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Please note that we do as much development as possible in the open, so if you’
2525

2626
- [microbit-dal](https://github.com/lancaster-university/microbit-dal)
2727

28-
- [CODAL](https://github.com/microbit-foundation/codal/)
28+
- [CODAL](https://github.com/lancaster-university/codal-microbit-v2)
2929

3030
- [microbit](https://github.com/lancaster-university/microbit)
3131

@@ -47,7 +47,7 @@ Mbed does not support the nRF52833 by default, though The Foundation does intend
4747

4848
### Building CODAL
4949

50-
The [instructions for building CODAL](https://github.com/microbit-foundation/codal/blob/master/mb-build-instructions.md) are located in the micro:bit CODAL repository. The final link is TBC and may change.
50+
The [instructions for building CODAL](https://github.com/lancaster-university/microbit-v2-samples) are located in the micro:bit CODAL repository. The final link is TBC and may change.
5151

5252
## If you’re using MicroPython
5353

software/hex-format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The latest board revision introduces a superset of the Intel-Hex format that ena
2626
A **Universal Hex** hex file will work on a V1 or V2 board.
2727
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.
2828

29-
A [Universal Hex JavaScript Library](https://github.com/microbit-foundation/microbit-universal-hex) has been written to implement the format and associated detailed [specification of the Universal Hex format]https://github.com/microbit-foundation/spec-universal-hex).
29+
A [Universal Hex JavaScript Library](https://github.com/microbit-foundation/microbit-universal-hex) has been written to implement the format and associated detailed [specification of the Universal Hex format](https://github.com/microbit-foundation/spec-universal-hex).
3030

3131
## Universal Hex Creator
3232

software/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Here's a non-exhaustive list of possible code editors for use with the micro:bit
8383

8484
- [Kittenblock](https://www.kittenbot.cc/pages/software)
8585

86-
- [Kodu](https://www.kodugamelab.com/resources/bbc-microbit/)
86+
- [Kodu](https://www.kodugamelab.com/resources/#microbit)
8787

8888
- [MATLAB & Simulink](https://uk.mathworks.com/academia/highschool/courseware/microbit.html)
8989

software/runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Mbed also provides an online C/C++ IDE with which you can program the micro:bit.
9797

9898
### Mbed Source Code and Versions Used
9999

100-
The Mbed repository for micro:bit is [https://github.com/lancaster-university/mbed-classic](https://github.com/lancaster-university/mbed-classic), this is a fork of Mbed OS 2 (classic) with changes and fixes needed for the micro:bit project. This is the version of Mbed used with the offline DAL toolchain, [Mbed Online Compiler](https://ide.mbed.com/compiler/), and the [online editors on microbit.org](https://microbit.org/code).
100+
The Mbed repository for micro:bit is [https://github.com/lancaster-university/mbed-classic](https://github.com/lancaster-university/mbed-classic), this is a fork of Mbed OS 2 (classic) with changes and fixes needed for the micro:bit project. This is the version of Mbed used with the offline DAL toolchain, [Mbed Online Compiler](https://os.mbed.com/handbook/mbed-Compiler), and the [online editors on microbit.org](https://microbit.org/code).
101101

102102
micro:bit was based on the well-established Mbed 2.0 SDK, with which Mbed 5 is compatible. Work is ongoing to [bring the micro:bit runtime onto Mbed 5](https://github.com/lancaster-university/microbit-dal/issues/224).
103103

0 commit comments

Comments
 (0)