mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
Mass replacement of http with https urls, fixed broken urls
This commit is contained in:
+2
-2
@@ -1,11 +1,11 @@
|
||||
# Documentation Source Folder
|
||||
|
||||
This folder contains source files of [ESP-IDF documentation](http://esp-idf.readthedocs.io/).
|
||||
This folder contains source files of [ESP-IDF documentation](https://esp-idf.readthedocs.io/).
|
||||
|
||||
The sources do not render well in GitHub and some information is not visible at all.
|
||||
|
||||
Use actual documentation generated instantly on each commit:
|
||||
|
||||
* Main server: http://esp-idf.readthedocs.io/ or http://esp-idf.rtfd.io/
|
||||
* Main server: https://esp-idf.readthedocs.io/ or http://esp-idf.rtfd.io/
|
||||
* Mirror: https://dl.espressif.com/doc/esp-idf/latest/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user