Skip to content

fix: point IQ Industries links at iqindustries.com - #78

Merged
invisiblemask merged 1 commit into
mainfrom
fix/iqindustries-domain
Aug 21, 2026
Merged

fix: point IQ Industries links at iqindustries.com#78
invisiblemask merged 1 commit into
mainfrom
fix/iqindustries-domain

Conversation

@invisiblemask

Copy link
Copy Markdown
Contributor

Both IQ Industries links pointed at https://iqindustries.ai/, which is dead. The domain resolves to a Namecheap parking IP that never answers on port 443, so the request times out at TCP for every visitor; only port 80 responds, with a redirect to www. https://iqindustries.com/ returns 200.

Two call sites, both live on main today:

  • src/components/layouts/ecosystem.tsx — the PRODUCTS row in the ecosystem list
  • src/components/layouts/Footer.tsx — the ecosystemLinks column

Verification

https://iqindustries.ai/   → 000 (connection timed out after 10s)
http://iqindustries.ai/    → 302 → http://www.iqindustries.ai/
https://iqindustries.com/  → 200

Every other external URL in src was swept at the same time and is healthy. The non-200s that remain are all expected: fraxscan.com and polygonscan.com return 403 to curl but load in a browser, upbit.com and binance.com refuse curl on bot detection, the Alchemy and CoinGecko 401s are keyless API base URLs, and the Drip 404 is a POST-only form endpoint.

biome check clean.

iqindustries.ai does not answer on 443 — the domain sits on a parking IP
that only serves a redirect over port 80, so both links were dead.
@vercel

vercel Bot commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
braindao-ui Ready Ready Preview Aug 21, 2026 3:36pm

Request Review

@invisiblemask
invisiblemask merged commit e0d9bd5 into main Aug 21, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants