File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ Contributing
63
63
============
64
64
65
65
Contributions are welcome! Please read our `Code of Conduct
66
- <https://github.com/adafruit/Adafruit_CircuitPython_Adafruit_IO /blob/master/CODE_OF_CONDUCT.md> `_
66
+ <https://github.com/adafruit/Adafruit_CircuitPython_AdafruitIO /blob/master/CODE_OF_CONDUCT.md> `_
67
67
before contributing to help this project stay welcoming.
68
68
69
69
Documentation
Original file line number Diff line number Diff line change 28
28
)
29
29
30
30
__version__ = "0.0.0-auto.0"
31
- __repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Adafruit_IO .git"
31
+ __repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_AdafruitIO .git"
32
32
33
33
CLIENT_HEADERS = {"User-Agent" : "AIO-CircuitPython/{0}" .format (__version__ )}
34
34
You can’t perform that action at this time.
0 commit comments