mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
fix typo in URL (#3432)
This commit is contained in:
@ -41,5 +41,5 @@ class ManifestValidationError(ManifestException):
|
||||
def __str__(self):
|
||||
return (
|
||||
"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