Skip to content

Commit c7f4b32

Browse files
authored
Merge pull request #546 from per1234/remove-obsolete-ide-url-fragment
Remove obsolete fragment identifier from Arduino IDE 2.x download links
2 parents 46ec1b6 + c576868 commit c7f4b32

File tree

15 files changed

+22
-22
lines changed

15 files changed

+22
-22
lines changed

content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/atmel-ice/using-an-atmel-ice-with-the-ide-v2.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ author: 'José Bagur'
1111

1212
## Introduction
1313

14-
In this tutorial, we will learn how to use the [Atmel-ICE](https://www.microchip.com/DevelopmentTools/ProductDetails/ATATMEL-ICE) development tool with the new [Arduino IDE 2.0](https://www.arduino.cc/en/software#experimental-software) for debugging SAM-based Arduino® boards. Using an [Arduino MKR WiFi 1010](https://store.arduino.cc/arduino-mkr-wifi-1010) board and a simple program, we will learn about the debugging functionalities that are integrated with the debugger tool of the new IDE 2.0.
14+
In this tutorial, we will learn how to use the [Atmel-ICE](https://www.microchip.com/DevelopmentTools/ProductDetails/ATATMEL-ICE) development tool with the new [Arduino IDE 2.0](https://www.arduino.cc/en/software) for debugging SAM-based Arduino® boards. Using an [Arduino MKR WiFi 1010](https://store.arduino.cc/arduino-mkr-wifi-1010) board and a simple program, we will learn about the debugging functionalities that are integrated with the debugger tool of the new IDE 2.0.
1515

1616
## Goals
1717

1818
The goals with this tutorial are:
1919

20-
- Learn how to use an [Atmel-ICE](https://www.microchip.com/DevelopmentTools/ProductDetails/ATATMEL-ICE) development tool with the new [Arduino IDE 2.0](https://www.arduino.cc/en/software#experimental-software) and a SAM-based Arduino® board.
21-
- Learn about the debugging functionalities of the new [Arduino IDE 2.0](https://www.arduino.cc/en/software#experimental-software).
20+
- Learn how to use an [Atmel-ICE](https://www.microchip.com/DevelopmentTools/ProductDetails/ATATMEL-ICE) development tool with the new [Arduino IDE 2.0](https://www.arduino.cc/en/software) and a SAM-based Arduino® board.
21+
- Learn about the debugging functionalities of the new [Arduino IDE 2.0](https://www.arduino.cc/en/software).
2222

2323
## Hardware and Software Needed
2424

2525
The hardware and software used in this tutorial:
2626

27-
- [Arduino IDE 2.0](https://www.arduino.cc/en/software#experimental-software).
27+
- [Arduino IDE 2.0](https://www.arduino.cc/en/software).
2828
- [Arduino MKR WiFi 1010](https://store.arduino.cc/arduino-mkr-wifi-1010) board.
2929
- [Atmel-ICE](https://www.microchip.com/DevelopmentTools/ProductDetails/ATATMEL-ICE) development tool.
3030
- 10-pin mini-squid cable (included with the Atmel-ICE development tool)

content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/mkr-jlink-setup/mkr-jlink.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: This tutorial teaches you how to set up a MKR board with the Segger
99
This tutorial will show you how to debug an Arduino sketch using an Arduino MKR board and the Segger J-Link probe. It will go through how to connect these and use the Arduino IDE 2.0 to then debug a sketch.
1010

1111
### Required Hardware and Software
12-
- [Arduino IDE 2.0](https://www.arduino.cc/en/software#experimental-software)
12+
- [Arduino IDE 2.0](https://www.arduino.cc/en/software)
1313
- Segger J-link device ([EDU](https://store.arduino.cc/j-link-edu) or [BASE](https://store.arduino.cc/j-link-base))
1414
- [Arduino MKR WiFi 1010](https://store.arduino.cc/mkr-wifi-1010) (other boards from the MKR family works as well).
1515
- Soldering equipment

content/hardware/03.nano/boards/nano-rp2040-connect/tutorials/rp2040-upgrading-nina-firmware/rp2040-upgrading-nina-firmware.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ In this article, we will cover three methods to upgrade your NINA module's firmw
3535
## Hardware & Software Needed
3636

3737
- [Arduino Nano RP2040 Connect](https://store.arduino.cc/nano-rp2040-connect)
38-
- [Arduino IDE 2](https://www.arduino.cc/en/software#experimental-software)
38+
- [Arduino IDE 2](https://www.arduino.cc/en/software)
3939
- [arduino-fwuploader tool](https://github.com/arduino/arduino-fwuploader/releases)
4040
- [Arduino Cloud IoT](https://create.arduino.cc/iot/)
4141

content/software/ide-v2/tutorials/01.getting-started-ide-v2/ide-v2-autocomplete-feature.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ The Arduino IDE 2.0 is an improvement of the classic IDE, with increased perform
1414

1515
In this guide, we will cover the basics of the Arduino IDE 2.0, where you will find links to more detailed resources on how to use specific features!
1616

17-
***You can download the IDE 2.0 from the [Arduino Software page](https://www.arduino.cc/en/software#experimental-software).***
17+
***You can download the IDE 2.0 from the [Arduino Software page](https://www.arduino.cc/en/software).***
1818

1919
***You can also follow the [downloading and installing the Arduino IDE 2.0](/software/ide-v2/tutorials/getting-started/ide-v2-downloading-and-installing) tutorial for more detailed guide on how to install the editor.***
2020

2121
## Requirements
2222

23-
- [Arduino IDE 2.0](https://www.arduino.cc/en/software#future-version-of-the-arduino-ide) installed.
23+
- [Arduino IDE 2.0](https://www.arduino.cc/en/software) installed.
2424

2525
## Overview
2626

content/software/ide-v2/tutorials/getting-started/01.ide-v2-downloading-and-installing/ide-v2-downloading-and-installing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ author: 'Karl Söderby'
1111

1212
In this tutorial, we will show how to download and install the Arduino IDE 2.0 on your Windows, Mac, or Linux computer.
1313

14-
You can easily download the editor from the [Arduino Software page](https://www.arduino.cc/en/software#experimental-software).
14+
You can easily download the editor from the [Arduino Software page](https://www.arduino.cc/en/software).
1515

1616
### Requirements
1717

@@ -25,7 +25,7 @@ The Arduino IDE 2.0 is an open-source project. It is a big step from its sturdy
2525

2626
### Download the Editor
2727

28-
Downloading the Arduino IDE 2.0 is done through the [Arduino Software page](https://www.arduino.cc/en/software#experimental-software). Here you will also find information on the other editors available to use.
28+
Downloading the Arduino IDE 2.0 is done through the [Arduino Software page](https://www.arduino.cc/en/software). Here you will also find information on the other editors available to use.
2929

3030
### Installation
3131

@@ -51,7 +51,7 @@ You can now use the Arduino IDE 2.0 on your macOS computer!
5151

5252
#### Linux
5353

54-
To install the Arduino IDE 2.0 on Linux, first download the **AppImage 64 bits (X86-64)** from the [Arduino Software page](https://www.arduino.cc/en/software#experimental-software).
54+
To install the Arduino IDE 2.0 on Linux, first download the **AppImage 64 bits (X86-64)** from the [Arduino Software page](https://www.arduino.cc/en/software).
5555

5656
Before we can launch the editor, we need to first make it an **executable file**. This is done by:
5757
- right-click the file,

content/software/ide-v2/tutorials/getting-started/02.ide-v2-uploading-a-sketch/ide-v2-uploading-a-sketch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ author: 'Karl Söderby'
1212

1313
In the Arduino environment, we write **sketches** that can be uploaded to Arduino boards. In this tutorial, we will go through how to select a board connected to your computer, and how to upload a sketch to that board, using the Arduino IDE 2.0.
1414

15-
You can easily download the editor from the [Arduino Software page](https://www.arduino.cc/en/software#experimental-software).
15+
You can easily download the editor from the [Arduino Software page](https://www.arduino.cc/en/software).
1616

1717
You can also follow the [downloading and installing the Arduino IDE 2.0](./ide-v2-downloading-and-installing) tutorial for more detailed guide on how to install the editor.
1818

content/software/ide-v2/tutorials/ide-v2-autocomplete-feature/ide-v2-autocomplete-feature.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Autocompletion when writing code is great. Not only does it save you time, but i
1212

1313
The Arduino IDE 2.0 comes equipped with this tool, to make your code-writing experience, a pleasant one. In this tutorial, we will go through some basics on how to use it.
1414

15-
You can easily download the editor from the [Arduino Software page](https://www.arduino.cc/en/software#experimental-software).
15+
You can easily download the editor from the [Arduino Software page](https://www.arduino.cc/en/software).
1616

1717
You can also follow the [downloading and installing the Arduino IDE 2.0](/en/Tutorial/getting-started-with-ide-v2/ide-v2-downloading-and-installing) tutorial for more detailed guide on how to install the editor.
1818

content/software/ide-v2/tutorials/ide-v2-board-manager/ide-v2-board-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ author: 'Karl Söderby'
1010

1111
The board manager is a great tool for installing the necessary cores to use your Arduino boards. In this quick tutorial, we will take a look at how to install one, and choosing the right core for your board!
1212

13-
You can easily download the editor from the [Arduino Software page](https://www.arduino.cc/en/software#experimental-software).
13+
You can easily download the editor from the [Arduino Software page](https://www.arduino.cc/en/software).
1414

1515
You can also follow the [downloading and installing the Arduino IDE 2.0](/en/Tutorial/getting-started-with-ide-v2/ide-v2-downloading-and-installing) tutorial for more detailed guide on how to install the editor.
1616

content/software/ide-v2/tutorials/ide-v2-cloud-sketch-sync/ide-v2-cloud-sketch-sync.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ In a nutshell, the steps required to make this integration are the following:
5555

5656
### Requirements
5757

58-
- [Arduino IDE 2.0](https://www.arduino.cc/en/software#experimental-software)
58+
- [Arduino IDE 2.0](https://www.arduino.cc/en/software)
5959
- Arduino account, [click here to register](https://login.arduino.cc/login).
6060

6161
## Understanding the Remote Sketchbook Concept
@@ -117,7 +117,7 @@ void loop() {
117117

118118
After we have created a Sketch in the Arduino Cloud, we can move on to **authenticating the Cloud and the IDE 2.0**. To continue, you need to have installed the Arduino IDE 2.0.
119119

120-
>You can download the IDE 2.0 from the [software page](https://www.arduino.cc/en/software#experimental-software). If you need help installing it, you can visit [this installation guide](/software/ide-v2/tutorials/getting-started/ide-v2-downloading-and-installing).
120+
>You can download the IDE 2.0 from the [software page](https://www.arduino.cc/en/software). If you need help installing it, you can visit [this installation guide](/software/ide-v2/tutorials/getting-started/ide-v2-downloading-and-installing).
121121
122122
**1.** Open the Arduino IDE 2.0, and click on the folder at the top left corner. This is your **Sketchbook**.
123123

content/software/ide-v2/tutorials/ide-v2-customize-auto-formatter/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ author: 'Benjamin Dannegård, Per Tillisch'
1010

1111
Selecting **Edit > Auto Format** or pressing CTRL + T on Windows/Linux or CMD + T on MacOS when writing a sketch in the Arduino IDE 2.0 will automatically format the sketch. It is possible to change the behaviour of this command. In this tutorial we will go through how you can change the behaviour of this command.
1212

13-
You can easily download the editor from the [Arduino Software page](https://www.arduino.cc/en/software#experimental-software).
13+
You can easily download the editor from the [Arduino Software page](https://www.arduino.cc/en/software).
1414

1515
You can also follow the [downloading and installing the Arduino IDE 2.0](/en/Tutorial/getting-started-with-ide-v2/ide-v2-downloading-and-installing) tutorial for more detailed guide on how to install the editor.
1616

content/software/ide-v2/tutorials/ide-v2-debugger/ide-v2-debugger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ A debugger is a software tool which is used to test and debug programs, hence th
1717

1818
It basically goes through a program in a controlled manner, with the help of a hardware interface which can help navigate through the program's execution. This can be of aid in better understanding the program as well as helping spot potential flaws and code errors.
1919

20-
*** You can easily download the editor from the [Arduino Software page](https://www.arduino.cc/en/software#experimental-software). ***
20+
*** You can easily download the editor from the [Arduino Software page](https://www.arduino.cc/en/software). ***
2121

2222
### Compatible Boards
2323

content/software/ide-v2/tutorials/ide-v2-fw-cert-uploader/ide-v2-fw-cert-uploader.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The IDE 2 comes with two really useful tools: the **Firmware Updater for WiFi bo
1616

1717
Only Wi-Fi enabled boards can be updated through these tools, and you can find the full list in the compatible boards section just below.
1818

19-
***You can download the editor from the [Arduino Software page](https://www.arduino.cc/en/software#experimental-software).***
19+
***You can download the editor from the [Arduino Software page](https://www.arduino.cc/en/software).***
2020

2121
## Compatible Boards
2222

content/software/ide-v2/tutorials/ide-v2-installing-a-library/ide-v2-installing-a-library.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ A large part of the Arduino programming experience is the **use of libraries.**
1313

1414
In this tutorial, we will go through how to install a library using the library manager in the Arduino IDE 2.0. We will also show how to access examples from a library that you have installed.
1515

16-
You can easily download the editor from the [Arduino Software page](https://www.arduino.cc/en/software#experimental-software).
16+
You can easily download the editor from the [Arduino Software page](https://www.arduino.cc/en/software).
1717

1818
You can also follow the [downloading and installing the Arduino IDE 2.0](/en/Tutorial/getting-started-with-ide-v2/ide-v2-downloading-and-installing) tutorial for more detailed guide on how to install the editor.
1919

content/software/ide-v2/tutorials/ide-v2-serial-monitor/ide-v2-serial-monitor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The Serial Monitor is an essential tool when creating projects with Arduino. It
1212

1313
The Arduino IDE 2.0 has the Serial Monitor tool integrated with the editor, which means that no external window is opened when using the Serial Monitor. This means that you can have multiple windows open, each with its own Serial Monitor.
1414

15-
You can download the editor from the [Arduino Software page](https://www.arduino.cc/en/software#experimental-software).
15+
You can download the editor from the [Arduino Software page](https://www.arduino.cc/en/software).
1616

1717
You can also follow the [downloading and installing the Arduino IDE 2.0](/en/Tutorial/getting-started-with-ide-v2/ide-v2-downloading-and-installing) tutorial for more detailed guide on how to install the editor.
1818

content/software/ide-v2/tutorials/ide-v2-serial-plotter/ide-v2-serial-plotter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In this tutorial, we will take a quick look on how to enable this feature (works
1818

1919
## Requirements
2020

21-
- [Arduino IDE 2.0 installed](https://www.arduino.cc/en/software#experimental-software).
21+
- [Arduino IDE 2.0 installed](https://www.arduino.cc/en/software).
2222
- [Core installed](/software/ide-v2/tutorials/ide-v2-board-manager) for the board used.
2323
- Arduino board.
2424
- Potentiometer (optional).

0 commit comments

Comments
 (0)