🚚 docs: Point LibreChat Links and Images at LibreChat-AI - #773
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
3 tasks
Contributor
📦 Next.js Bundle Analysis for librechat.aiThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
Contributor
📦 Next.js Bundle Analysis for librechat.aiThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
Contributor
📦 Next.js Bundle Analysis for librechat.aiThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
This branch was successfully deployed
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.
Summary
LibreChat is moving from
danny-avila/LibreChattoLibreChat-AI/LibreChat(companion PR: LibreChat-AI/LibreChat#16005). GitHub redirects the old repository URLs, but not image or chart paths: after the move, new images and charts publish toghcr.io/librechat-ai/*. This PR points the site's install commands, image and chart references, and repository links at the new owner, so readers get the current location.What changes
git cloneURLs,oci://ghcr.io/…/librechat-chart/librechat, andghcr.io/…/registry.librechat.ai/…references to LibreChat images (librechat,librechat-api,librechat-dev,librechat-dev-api,lc-dev*, and the RAG API images) now uselibrechat-ai. This coverscomponents/LocalInstallHub.tsxand the docs in every language.github.com/danny-avila/LibreChatlinks in docs, blog, README, about/privacy/terms pages and structured data, plus theapi.github.comstar and contributor fetches, now point atLibreChat-AI/LibreChat. Links todanny-avila/agentsnow point atLibreChat-AI/agents. Links todanny-avila/rag_apinow point atLibreChat-AI/rag_api, which moves to the organization too.users/danny-avilaandorgs/LibreChat-AI. Old packages keep their download history under the original owner and new pulls go to the org, so the total doesn't reset. Before the transfer the org lookups return 404 and count as 0..lycheeignore: the existing ignore patterns for removed resources match either owner.Intentionally unchanged
content/changelogandcomponents/changelogstay as historical records, and their PR, commit and compare links redirect.github.com/danny-avila/LibreChat/assets/…URLs (2,282) keep working through the redirect. They'd be churn without benefit.Testing
danny-avilareferences by hand: only the intentional exclusions above remain.prettier --checkpasses on the changed site code.node_modulesfor this repo is missing dependencies, which fails on untouched files too. CI covers it. The only code change is the GHCR helper incomponents/home/HomePageContent.tsx.