From 24a5e98294e9082a40b370afc242ea5a678c9c5f Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Fri, 2 May 2025 18:51:11 +0200 Subject: [PATCH] fix a broken handbook url --- Handbook/src/appendix/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Handbook/src/appendix/changelog.md b/Handbook/src/appendix/changelog.md index f045b621..49de8fd1 100644 --- a/Handbook/src/appendix/changelog.md +++ b/Handbook/src/appendix/changelog.md @@ -26,7 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Revamped [SenseCom documentation](../getting-started/sensecom) in order to divide the SenseCom instructions section into [Bluetooth Low Energy instructions for SenseCom](../getting-started/sensecom/bluetooth-low-energy) and [Bluetooth Serial instructions for SenseCom](../getting-started/sensecom/bluetooth-serial) sections. - Added [Bluetooth Low Energy instructions for SenseCom](../getting-started/sensecom/bluetooth-low-energy). - Added [Bluetooth Serial instructions for Android](../getting-started/sensecom/bluetooth-serial/android.html). -- Added [SGBLE and SGBLExx Rust Dependency Licenses](../license/sgble-sgblexx-rust-dependencies). +- Added [SGBLE and SGBLExx Rust Dependency Licenses](../license/sgble-sgblexx-rust-dependencies.html). - Bumped the [mdbook-epub](https://github.com/Michael-F-Bryan/mdbook-epub) crate to `v0.4.x`. - Additional minor fixes and improvements that may not be listed here.