Skip to content

[HC-1664] Fix urls #505

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .lycheeignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,7 @@ https://www.tindie.com/products/ataradov/cmsis-dap-compliant-swd-debugger/
https://shopify.com/43847352471/account/orders
https://shopify.com/50616893647/account/orders
https://www.nongnu.org/avr-libc/user-manual/FAQ.html#faq_cplusplus

# [429] Failed: Network error: Too Many Requests

https://www.amazon.com/stores/Arduino/page/E4CD2702-3533-4B57-8BE2-6786AA74DC08
18 changes: 0 additions & 18 deletions content/Custom/Hubs/Hardware-Support.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ id: 9264736457500
<a id="keep" href="https://support.arduino.cc/hc/en-us/sections/360004767859-Portenta-Family"></a>
<span class="link-chevron-right">Portenta</span>
</div>
<!-- <div class="actions-item">
<img src="https://content.arduino.cc/assets/hc-opta.png">
<a id="keep" href="#code"></a>
<span class="link-chevron-right">Opta</span>
</div>-->
</div>
<h2 class="center hub">General troubleshooting</h2>
<div class="info-wrapper">
Expand All @@ -56,13 +51,6 @@ id: 9264736457500
</p>
<a class="link-chevron-right" href="https://support.arduino.cc/hc/en-us/articles/5779192727068-Reset-your-board">Read the article</a>
</div>
<!-- <div class="info-item info-big">
<p class="info-title">Troubleshooting guide</p>
<p>
General Arduino troubleshooting checklist.
<a class="link-chevron-right" href="#code">Read the guide</a>
</p>
</div>-->
</div>
<div class="info-wrapper">
<div class="info-item">
Expand Down Expand Up @@ -99,12 +87,6 @@ id: 9264736457500
<a class="link-chevron-right" href="https://support.arduino.cc/hc/en-us/articles/4406856349970-Select-board-and-port-in-Arduino-IDE">Select a board/port</a>
<a class="link-chevron-right" href="https://support.arduino.cc/hc/en-us/articles/4407225360018-Uninstall-boards-from-Arduino-IDE">Uninstall board</a>
</div>
<!--<div class="info-item">
<img src="https://content.arduino.cc/assets/hc-resistor.svg">
<p class="info-title">Resistor color codes</p>
<p>Learn how to read resistor color codes.</p>
<a class="link-chevron-right" href="#hardware">Read the article</a>
</div>-->
</div>
<div class="info-wrapper">
<div class="info-item">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ In this article:

---

## Using the Library Manager{#library-manager}
## Using the Library Manager {#library-manager}

1. Do one of the following:

Expand All @@ -36,15 +36,15 @@ In this article:

---

## Importing a .zip library{zip-library}
## Importing a .zip library {#zip-library}

1. In the menu bar, go to _Sketch > Include Library > Add .ZIP Library..._

2. You will be prompted to select the library you want to add. Navigate to the .zip file's location and open it.

---

## Manual installation{manual-installation}
## Manual installation {#manual-installation}

1. Go to the directory where you have downloaded the .zip library file.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ Follow these steps:
1. Follow the linked instructions if you see any of these errors:
- [Cannot generate profile file error message: Error: Path not found](#cannot-generate-profile-file-error-message-error-path-not-found)
- [Error: invalid path creating config dir](#error-invalid-path-creating-config-dir)
- If you see a different error, see the [If you see an error when downloading](#if-you-see-an-error-when-downloading) section.

If you see a different error, see the [If you see an error when programming the device](#if-you-see-an-error-when-programming-the-device) section.

1. Restart PLC IDE.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ In this article:
* [`dfu-util: No DFU capable USB device available`](#no-dfu-capable-usb-device-available)
* [`dfu-util: Cannot open DFU device {vid}:{pid} found on devnum {n} (LIBUSB_ERROR_ACCESS)`](#libusb-error-access)
* [`dfu-util: Cannot open DFU device {vid}:{pid} found on devnum {n} (LIBUSB_ERROR_NOT_FOUND)`](#dfu-util-cannot-open-dfu-device-{vid}{pid}-found-on-devnum-{n}-libusberrornotfound)
* [`dfu-util: Error during download get_status (LIBUSB_ERROR_PIPE)`](dfu-util-error-during-download-getstatus-libusberrorpipe)
* [`dfu-util: Error during download get_status (LIBUSB_ERROR_PIPE)`](#dfu-util-error-during-download-getstatus-libusberrorpipe)
* [`dfu-util: More than one DFU capable USB device found!`](#more-than-one-dfu-capable-usb-device)
* [`Warning: Invalid DFU suffix signature`](#invalid-dfu-suffix-signature)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To place a tax-exempt order, follow these steps:

1. Proceed with the checkout process as usual to complete your order.

## America, Asia, and Oceania {us-tax}
## America, Asia, and Oceania {#us-tax}

### Eligibility for Tax Exemption

Expand Down
Loading