Refactor dev/platforms and frameworks docs

This commit is contained in:
Ivan Kravets
2018-02-03 01:34:01 +02:00
parent 17dc5f594f
commit 195444b253
3 changed files with 212 additions and 102 deletions

View File

@ -98,8 +98,8 @@ class UndefinedPackageVersion(PlatformioException):
class PackageInstallError(PlatformioException):
MESSAGE = ("Could not install '{0}' with version requirements '{1}' "
"for your system '{2}'.\n"
"More details: http://bit.ly/faq-package-manager")
"for your system '{2}'.\n\n"
"Please try this solution -> http://bit.ly/faq-package-manager")
class FDUnrecognizedStatusCode(PlatformioException):