Skip to content

Commit a58cac1

Browse files
per1234Matteo-it
authored andcommitted
Fix broken links to Arduino IDE 2.x docs parent page
The URL of the parent page for the Arduino IDE 2.x documentation was changed from `/software/ide-v2/` to `software/ide/#ide-v2` through a recent reorganization of the documentation website. A redirect was set up, but it did not work for these particular links due to them having a trailing slash, which caused them to lead to the "Oops! There's nothing here" page. The links are hereby updated to point directly to the new URL of the target page.
1 parent 138217a commit a58cac1

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,4 +254,4 @@ For source code and reporting issues, please visit the official GitHub repositor
254254

255255
## More Tutorials
256256

257-
You can find more tutorials in the [Arduino IDE 2 documentation page](/software/ide-v2/).
257+
You can find more tutorials in the [Arduino IDE 2 documentation page](/software/ide/#ide-v2).

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
@@ -72,4 +72,4 @@ The autocompletion tool can be a real time-saver, while also helping you develop
7272

7373
### More Tutorials
7474

75-
You can find more tutorials in the [Arduino IDE 2 documentation page](/software/ide-v2/).
75+
You can find more tutorials in the [Arduino IDE 2 documentation page](/software/ide/#ide-v2).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ The integration of the Remote Sketchbook in the IDE 2 is an important milestone.
200200

201201
## Next Steps
202202

203-
You can find more tutorials in the [Arduino IDE 2 documentation page](/software/ide-v2/).
203+
You can find more tutorials in the [Arduino IDE 2 documentation page](/software/ide/#ide-v2).
204204

205205
## FAQ
206206

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
@@ -73,4 +73,4 @@ In this tutorial we went through how to customize the behavior of the `CTRL + T`
7373

7474
### More Tutorials
7575

76-
You can find more tutorials in the [Arduino IDE 2 documentation page](/software/ide-v2/).
76+
You can find more tutorials in the [Arduino IDE 2 documentation page](/software/ide/#ide-v2).

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
@@ -70,4 +70,4 @@ The chosen example will now open up in a new window, and you can start using it
7070

7171
### More Tutorials
7272

73-
You can find more tutorials in the [Arduino IDE 2 documentation page](/software/ide-v2/).
73+
You can find more tutorials in the [Arduino IDE 2 documentation page](/software/ide/#ide-v2).

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
@@ -114,4 +114,4 @@ Congratulations, you can now check what is going on with two boards simultaneous
114114
115115
### More Tutorials
116116

117-
You can find more tutorials in the [Arduino IDE 2 documentation page](/software/ide-v2/).
117+
You can find more tutorials in the [Arduino IDE 2 documentation page](/software/ide/#ide-v2).

0 commit comments

Comments
 (0)