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>
This commit is contained in:
parent
4e262bf83a
commit
14c92da96d
115 changed files with 251 additions and 251 deletions
|
@ -247,13 +247,13 @@ You can debug an application in the usual way. Here is an example for the
|
|||
:goals: debug
|
||||
|
||||
.. _STM32L496G Discovery website:
|
||||
http://www.st.com/en/evaluation-tools/32l496gdiscovery.html
|
||||
https://www.st.com/en/evaluation-tools/32l496gdiscovery.html
|
||||
|
||||
.. _STM32L496G Discovery board User Manual:
|
||||
http://www.st.com/resource/en/user_manual/dm00353127.pdf
|
||||
https://www.st.com/resource/en/user_manual/dm00353127.pdf
|
||||
|
||||
.. _STM32L496AG on www.st.com:
|
||||
http://www.st.com/en/microcontrollers/stm32l496ag.html
|
||||
https://www.st.com/en/microcontrollers/stm32l496ag.html
|
||||
|
||||
.. _STM32L496 reference manual:
|
||||
http://www.st.com/resource/en/reference_manual/DM00083560.pdf
|
||||
https://www.st.com/resource/en/reference_manual/DM00083560.pdf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue