Skip to content

Commit 77731c9

Browse files
authored
Merge pull request #678 from david-cermak/fix/modem_docs
[modem]: Fix docs to link tests correctly
2 parents 2442f6b + 2d97592 commit 77731c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/esp_modem/en/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ we need to timely interrupt to process incoming data. Here'are few suggestions t
197197
* Increase internal UART rx buffer size
198198
* Increase UART terminal task priority
199199
* Use UART flow control
200-
If none of the above helps, you can check the test ``target_ota``, which performs OTA in two steps -- first read the data, then pass the data to mbedTLS. See the test ``README.md`` for more details.
200+
If none of the above helps, you can check the test :component:`esp_modem/test/target_ota`, which performs OTA in two steps -- first read the data, then pass the data to mbedTLS. See the test ``README.md`` for more details.
201201

202202
Potential issues when using CMUX mode and these devices:
203203

0 commit comments

Comments
 (0)