forked from platformio/platformio-core
fix typo in URL (#3432)
This commit is contained in:
@ -41,5 +41,5 @@ class ManifestValidationError(ManifestException):
|
|||||||
def __str__(self):
|
def __str__(self):
|
||||||
return (
|
return (
|
||||||
"Invalid manifest fields: %s. \nPlease check specification -> "
|
"Invalid manifest fields: %s. \nPlease check specification -> "
|
||||||
"htts://docs.platformio.org/page/librarymanager/config.html" % self.messages
|
"https://docs.platformio.org/page/librarymanager/config.html" % self.messages
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user