From 352371e8281bb1ca1fa23038c944412ec760897d Mon Sep 17 00:00:00 2001 From: Kattni Date: Mon, 3 Dec 2018 17:17:17 -0500 Subject: [PATCH 1/2] Updated URL for product image and added alt-text --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 586720f..2cea6bb 100644 --- a/README.rst +++ b/README.rst @@ -13,8 +13,9 @@ Introduction :target: https://travis-ci.org/adafruit/Adafruit_CircuitPython_HCSR04 :alt: Build Status -.. image:: hcsr04.jpg +.. image:: docs/hcsr04.jpg :width: 300px + :alt: HCSR04 The HC-SR04 is an inexpensive solution for measuring distances using microcontrollers. This library provides a simple driver for controlling these sensors from CircuitPython. From 86d480f2ca9529963268c8548110741693c70f10 Mon Sep 17 00:00:00 2001 From: Kattni Date: Mon, 3 Dec 2018 17:20:34 -0500 Subject: [PATCH 2/2] Sphinx is sad. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 2cea6bb..58dfe57 100644 --- a/README.rst +++ b/README.rst @@ -13,7 +13,7 @@ Introduction :target: https://travis-ci.org/adafruit/Adafruit_CircuitPython_HCSR04 :alt: Build Status -.. image:: docs/hcsr04.jpg +.. image:: https://github.com/adafruit/Adafruit_CircuitPython_HCSR04/blob/master/docs/hcsr04.jpg :width: 300px :alt: HCSR04