Skip to content

fix: replace vercel-labs/zero slug with vercel-labs/zerolang across docs and installer#225

Open
HariNayan wants to merge 6 commits into
vercel-labs:mainfrom
HariNayan:fix/github-slug-167
Open

fix: replace vercel-labs/zero slug with vercel-labs/zerolang across docs and installer#225
HariNayan wants to merge 6 commits into
vercel-labs:mainfrom
HariNayan:fix/github-slug-167

Conversation

@HariNayan
Copy link
Copy Markdown

fix: replace vercel-labs/zero slug with vercel-labs/zerolang across docs and installer

Closes #167

Problem

Several user-facing files still defaulted to the old vercel-labs/zero
repository slug. GitHub redirects it today but the name is wrong and
could silently break if the redirect is ever removed — affecting the
installer download, star count API calls, header links, agent skill
commands, and the docs-chat system prompt all at once.

Changes

Six string replacements across the docs layer, no logic touched:

File What changed
docs/public/install.sh ZERO_REPO default: vercel-labs/zerovercel-labs/zerolang
docs/lib/github.ts REPO constant fallback for GitHub star count API
docs/components/site-header.tsx GitHub header href fallback
docs/components/install-copy.tsx npx skills add command string shown to users
docs/articles/install.md Install article prose reference
docs/app/api/docs-chat/route.ts SYSTEM_PROMPT GitHub repository URL

Verification

Search the repo for vercel-labs/zero" (with closing quote) —
no results should remain. All six affected lines now read
vercel-labs/zerolang.

No tests need updating. No command contracts change.
No compiler behavior is affected.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 22, 2026

@HariNayan is attempting to deploy a commit to the Vercel Labs Team on Vercel.

A member of the Team first needs to authorize it.

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.

Use vercel-labs/zerolang as the default GitHub slug in installer and docs

1 participant