Force docs to HTTPS

This commit is contained in:
Ivan Kravets
2020-02-16 21:25:30 +02:00
parent 43664672fc
commit b8c9eee8af
4 changed files with 4 additions and 4 deletions

View File

@ -301,6 +301,6 @@ class TestDirNotExists(PlatformioException):
"A test folder '{0}' does not exist.\nPlease create 'test' "
"directory in project's root and put a test set.\n"
"More details about Unit "
"Testing: http://docs.platformio.org/page/plus/"
"Testing: https://docs.platformio.org/page/plus/"
"unit-testing.html"
)