From 3f2ba22e811144827f54e33b429924a243830533 Mon Sep 17 00:00:00 2001 From: "XING R.G.X" <89375862+xingrgx@users.noreply.github.com> Date: Sun, 26 Oct 2025 17:53:24 +0800 Subject: [PATCH] Update getting-started.md Fix inappropriate `inline link` markdown syntax --- .../01.getting-started-with-arduino-tools/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/learn/01.starting-guide/01.getting-started-with-arduino-tools/getting-started.md b/content/learn/01.starting-guide/01.getting-started-with-arduino-tools/getting-started.md index e431144f41..03337b7006 100644 --- a/content/learn/01.starting-guide/01.getting-started-with-arduino-tools/getting-started.md +++ b/content/learn/01.starting-guide/01.getting-started-with-arduino-tools/getting-started.md @@ -9,7 +9,7 @@ Welcome to Arduino! Before you start controlling the world around you, you'll ne ## IDE -An Integrated Development Environment (IDE) is a software that allows you to write code and upload it to your Arduino hardware. We have our own [Arduino Software (IDE)]([https://www.arduino.cc/en/software](https://www.arduino.cc/en/software) application available for Windows, macOS and Linux users. Besides the convenient code editing functions, the Arduino Software (IDE) is equipped with a list of libraries that provide extra functionality for use in sketches, making it easier for you to connect sensors, displays, modules, etc. +An Integrated Development Environment (IDE) is a software that allows you to write code and upload it to your Arduino hardware. We have our own [Arduino Software (IDE)](https://www.arduino.cc/en/software) application available for Windows, macOS and Linux users. Besides the convenient code editing functions, the Arduino Software (IDE) is equipped with a list of libraries that provide extra functionality for use in sketches, making it easier for you to connect sensors, displays, modules, etc. ## Arduino Tools