This is an automated email from the ASF dual-hosted git repository.
janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git
The following commit(s) were added to refs/heads/master by this push:
new 4d1055b0 porting/linux: Fix link in README
4d1055b0 is described below
commit 4d1055b014f57351aed4eb0d877cbcd8fa7afd97
Author: Szymon Janc <[email protected]>
AuthorDate: Wed Jan 24 09:05:17 2024 +0100
porting/linux: Fix link in README
Readme was using very old (dead) link to BLE guide.
---
porting/examples/linux/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/porting/examples/linux/README.md b/porting/examples/linux/README.md
index 562da266..c7e25655 100644
--- a/porting/examples/linux/README.md
+++ b/porting/examples/linux/README.md
@@ -23,7 +23,7 @@
## Overview
-See (https://mynewt.apache.org/network/ble/ble_intro/).
+See https://mynewt.apache.org/latest/network
## Building