From 1c4031ba3dabadf74146a17027805053f2a48075 Mon Sep 17 00:00:00 2001 From: "Ho Yun \"Bobby" Date: Tue, 19 Oct 2021 16:19:11 -0600 Subject: [PATCH] Update README.MD Update to Board Manager URL to new branch naming convention (e.g. `master` to `main` ), similar to the pull request changes that were committed in the SparkFun Arduino Boards repo => https://github.com/sparkfun/Arduino_Boards/pull/91#issue-759137674 . No need to update the version number for the Arduino Apollo3 Core since these changes are just in the README.md. --- README.MD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.MD b/README.MD index f84bed9..a885c20 100644 --- a/README.MD +++ b/README.MD @@ -21,8 +21,8 @@ An mbed-os enabled Arduino core for Ambiq Apollo3 based boards ## Installation ### **Arduino Boards Manager** (recommended) - Copy / paste the JSON package URL into the 'Additional Boards Manager URLs' field in Arduino preferences - ```https://raw.githubusercontent.com/sparkfun/Arduino_Apollo3/master/package_sparkfun_apollo3_index.json``` - [https://raw.githubusercontent.com/sparkfun/Arduino_Apollo3/master/package_sparkfun_apollo3_index.json](https://raw.githubusercontent.com/sparkfun/Arduino_Apollo3/master/package_sparkfun_apollo3_index.json) + ```https://raw.githubusercontent.com/sparkfun/Arduino_Apollo3/main/package_sparkfun_apollo3_index.json``` + [https://raw.githubusercontent.com/sparkfun/Arduino_Apollo3/main/package_sparkfun_apollo3_index.json](https://raw.githubusercontent.com/sparkfun/Arduino_Apollo3/main/package_sparkfun_apollo3_index.json) - Open 'Boards Manager' and select 'SparkFun Apollo3 Boards' - install the latest version ### **Git** (development)