mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
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