From d3557260a33907c25eb5c7fd7270bcbd2b947e3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juli=C3=A1n=20Caro=20Linares?= Date: Fri, 27 Sep 2024 09:16:13 +0200 Subject: [PATCH] Getting started links updated to user manual ones (#2198) --- .../edge-control/tutorials/04.motorized-ball-valve/content.md | 2 +- .../pro-smart-agriculture-kit/pro-smart-agriculture-kit.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/hardware/05.pro-solutions/solutions-and-kits/edge-control/tutorials/04.motorized-ball-valve/content.md b/content/hardware/05.pro-solutions/solutions-and-kits/edge-control/tutorials/04.motorized-ball-valve/content.md index c5a9b14911..39658a5c0b 100644 --- a/content/hardware/05.pro-solutions/solutions-and-kits/edge-control/tutorials/04.motorized-ball-valve/content.md +++ b/content/hardware/05.pro-solutions/solutions-and-kits/edge-control/tutorials/04.motorized-ball-valve/content.md @@ -11,7 +11,7 @@ author: Ernesto E. Lopez, Lenard George Swamy A ball valve is a form of quarter-turn [valve](https://en.wikipedia.org/wiki/Valve) which uses a hollow, perforated and pivoting ball to control flow of liquids and gasses through it. This tutorial will guide you through connecting the board to a 3 Wire-Valve and writing a sketch that controls the basic operations such as the opening and closing of the valves. -***Tip : If this is for your first Edge Control project, we recommend you to take a look at the [Getting Started Tutorial](/tutorials/edge-control/getting-started-edge-control) to set up the development environment before you proceed.*** +***Tip : If this is for your first Edge Control project, we recommend you to take a look at the [User Manual of the product](/tutorials/edge-control/user-manual) to set up the development environment before you proceed.*** ## Goals diff --git a/content/tutorials/generic/pro-smart-agriculture-kit/pro-smart-agriculture-kit.md b/content/tutorials/generic/pro-smart-agriculture-kit/pro-smart-agriculture-kit.md index 42f26f5d85..4dba15e2ab 100644 --- a/content/tutorials/generic/pro-smart-agriculture-kit/pro-smart-agriculture-kit.md +++ b/content/tutorials/generic/pro-smart-agriculture-kit/pro-smart-agriculture-kit.md @@ -60,7 +60,7 @@ Additionally, you may need the following accessories: 2. Download [Arduino IDE](https://www.arduino.cc/en/software#future-version-of-the-arduino-ide) and follow the [Installation Procedure](https://docs.arduino.cc/software/ide-v2/tutorials/getting-started/ide-v2-downloading-and-installing) and [Get Started with it](https://docs.arduino.cc/software/ide-v2/tutorials/getting-started-ide-v2). -3. Check the [Edge Control docs](https://docs.arduino.cc/hardware/edge-control) and [Enclosure kit](https://docs.arduino.cc/hardware/enclosure-kit) to retrieve the product resources. Carefully read the [datasheet](https://docs.arduino.cc/resources/datasheets/AKX00034-rev-1-datasheet.pdf), and [get started](https://docs.arduino.cc/tutorials/edge-control/getting-started-edge-control) with the product and learn how to [assemble the enclosure](https://docs.arduino.cc/tutorials/enclosure-kit/assembly-instructions). On [docs.arduino.cc](http://docs.arduino.cc) the [Pinout](https://docs.arduino.cc/resources/pinouts/AKX00034-full-pinout.pdf) and [Schematics](https://docs.arduino.cc/resources/schematics/AKX00044-schematics.pdf) are also available. +3. Check the [Edge Control docs](https://docs.arduino.cc/hardware/edge-control) and [Enclosure kit](https://docs.arduino.cc/hardware/enclosure-kit) to retrieve the product resources. Carefully read the [datasheet](https://docs.arduino.cc/resources/datasheets/AKX00034-rev-1-datasheet.pdf), and [User Manual](/tutorials/edge-control/user-manual) with the product and learn how to [assemble the enclosure](https://docs.arduino.cc/tutorials/enclosure-kit/assembly-instructions). On [docs.arduino.cc](http://docs.arduino.cc) the [Pinout](https://docs.arduino.cc/resources/pinouts/AKX00034-full-pinout.pdf) and [Schematics](https://docs.arduino.cc/resources/schematics/AKX00044-schematics.pdf) are also available. 4. Check the [MKR WAN 1310 docs](https://docs.arduino.cc/hardware/mkr-wan-1310) and [MKR WiFi 1010](https://docs.arduino.cc/hardware/mkr-wifi-1010) for more info on the boards used with Edge Control.