commit | 14c92da96d5613b48610fa9bfe284528a814a4e6 | [log] [tgz] |
---|---|---|
author | Benjamin Cabé <benjamin@zephyrproject.org> | Tue Sep 26 10:57:38 2023 +0200 |
committer | Carles Cufí <carles.cufi@nordicsemi.no> | Tue Sep 26 16:55:08 2023 +0200 |
tree | cd892f89745751fe206339486f9fa92b648871a6 | |
parent | 4e262bf83a00803a9455a6a0c58e5a8da2d72fb9 [diff] |
doc: stm32: Update all st.com links to use HTTPS While recent browsers seem to transparently try to use https for http://www.st.com/... URLs, they are effectively not working anymore, so use https://www.st.com/... URLs instead. curl http://www.st.com/en/evaluation-tools/nucleo-g070rb.html -m 5 -v * Trying 104.89.117.48:80... * Connected to www.st.com (104.89.117.48) port 80 (#0) > GET /en/evaluation-tools/nucleo-g070rb.html HTTP/1.1 > Host: www.st.com > User-Agent: curl/8.1.2 > Accept: */* > * Operation timed out after 5002 milliseconds with 0 bytes received * Closing connection 0 curl: (28) Operation timed out after 5002 milliseconds with 0 bytes received Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>