From bb393975034d5e272fd6b8598e3bf4555abb377b Mon Sep 17 00:00:00 2001 From: Jason Pecor <14111408+jpecor@users.noreply.github.com> Date: Thu, 23 May 2019 09:13:15 -0500 Subject: [PATCH 1/2] Update to examples link in README.rst Found a typo in the URL for the examples that led to a dead-end. Updated to: https://github.com/adafruit/Adafruit_CircuitPython_STMPE610/tree/master/examples. Don't know if this is the proper URL to use, but that's what I get if I traverse to the examples from the main repo page. --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 113b618..eed96e0 100644 --- a/README.rst +++ b/README.rst @@ -30,7 +30,8 @@ This is easily achieved by downloading Usage Example ============= -see examples in githup repository: https://github.com/adafruit/Adafruit_CircuitPython_STMPE610/exmaples +See examples in githup repository: https://github.com/adafruit/Adafruit_CircuitPython_STMPE610/tree/master/examples + Contributing ============ From f889e3f61cb11b320e09011cc886ecefd7ad4ab1 Mon Sep 17 00:00:00 2001 From: Jason Pecor <14111408+jpecor@users.noreply.github.com> Date: Thu, 23 May 2019 09:35:58 -0500 Subject: [PATCH 2/2] Also fixed github typo --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index eed96e0..3a42d2a 100644 --- a/README.rst +++ b/README.rst @@ -30,7 +30,7 @@ This is easily achieved by downloading Usage Example ============= -See examples in githup repository: https://github.com/adafruit/Adafruit_CircuitPython_STMPE610/tree/master/examples +See examples in github repository: https://github.com/adafruit/Adafruit_CircuitPython_STMPE610/tree/master/examples Contributing ============