From 9c5a9e34118532bd54d92c9f968534ad9f9409ae Mon Sep 17 00:00:00 2001 From: James Devine Date: Wed, 21 Feb 2018 16:14:46 +0000 Subject: [PATCH] Update boards URL in README.rst Corrected a (probably) old URL in the read me. --- ports/atmel-samd/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/atmel-samd/README.rst b/ports/atmel-samd/README.rst index 5c314c53f6..8915189bdc 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 `_ folder. +Board names are the directory names in the `boards `_ folder. Deploying ---------