From c77e0c484b629b143810c44d5fbc53c0a9be6c48 Mon Sep 17 00:00:00 2001 From: MengFuziComing~ <121215648+BenPaoDeXiaoZhi@users.noreply.github.com> Date: Mon, 19 Jan 2026 17:02:18 +0800 Subject: [PATCH] Fix the broken url for Platform page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit thereā€˜s a mistake that the "https" is written as "hhttps". --- software/runtime.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/runtime.md b/software/runtime.md index 813a092..06e4804 100644 --- a/software/runtime.md +++ b/software/runtime.md @@ -91,7 +91,7 @@ Of particular interest are the Mbed BLE projects, many of which were developed o ### Online IDE -Mbed also provides an online C/C++ IDE with which you can program the micro:bit. To get started with this, please see the [micro:bit Platform Page](hhttps://os.mbed.com/platforms/Microbit/) on the Mbed site, where there's a getting started video. +Mbed also provides an online C/C++ IDE with which you can program the micro:bit. To get started with this, please see the [micro:bit Platform Page](https://os.mbed.com/platforms/Microbit/) on the Mbed site, where there's a getting started video. ### Mbed Source Code and Versions Used