Fix deadlink checker by updating HashiCorp URLs and adding ignore patterns #2241
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The Dead Link Checker workflow was failing with 429 (Too Many Requests) errors from HashiCorp domains that rate-limit automated link checking tools like lychee.
Problem
The workflow was encountering rate limiting on these URLs:
https://learn.hashicorp.com/tutorials/terraform/install-cli(in aws, azure, gcp READMEs)https://developer.hashicorp.com/vault/install(in aws, azure, gcp READMEs)https://www.vaultproject.io/downloads(in main README)Solution
Updated URLs to current HashiCorp documentation structure:
https://learn.hashicorp.com/tutorials/terraform/install-clitohttps://developer.hashicorp.com/terraform/installhttps://www.vaultproject.io/downloadstohttps://developer.hashicorp.com/vault/installAdded ignore patterns to
.lycheeignore:https://developer.hashicorp.com/*https://learn.hashicorp.com/*https://www.vaultproject.io/*This dual approach ensures current documentation links are used while preventing future rate limiting issues from HashiCorp domains.
Files Modified
aws/README.md- Updated Terraform installation URLazure/README.md- Updated Terraform installation URLgcp/README.md- Updated Terraform installation URLREADME.md- Updated Vault installation URL.lycheeignore- Added HashiCorp domain patternsThe deadlink checker workflow should now pass without 429 rate limiting errors.
Fixes #2240.
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
1password.com./lychee --exclude-all-private --exclude-path src/main/resources/templates/about.html --exclude-path .lycheeignore README.md(dns block)alphasec.io./lychee --exclude-all-private --exclude-path src/main/resources/templates/about.html --exclude-path .lycheeignore README.md(dns block)aws.amazon.com./lychee --exclude-all-private --exclude-path src/main/resources/templates/about.html --exclude-path .lycheeignore README.md(dns block)bestpractices.coreinfrastructure.org./lychee --exclude-all-private --exclude-path src/main/resources/templates/about.html --exclude-path .lycheeignore README.md(dns block)blog.gitguardian.com./lychee --exclude-all-private --exclude-path src/main/resources/templates/about.html --exclude-path .lycheeignore README.md(dns block)canarytokens.org./lychee --exclude-all-private --exclude-path src/main/resources/templates/about.html --exclude-path .lycheeignore README.md(dns block)dev.to./lychee --exclude-all-private --exclude-path src/main/resources/templates/about.html --exclude-path .lycheeignore README.md(dns block)helm.shimg.shields.io./lychee --exclude-all-private --exclude-path src/main/resources/templates/about.html --exclude-path .lycheeignore README.md(dns block)kubernetes.io./lychee --exclude-all-private --exclude-path src/main/resources/templates/about.html --exclude-path .lycheeignore README.md(dns block)minikube.sigs.k8s.io./lychee --exclude-all-private --exclude-path src/main/resources/templates/about.html --exclude-path .lycheeignore README.md(dns block)owasp.org./lychee --exclude-all-private --exclude-path src/main/resources/templates/about.html --exclude-path .lycheeignore README.md(dns block)owasp.slack.com./lychee --exclude-all-private --exclude-path src/main/resources/templates/about.html --exclude-path .lycheeignore README.md(dns block)owaspsamm.org./lychee --exclude-all-private --exclude-path src/main/resources/templates/about.html --exclude-path .lycheeignore README.md(dns block)railway.com./lychee --exclude-all-private --exclude-path src/main/resources/templates/about.html --exclude-path .lycheeignore README.md(dns block)render.com./lychee --exclude-all-private --exclude-path src/main/resources/templates/about.html --exclude-path .lycheeignore README.md(dns block)stedolan.github.io./lychee --exclude-all-private --exclude-path src/main/resources/templates/about.html --exclude-path .lycheeignore README.md(dns block)www.baeldung.com./lychee --exclude-all-private --exclude-path src/main/resources/templates/about.html --exclude-path .lycheeignore README.md(dns block)www.gitguardian.com./lychee --exclude-all-private --exclude-path src/main/resources/templates/about.html --exclude-path .lycheeignore README.md(dns block)www.github.com./lychee --exclude-all-private --exclude-path src/main/resources/templates/about.html --exclude-path .lycheeignore README.md(dns block)www.jetbrains.com./lychee --exclude-all-private --exclude-path src/main/resources/templates/about.html --exclude-path .lycheeignore README.md(dns block)www.linkedin.com./lychee --exclude-all-private --exclude-path src/main/resources/templates/about.html --exclude-path .lycheeignore README.md(dns block)www.opencre.org./lychee --exclude-all-private --exclude-path src/main/resources/templates/about.html --exclude-path .lycheeignore README.md(dns block)www.wrongsecrets.com./lychee --exclude-all-private --exclude-path src/main/resources/templates/about.html --exclude-path .lycheeignore README.md(dns block)If you need me to access, download, or install something from one of these locations, you can either:
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.