Moved PlatformIO source code and repos from Ivan Kravets's account to PlatformIO Organisation

This commit is contained in:
Ivan Kravets
2015-03-25 11:34:48 +02:00
parent a013834651
commit cbcbf27d23
45 changed files with 112 additions and 112 deletions

View File

@@ -89,7 +89,7 @@ def generate_packages(packages):
lines.append("""
.. warning::
**Linux Users:** Don't forget to install "udev" rules file
`99-platformio-udev.rules <https://github.com/ivankravets/platformio/blob/develop/scripts/99-platformio-udev.rules>`_ (an instruction is located in the file).
`99-platformio-udev.rules <https://github.com/platformio/platformio/blob/develop/scripts/99-platformio-udev.rules>`_ (an instruction is located in the file).
""")
return "\n".join(lines)