forked from platformio/platformio-core
Force docs to HTTPS
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user