diff --git a/README.md b/README.md
index d6f8291baf..39f883e9bb 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,3 @@
# PlatformIO Documentation
-[http://docs.platformio.org/](http://docs.platformio.org/)
+[https://docs.platformio.org/](https://docs.platformio.org/)
diff --git a/_templates/footer.html b/_templates/footer.html
index 2068ed8cc1..f4b821248d 100644
--- a/_templates/footer.html
+++ b/_templates/footer.html
@@ -35,14 +35,14 @@
PlatformIO IDE\
PlatformIO Core (CLI)\
\
- Library Management\
+ Library Management\
\
Project Examples\
\
Desktop IDEs Integration\
- Continuous Integration\
+ Continuous Integration\
\
- Advanced Scripting API\
+ Advanced Scripting API\
\
\
\
@@ -50,9 +50,9 @@
PIO Plus\
\
\
\
- Pricing
\
- - Docs
\
+ - Docs
\
- Community
\
- Support
\
- Download
\
diff --git a/ide/qtcreator.rst b/ide/qtcreator.rst
index 2859a0ddd9..d33136c96c 100644
--- a/ide/qtcreator.rst
+++ b/ide/qtcreator.rst
@@ -177,7 +177,7 @@ Edit the content to match the code described below.
; Library options: dependencies, extra library storages
;
; Please visit documentation for the other options and examples
- ; http://docs.platformio.org/page/projectconf.html
+ ; https://docs.platformio.org/page/projectconf.html
[env:arduino_uno]
platform = atmelavr
diff --git a/ide/sublimetext.rst b/ide/sublimetext.rst
index 97ce033870..8d52faa6a7 100644
--- a/ide/sublimetext.rst
+++ b/ide/sublimetext.rst
@@ -184,7 +184,7 @@ Copy the source code which is described below to it.
; Library options: dependencies, extra library storages
;
; Please visit documentation for the other options and examples
- ; http://docs.platformio.org/page/projectconf.html
+ ; https://docs.platformio.org/page/projectconf.html
[env:arduino_uno]
platform = atmelavr
diff --git a/ide/visualstudio.rst b/ide/visualstudio.rst
index 2d334a2ae1..d576b5c7e5 100644
--- a/ide/visualstudio.rst
+++ b/ide/visualstudio.rst
@@ -137,7 +137,7 @@ Copy the source code which is described below to it.
; Library options: dependencies, extra library storages
;
; Please visit documentation for the other options and examples
- ; http://docs.platformio.org/page/projectconf.html
+ ; https://docs.platformio.org/page/projectconf.html
[env:arduino_uno]
platform = atmelavr
diff --git a/plus/unit-testing.rst b/plus/unit-testing.rst
index e91580a492..e3f4cac4d3 100644
--- a/plus/unit-testing.rst
+++ b/plus/unit-testing.rst
@@ -149,7 +149,7 @@ Workflow
; Library options: dependencies, extra library storages
;
; Please visit documentation for the other options and examples
- ; http://docs.platformio.org/page/projectconf.html
+ ; https://docs.platformio.org/page/projectconf.html
;
; Embedded platforms
diff --git a/quickstart.rst b/quickstart.rst
index a5847e41fe..c186639a89 100644
--- a/quickstart.rst
+++ b/quickstart.rst
@@ -148,7 +148,7 @@ The result of just generated ``platformio.ini``:
; Library options: dependencies, extra library storages
;
; Please visit documentation for the other options and examples
- ; http://docs.platformio.org/page/projectconf.html
+ ; https://docs.platformio.org/page/projectconf.html
[env:uno]
platform = atmelavr
diff --git a/tutorials/core/unit_testing_blink.rst b/tutorials/core/unit_testing_blink.rst
index 6585466fbe..d315b295d3 100644
--- a/tutorials/core/unit_testing_blink.rst
+++ b/tutorials/core/unit_testing_blink.rst
@@ -58,7 +58,7 @@ Source files
; Library options: dependencies, extra library storages
;
; Please visit documentation for the other options and examples
- ; http://docs.platformio.org/page/projectconf.html
+ ; https://docs.platformio.org/page/projectconf.html
[env:uno]