Skip to content

Commit 6091d52

Browse files
authored
Fix broken link (#8441)
Fix the link to the certificate bundle instructions.
1 parent 1da0ca8 commit 6091d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: libraries/WiFiClientSecure/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ certificate for a given server. This allows the client to connect to all public
3434

3535
To use this feature in PlatformIO:
3636
1. create a certificate bundle as described in the document below, or obtain a pre-built one you trust:
37-
https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/protocols/esp_crt_bundle.htm
37+
https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/protocols/esp_crt_bundle.html
3838
(gen_crt_bundle.py can be found in the /tools folder)
3939
a. note: the full bundle will take up around 64k of flash space, but has minimal RAM usage, as only
4040
the index of the certificates is kept in RAM

0 commit comments

Comments
 (0)