fix: replace vercel-labs/zero slug with vercel-labs/zerolang across docs and installer#225
Open
HariNayan wants to merge 6 commits into
Open
fix: replace vercel-labs/zero slug with vercel-labs/zerolang across docs and installer#225HariNayan wants to merge 6 commits into
vercel-labs/zero slug with vercel-labs/zerolang across docs and installer#225HariNayan wants to merge 6 commits into
Conversation
Updated GitHub repository link to point to 'zerolang'.
|
@HariNayan is attempting to deploy a commit to the Vercel Labs Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
fix: replace
vercel-labs/zeroslug withvercel-labs/zerolangacross docs and installerCloses #167
Problem
Several user-facing files still defaulted to the old
vercel-labs/zerorepository 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:
docs/public/install.shZERO_REPOdefault:vercel-labs/zero→vercel-labs/zerolangdocs/lib/github.tsREPOconstant fallback for GitHub star count APIdocs/components/site-header.tsxhreffallbackdocs/components/install-copy.tsxnpx skills addcommand string shown to usersdocs/articles/install.mddocs/app/api/docs-chat/route.tsSYSTEM_PROMPTGitHub repository URLVerification
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.