From 683d7a8bc5975b650d89d48c20f420d03117bdf7 Mon Sep 17 00:00:00 2001 From: dherrada <33632497+dherrada@users.noreply.github.com> Date: Wed, 8 May 2019 09:29:11 -0400 Subject: [PATCH 1/4] Fixed image --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 3b69922..e22c3d0 100644 --- a/README.rst +++ b/README.rst @@ -16,7 +16,7 @@ Introduction This high level library provides objects that represent CircuitPlayground hardware. -.. image :: /_static/circuitplayground_express.jpg +.. image :: docs/_static/circuitplayground_express.jpg :target: https://adafruit.com/product/3333 :alt: CircuitPlayground Express From d7f90ab6cb1a74d8900ce877a4a0074d3c3e96ba Mon Sep 17 00:00:00 2001 From: dherrada <33632497+dherrada@users.noreply.github.com> Date: Wed, 8 May 2019 10:02:26 -0400 Subject: [PATCH 2/4] Trying putting a / in front of link to see if it passes --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e22c3d0..7f45b60 100644 --- a/README.rst +++ b/README.rst @@ -16,7 +16,7 @@ Introduction This high level library provides objects that represent CircuitPlayground hardware. -.. image :: docs/_static/circuitplayground_express.jpg +.. image :: /docs/_static/circuitplayground_express.jpg :target: https://adafruit.com/product/3333 :alt: CircuitPlayground Express From 42825e8fef76b3ad74b5b2aca8f1cf3979f80c77 Mon Sep 17 00:00:00 2001 From: dherrada <33632497+dherrada@users.noreply.github.com> Date: Thu, 9 May 2019 16:53:19 -0400 Subject: [PATCH 3/4] Trying adding a . to make link relative --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 7f45b60..cb2bbfd 100644 --- a/README.rst +++ b/README.rst @@ -16,7 +16,7 @@ Introduction This high level library provides objects that represent CircuitPlayground hardware. -.. image :: /docs/_static/circuitplayground_express.jpg +.. image :: ./docs/_static/circuitplayground_express.jpg :target: https://adafruit.com/product/3333 :alt: CircuitPlayground Express From ff8224f2d2730d2205572ad08e85fc8e09540b64 Mon Sep 17 00:00:00 2001 From: dherrada <33632497+dherrada@users.noreply.github.com> Date: Thu, 9 May 2019 17:00:09 -0400 Subject: [PATCH 4/4] Changed single dot before docs to two --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index cb2bbfd..73c3f7e 100644 --- a/README.rst +++ b/README.rst @@ -16,7 +16,7 @@ Introduction This high level library provides objects that represent CircuitPlayground hardware. -.. image :: ./docs/_static/circuitplayground_express.jpg +.. image :: ../docs/_static/circuitplayground_express.jpg :target: https://adafruit.com/product/3333 :alt: CircuitPlayground Express