diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-01-04 11:27:36 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-01-04 11:27:36 -0800 |
| commit | 4bf7c6fb6e560200b988e1ba9505d12bb34e8975 (patch) | |
| tree | d28de250417862736efd339b76f7ed6ef142d1f0 /docs | |
| parent | b6093a24527bea1015b27ee70c0716c5854e6e45 (diff) | |
Use full link because relative links don't work.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/drivers.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/drivers.rst b/docs/drivers.rst index 86d0e428b..474022b28 100644 --- a/docs/drivers.rst +++ b/docs/drivers.rst @@ -8,8 +8,8 @@ These are drivers available in separate GitHub repos. Register Library <http://adafruit-micropython-register.readthedocs.io/en/latest/> RGB Displays <http://micropython-rgb.readthedocs.io/> Analog-to-digital converters: ADS1015 and ADS1115 <http://micropython-ads1015.readthedocs.io/> - DS3231 Real-time Clock (Precision RTC) </projects/ds3231/en/latest/> - PCF8523 Real-time Clock (Adalogger RTC) </projects/pcf8523/en/latest/> + DS3231 Real-time Clock (Precision RTC) <https://circuitpython.readthedocs.io/projects/ds3231/en/latest/> + PCF8523 Real-time Clock (Adalogger RTC) <https://circuitpython.readthedocs.io/projects/pcf8523/en/latest/> TCS34725 Color Sensor <http://micropython-tcs34725.readthedocs.io/> TSL2561 Light Sensor <http://micropython-tsl2561.readthedocs.io/> PCA9685 Motor and Servo Controllers <http://micropython-pca9685.readthedocs.io/> |
