Skip to content

Commit c9dbc24

Browse files
committed
Fix doc links/formatting.
1 parent f2187cd commit c9dbc24

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/Command_line_config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Set the task stack size for the NimBLE core.
147147
- Options: 0 or 1, default is disabled (0)
148148
<br/>
149149

150-
## Extended advertising settings, For use with ESP32C3, ESP32S3, ESP32H2 ONLY!
150+
### Extended advertising settings, For use with ESP32C3, ESP32S3, ESP32H2 ONLY!
151151

152152
`CONFIG_BT_NIMBLE_EXT_ADV`
153153

docs/Migration_guide.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This guide describes the required changes to existing projects migrating from th
44

55
**The changes listed here are only the required changes that must be made**, and a short overview of options for migrating existing applications.
66

7-
For more information on the improvements and additions please refer to the [class documentation](https://h2zero.github.io/esp-nimble-cpp/annotated.html) and [Improvements and updates](Improvements_and_updates.md)
7+
For more information on the improvements and additions please refer to the [class documentation](https://h2zero.github.io/NimBLE-Arduino/annotated.html) and [Improvements and updates](Improvements_and_updates.md)
88

99
* [General Changes](#general-information)
1010
* [Server](#server-api)
@@ -266,9 +266,10 @@ Also now returns a pointer to `std::vector` instead of `std::map`.
266266

267267
<a name="remote-characteristics"></a>
268268
### Remote Characteristics
269-
`BLERemoteCharacteristic` (`NimBLERemoteCharacteristic`) There have been a few changes to the methods in this class:
269+
`BLERemoteCharacteristic` (`NimBLERemoteCharacteristic`)
270+
There have been a few changes to the methods in this class:
270271

271-
> `BLERemoteCharacteristic::writeValue` (`NimBLERemoteCharacteristic::writeValue`)
272+
> `BLERemoteCharacteristic::writeValue` (`NimBLERemoteCharacteristic::writeValue`)
272273
> `BLERemoteCharacteristic::registerForNotify` (`NimBLERemoteCharacteristic::registerForNotify`)
273274
274275
Now return true or false to indicate success or failure so you can choose to disconnect or try again.

0 commit comments

Comments
 (0)