diff options
author | Sven Gothel <[email protected]> | 2022-11-03 02:39:00 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-11-03 02:39:00 +0100 |
commit | 0cab133c4ced3155e9e8eef8ddf12ccc57e156bd (patch) | |
tree | 4f4f6a9be44bda106ea0ee94e8c4b83b0ef5b530 | |
parent | 49ea3d9d64a85361d2dd4a601558b3a8c1a5ffed (diff) |
README.md: Fix 'Further Readings' list
-rw-r--r-- | README.md | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -24,12 +24,10 @@ The [Jau C++ and Java support library](https://jausoft.com/cgit/jaulib.git/about Below you can find a few notes about [*Direct-BT* Origins](#direct_bt_origins). -### Further Reading - -- [S. Gothel, *Direct-BT: BLE Programming with C++ & Java*, Nov 2022](https://jausoft.com/Files/direct_bt/doc/direct_bt-jughh2022.pdf) (pdf slides) -- [S. Gothel, *Direct-BT, Bluetooth Server and Client Programming in C++ and Java (Part 1)*, May 2022](https://jausoft.com/blog/2022/05/22/direct-bt-bluetooth-server-and-client-programming-in-cpp-and-java_pt1/) -- [S. Gothel, *Direct-BT C++ Implementation Details (Part 1)*, May 2022](https://jausoft.com/blog/2022/05/22/direct-bt-implementation-details-pt1/) - +### Further Readings +- S. Gothel, [*Direct-BT: BLE Programming with C++ & Java*](https://jausoft.com/Files/direct_bt/doc/direct_bt-jughh2022.pdf), Nov 2022, pdf slides +- S. Gothel, [*Direct-BT, Bluetooth Server and Client Programming in C++ and Java (Part 1)*](https://jausoft.com/blog/2022/05/22/direct-bt-bluetooth-server-and-client-programming-in-cpp-and-java_pt1/), May 2022 +- S. Gothel, [*Direct-BT C++ Implementation Details (Part 1)*](https://jausoft.com/blog/2022/05/22/direct-bt-implementation-details-pt1/), May 2022 ## Details You will find a [detailed overview of *Direct-BT*](https://jausoft.com/projects/direct_bt/build/documentation/cpp/html/namespacedirect__bt.html#details) (C++) |