summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2018-02-21 17:48:08 -0800
committerGitHub <noreply@github.com>2018-02-21 17:48:08 -0800
commit0a3d9cf4828e965ede6e0c73c3d2d63b87cfa231 (patch)
tree376e3c6f25c8f38f181e39761fb524496203c4f5
parentfd9d3de208e8d5994916e3365cc3f5dea57e19de (diff)
parent9c5a9e34118532bd54d92c9f968534ad9f9409ae (diff)
Merge pull request #633 from jamesadevine/patch-1
Update boards URL in README.rst
-rw-r--r--ports/atmel-samd/README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/atmel-samd/README.rst b/ports/atmel-samd/README.rst
index 5c314c53f..8915189bd 100644
--- a/ports/atmel-samd/README.rst
+++ b/ports/atmel-samd/README.rst
@@ -137,7 +137,7 @@ To build for other boards you must change it by setting ``BOARD``. For example:
make BOARD=feather_m0_basic
-Board names are the directory names in the `boards <https://github.com/adafruit/circuitpython/tree/master/atmel-samd/boards>`_ folder.
+Board names are the directory names in the `boards <https://github.com/adafruit/circuitpython/tree/master/ports/atmel-samd/boards>`_ folder.
Deploying
---------