From 1e23a9c93264a9cde9b6421dfbadc15d1231a35c Mon Sep 17 00:00:00 2001 From: per1234 Date: Mon, 12 Feb 2024 01:47:23 -0800 Subject: [PATCH] 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. --- .../tutorials/02.ide-v2-board-manager/ide-v2-board-manager.md | 2 +- .../ide-v2-autocomplete-feature/ide-v2-autocomplete-feature.md | 2 +- .../ide-v2-cloud-sketch-sync/ide-v2-cloud-sketch-sync.md | 2 +- .../ide-v2/tutorials/ide-v2-customize-auto-formatter/content.md | 2 +- .../ide-v2-installing-a-library/ide-v2-installing-a-library.md | 2 +- .../tutorials/ide-v2-serial-monitor/ide-v2-serial-monitor.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/software/ide-v2/tutorials/02.ide-v2-board-manager/ide-v2-board-manager.md b/content/software/ide-v2/tutorials/02.ide-v2-board-manager/ide-v2-board-manager.md index ba69cc2fea..07d9cafd45 100644 --- a/content/software/ide-v2/tutorials/02.ide-v2-board-manager/ide-v2-board-manager.md +++ b/content/software/ide-v2/tutorials/02.ide-v2-board-manager/ide-v2-board-manager.md @@ -254,4 +254,4 @@ For source code and reporting issues, please visit the official GitHub repositor ## More Tutorials -You can find more tutorials in the [Arduino IDE 2 documentation page](/software/ide-v2/). \ No newline at end of file +You can find more tutorials in the [Arduino IDE 2 documentation page](/software/ide/#ide-v2). \ No newline at end of file diff --git a/content/software/ide-v2/tutorials/ide-v2-autocomplete-feature/ide-v2-autocomplete-feature.md b/content/software/ide-v2/tutorials/ide-v2-autocomplete-feature/ide-v2-autocomplete-feature.md index 4706806d06..2cf6d7d796 100644 --- a/content/software/ide-v2/tutorials/ide-v2-autocomplete-feature/ide-v2-autocomplete-feature.md +++ b/content/software/ide-v2/tutorials/ide-v2-autocomplete-feature/ide-v2-autocomplete-feature.md @@ -72,4 +72,4 @@ The autocompletion tool can be a real time-saver, while also helping you develop ### More Tutorials -You can find more tutorials in the [Arduino IDE 2 documentation page](/software/ide-v2/). +You can find more tutorials in the [Arduino IDE 2 documentation page](/software/ide/#ide-v2). diff --git a/content/software/ide-v2/tutorials/ide-v2-cloud-sketch-sync/ide-v2-cloud-sketch-sync.md b/content/software/ide-v2/tutorials/ide-v2-cloud-sketch-sync/ide-v2-cloud-sketch-sync.md index 69b18ad473..3ab986f9e9 100644 --- a/content/software/ide-v2/tutorials/ide-v2-cloud-sketch-sync/ide-v2-cloud-sketch-sync.md +++ b/content/software/ide-v2/tutorials/ide-v2-cloud-sketch-sync/ide-v2-cloud-sketch-sync.md @@ -200,7 +200,7 @@ The integration of the Remote Sketchbook in the IDE 2 is an important milestone. ## Next Steps -You can find more tutorials in the [Arduino IDE 2 documentation page](/software/ide-v2/). +You can find more tutorials in the [Arduino IDE 2 documentation page](/software/ide/#ide-v2). ## FAQ diff --git a/content/software/ide-v2/tutorials/ide-v2-customize-auto-formatter/content.md b/content/software/ide-v2/tutorials/ide-v2-customize-auto-formatter/content.md index 06793709cb..7ed6ec01fc 100644 --- a/content/software/ide-v2/tutorials/ide-v2-customize-auto-formatter/content.md +++ b/content/software/ide-v2/tutorials/ide-v2-customize-auto-formatter/content.md @@ -73,4 +73,4 @@ In this tutorial we went through how to customize the behavior of the `CTRL + T` ### More Tutorials -You can find more tutorials in the [Arduino IDE 2 documentation page](/software/ide-v2/). +You can find more tutorials in the [Arduino IDE 2 documentation page](/software/ide/#ide-v2). diff --git a/content/software/ide-v2/tutorials/ide-v2-installing-a-library/ide-v2-installing-a-library.md b/content/software/ide-v2/tutorials/ide-v2-installing-a-library/ide-v2-installing-a-library.md index 801a349b13..68c7398e29 100644 --- a/content/software/ide-v2/tutorials/ide-v2-installing-a-library/ide-v2-installing-a-library.md +++ b/content/software/ide-v2/tutorials/ide-v2-installing-a-library/ide-v2-installing-a-library.md @@ -70,4 +70,4 @@ The chosen example will now open up in a new window, and you can start using it ### More Tutorials -You can find more tutorials in the [Arduino IDE 2 documentation page](/software/ide-v2/). \ No newline at end of file +You can find more tutorials in the [Arduino IDE 2 documentation page](/software/ide/#ide-v2). \ No newline at end of file diff --git a/content/software/ide-v2/tutorials/ide-v2-serial-monitor/ide-v2-serial-monitor.md b/content/software/ide-v2/tutorials/ide-v2-serial-monitor/ide-v2-serial-monitor.md index a5c409c163..89e0af8271 100644 --- a/content/software/ide-v2/tutorials/ide-v2-serial-monitor/ide-v2-serial-monitor.md +++ b/content/software/ide-v2/tutorials/ide-v2-serial-monitor/ide-v2-serial-monitor.md @@ -114,4 +114,4 @@ Congratulations, you can now check what is going on with two boards simultaneous ### More Tutorials -You can find more tutorials in the [Arduino IDE 2 documentation page](/software/ide-v2/). +You can find more tutorials in the [Arduino IDE 2 documentation page](/software/ide/#ide-v2).