Skip to content

Commit

Permalink
Switch to HTTPS // Resolve #31
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Aug 15, 2018
1 parent 757d976 commit 042e123
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# PlatformIO Documentation

[http://docs.platformio.org/](http://docs.platformio.org/)
[https://docs.platformio.org/](https://docs.platformio.org/)
14 changes: 7 additions & 7 deletions _templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,24 +35,24 @@
<li role="menuitem"><a href="https://platformio.org/platformio-ide"><i class="fa fa-cube"></i>PlatformIO IDE</a></li>\
<li role="menuitem"><a href="https://platformio.org/install/cli"><i class="fa fa-cogs"></i>PlatformIO Core (CLI)</a></li>\
<li role="separator" class="divider"></li>\
<li role="menuitem"><a href="http://docs.platformio.org/page/librarymanager/index.html"><i class="fa fa-code"></i>Library Management</a></li>\
<li role="menuitem"><a href="https://docs.platformio.org/page/librarymanager/index.html"><i class="fa fa-code"></i>Library Management</a></li>\
<li role="separator" class="divider"></li>\
<li role="menuitem"><a href="https://github.com/platformio/platformio-examples" target="_blank"><i class="fa fa-graduation-cap"></i>Project Examples</a></li>\
<li role="separator" class="divider"></li>\
<li role="menuitem"><a href="https://platformio.org/install/integration"><i class="fa fa-cube"></i>Desktop IDEs Integration</a></li>\
<li role="menuitem"><a href="http://docs.platformio.org/page/ci/index.html"><i class="fa fa-refresh"></i>Continuous Integration</a></li>\
<li role="menuitem"><a href="https://docs.platformio.org/page/ci/index.html"><i class="fa fa-refresh"></i>Continuous Integration</a></li>\
<li role="separator" class="divider"></li>\
<li role="menuitem"><a href="http://docs.platformio.org/page/projectconf/advanced_scripting.html"><i class="fa fa-wrench"></i>Advanced Scripting API</a></li>\
<li role="menuitem"><a href="https://docs.platformio.org/page/projectconf/advanced_scripting.html"><i class="fa fa-wrench"></i>Advanced Scripting API</a></li>\
</ul>\
</li>\
<li class="dropdown">\
<a role="button" data-target="#" href="https://platformio.org/pricing" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><i class="fa fa-cube fa-lg"></i>\
PIO Plus<span class="caret"></span>\
</a>\
<ul class="dropdown-menu" role="menu">\
<li role="menuitem"><a href="http://docs.platformio.org/page/plus/pio-remote.html"><i class="fa fa-globe"></i>PIO Remote&trade;</a></li>\
<li role="menuitem"><a href="http://docs.platformio.org/page/plus/debugging.html"><i class="fa fa-bug"></i>PIO Unified Debugger</a></li>\
<li role="menuitem"><a href="http://docs.platformio.org/page/plus/unit-testing.html"><i class="fa fa-puzzle-piece"></i>PIO Unit Testing</a></li>\
<li role="menuitem"><a href="https://docs.platformio.org/page/plus/pio-remote.html"><i class="fa fa-globe"></i>PIO Remote&trade;</a></li>\
<li role="menuitem"><a href="https://docs.platformio.org/page/plus/debugging.html"><i class="fa fa-bug"></i>PIO Unified Debugger</a></li>\
<li role="menuitem"><a href="https://docs.platformio.org/page/plus/unit-testing.html"><i class="fa fa-puzzle-piece"></i>PIO Unit Testing</a></li>\
<li role="separator" class="divider"></li>\
<li role="menuitem"><a href="https://platformio.org/install/integration"><i class="fa fa-cloud"></i>Cloud IDEs Integration</a></li>\
<li role="separator" class="divider"></li>\
Expand All @@ -77,7 +77,7 @@
</ul>\
<ul class="nav navbar-nav navbar-right">\
<li><a href="https://platformio.org/pricing"><i class="fa fa-shopping-cart fa-lg"></i>Pricing</a></li>\
<li class="active"><a href="http://docs.platformio.org"><i class="fa fa-book fa-lg"></i>Docs</a></li>\
<li class="active"><a href="https://docs.platformio.org"><i class="fa fa-book fa-lg"></i>Docs</a></li>\
<li><a href="https://community.platformio.org/"><i class="fa fa-comments-o fa-lg"></i>Community</a></li>\
<li><a href="https://platformio.org/support"><i class="fa fa-question-circle fa-lg"></i>Support</a></li>\
<li class="nav-pio-install"><a href="https://platformio.org/platformio-ide"><i class="fa fa-download fa-lg"></i>Download</a></li>\
Expand Down
2 changes: 1 addition & 1 deletion ide/qtcreator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ide/sublimetext.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ide/visualstudio.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plus/unit-testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tutorials/core/unit_testing_blink.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 042e123

Please sign in to comment.