Fix broken and placeholder links #10

Open
opened 2026-05-18 22:06:55 +00:00 by NW · 0 comments
Owner

Problem

The landing page contains 13+ placeholder href="#" links and several external social links pointing to non-existent accounts.

Affected Files

  • landing/src/index.html (primary)
Line Element Current
74 Navbar brand href="#"
405 Руководство PDF href="#"
408 Исходный код href="#"
477 Doc card 1 href="#"
486 Doc card 2 href="#"
495 Doc card 3 href="#"
504 Doc card 4 href="#"
578 Community card 1 href="#"
587 Community card 2 href="#"
596 Community card 3 href="#"
606 Bug Bounty href="#"

Acceptance Criteria

  • All href="#" replaced with real URLs or links removed if no target exists
  • Navbar brand href points to landing page root (/ or index.html)
  • Doc cards link to actual documentation pages or are removed
  • Community cards link to real project accounts or are removed
  • Social links verified: each URL returns HTTP 200 or is removed
  • Bug Bounty link points to security policy or SECURITY.md if it exists
  • No remaining href="#" in the entire landing page
  • All external links checked with curl -I verification

Labels

type::bug, priority::high, status::new, workflow::landing

## Problem The landing page contains 13+ placeholder `href="#"` links and several external social links pointing to non-existent accounts. ## Affected Files - `landing/src/index.html` (primary) ## Placeholder Links (href="#") | Line | Element | Current | |------|---------|----------| | 74 | Navbar brand | `href="#"` | | 405 | Руководство PDF | `href="#"` | | 408 | Исходный код | `href="#"` | | 477 | Doc card 1 | `href="#"` | | 486 | Doc card 2 | `href="#"` | | 495 | Doc card 3 | `href="#"` | | 504 | Doc card 4 | `href="#"` | | 578 | Community card 1 | `href="#"` | | 587 | Community card 2 | `href="#"` | | 596 | Community card 3 | `href="#"` | | 606 | Bug Bounty | `href="#"` | ## Non-existent External Links - https://github.com/phantom-protocol - https://twitter.com/PhantomProtocol - https://t.me/phantomprotocol - https://t.me/PhantomProtocol - https://discord.gg/phantom ## Acceptance Criteria - [ ] All `href="#"` replaced with real URLs or links removed if no target exists - [ ] Navbar brand href points to landing page root (`/` or `index.html`) - [ ] Doc cards link to actual documentation pages or are removed - [ ] Community cards link to real project accounts or are removed - [ ] Social links verified: each URL returns HTTP 200 or is removed - [ ] Bug Bounty link points to security policy or `SECURITY.md` if it exists - [ ] No remaining `href="#"` in the entire landing page - [ ] All external links checked with `curl -I` verification ## Labels type::bug, priority::high, status::new, workflow::landing
NW added this to the Landing Refactoring 2025 milestone 2026-05-18 22:06:55 +00:00
NW added the status::newpriority::hightype::bugworkflow::landing labels 2026-05-18 22:06:55 +00:00
Sign in to join this conversation.