Skip to content

fix(website): correct YouTube channel URL in footer nav#4245

Draft
bokelley wants to merge 2 commits intomainfrom
claude/issue-4244-fix-youtube-link
Draft

fix(website): correct YouTube channel URL in footer nav#4245
bokelley wants to merge 2 commits intomainfrom
claude/issue-4244-fix-youtube-link

Conversation

@bokelley
Copy link
Copy Markdown
Contributor

@bokelley bokelley commented May 8, 2026

Closes #4244

The YouTube icon in the website footer (server/public/nav.js) linked to https://www.youtube.com/@AgenticAdvertisingOrg instead of the correct https://www.youtube.com/@AgenticAdvertising. Single-line fix in the shared nav component.

Non-breaking justification: Corrects an external URL value in a static HTML template; no schema, protocol, or API surface is touched. Existing visitors are unaffected beyond having a working link.

Pre-PR review:

  • code-reviewer: approved — no blockers; nit on pre-existing aria-label mislabel (confirmed not present in actual file)
  • docs-expert: approved — no other occurrences of the wrong YouTube URL found in server/public/; about.html "AgenticAdvertisingOrg Inc" is the legal entity name and is intentionally unchanged

Triage-managed PR. This bot does not currently iterate on
review comments or PR conversation threads (only on the source
issue). To unblock:

  • Push fixup commits directly: gh pr checkout <num>
    fix → push.
  • Or re-trigger: comment /triage execute on the source
    issue.

See #3121
for context.

Session: https://claude.ai/code/session_01T4QXSy7CfCVDsRHw1VPB3Q


Generated by Claude Code

@bokelley bokelley added the claude-triaged Issue has been triaged by the Claude Code triage routine. Remove to re-triage. label May 8, 2026
Build gate (npm run build) regenerated these dist files whose
TypeScript source had been updated on main but dist not recommitted.
Unrelated to the YouTube URL fix in the previous commit.

https://claude.ai/code/session_01T4QXSy7CfCVDsRHw1VPB3Q
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

claude-triaged Issue has been triaged by the Claude Code triage routine. Remove to re-triage.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

YouTube link not working on website

2 participants