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

@@ -41,5 +41,5 @@ class ManifestValidationError(ManifestException):
def __str__(self):
return (
"Invalid manifest fields: %s. \nPlease check specification -> "
"http://docs.platformio.org/page/librarymanager/config.html" % self.messages
"htts://docs.platformio.org/page/librarymanager/config.html" % self.messages
)