Switch docs to HTTPS

This commit is contained in:
Ivan Kravets
2018-08-15 19:44:02 +03:00
parent d009b997bc
commit d448a0ec5c
20 changed files with 299 additions and 298 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
#
# INSTALLATION
#
# Please visit > http://docs.platformio.org/en/latest/faq.html#platformio-udev-rules
# Please visit > https://docs.platformio.org/en/latest/faq.html#platformio-udev-rules
#
#####################################################################################
+3 -3
View File
@@ -719,7 +719,7 @@ def update_project_examples():
{description}
* [Home](https://platformio.org/platforms/{name}) (home page in PlatformIO Registry)
* [Documentation](http://docs.platformio.org/page/platforms/{name}.html) (advanced usage, packages, boards, frameworks, etc.)
* [Documentation](https://docs.platformio.org/page/platforms/{name}.html) (advanced usage, packages, boards, frameworks, etc.)
# Examples
@@ -731,7 +731,7 @@ def update_project_examples():
{description}
* [Home](https://platformio.org/frameworks/{name}) (home page in PlatformIO Registry)
* [Documentation](http://docs.platformio.org/page/frameworks/{name}.html)
* [Documentation](https://docs.platformio.org/page/frameworks/{name}.html)
# Examples
@@ -803,7 +803,7 @@ def update_project_examples():
examples="\n".join(
framework_examples_md_lines[framework['name']])))
url = campaign_url(
"http://docs.platformio.org/en/latest/frameworks/%s.html#examples"
"https://docs.platformio.org/en/latest/frameworks/%s.html#examples"
% framework['name'],
source="github",
medium="examples")