From 37adc72e531035fb5f059dd48c838e7aa3d5a137 Mon Sep 17 00:00:00 2001 From: Hannes Siebeneicher Date: Thu, 20 Apr 2023 14:44:44 +0200 Subject: [PATCH] minor fixes --- .../tutorials/giga-getting-started/giga-getting-started.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/hardware/10.mega/boards/giga-r1-wifi/tutorials/giga-getting-started/giga-getting-started.md b/content/hardware/10.mega/boards/giga-r1-wifi/tutorials/giga-getting-started/giga-getting-started.md index 54655a9593..d4924ea0f9 100644 --- a/content/hardware/10.mega/boards/giga-r1-wifi/tutorials/giga-getting-started/giga-getting-started.md +++ b/content/hardware/10.mega/boards/giga-r1-wifi/tutorials/giga-getting-started/giga-getting-started.md @@ -7,12 +7,12 @@ tags: [GIGA R1 WiFi, Installation, IDE] To use the [Arduino GIGA R1 WiFi](/hardware/giga-r1-wifi) board, you will need to install the GIGA board package, which is part of the [Arduino Core for mbed devices](https://github.com/arduino/ArduinoCore-mbed). -To install it, you will need a version of the Arduino IDE, which you can download from the [Arduino Software page](). In this guide, we will use the latest version of the IDE (2.0.x). +To install it, you will need a version of the Arduino IDE, which you can download from the [Arduino Software page](https://www.arduino.cc/en/software/). In this guide, we will use the latest version of the IDE (2.0.x). ## Software & Hardware Needed - [Arduino GIGA R1 WiFi](/hardware/giga-r1-wifi) -- [Arduino IDE](https://docs.arduino.cc/software/ide-v2) +- [Arduino IDE](/software/ide-v2) ***You can also use the [Web Editor](https://create.arduino.cc/editor) which comes with all Arduino boards pre-installed.*** @@ -30,7 +30,7 @@ To install the GIGA board package, open the "Board Manager" from the menu to the ![Install GIGA boards package.](assets/install-giga-core.png) -You should now be able to select your board in the board selector. You will need to have your board connected to your computer via the USB-C connector at this point. +You should now be able to select your board in the board selector. You will need to have your board connected to your computer via the USB-C® connector at this point. ![Arduino GIGA board found.](assets/giga-connected.png)