Updating Repo URLs in Contribution Guide (#143)

This commit is contained in:
Florian Mösch 2019-02-01 21:26:18 +01:00 committed by Otto Winter
parent 13febfa466
commit c801e4de65
1 changed files with 3 additions and 3 deletions

View File

@ -8,9 +8,9 @@ Contributing
Contributions to the esphomelib suite are very welcome! All the code for the projects
is hosted on GitHub and you can find the sources here:
- `esphomelib <https://github.com/OttoWinter/esphomelib>`__ (The C++ framework)
- `esphomeyaml <https://github.com/OttoWinter/esphomeyaml>`__ (The Python YAML to C++ transpiler)
- `esphomedocs <https://github.com/OttoWinter/esphomedocs>`__ (The documentation which you're reading here)
- `ESPHome-Core <https://github.com/esphome/ESPHome-Core>`__ (The C++ framework)
- `ESPHome <https://github.com/esphome/ESPHome>`__ (The Python YAML to C++ transpiler)
- `ESPHome-Docs <https://github.com/esphome/ESPHome-Docs>`__ (The documentation which you're reading here)
Just clone the repository locally, do the changes for your new feature/bug fix and submit
a pull request. I will try to take a look at your PR as soon as possible.