docs: fix broken MiniMax link in README (docs/minimax.md 404s) - #1122
Open
latent-9 wants to merge 1 commit into
Open
docs: fix broken MiniMax link in README (docs/minimax.md 404s)#1122latent-9 wants to merge 1 commit into
latent-9 wants to merge 1 commit into
Conversation
The MiniMax provider in the README links to docs/minimax.md, which does not exist (404). The sibling providers on the same line (OpenAI, Groq, Azure, Gemini) are plain bold, and the translated READMEs (docs/italian.md, docs/spanish.md) already render MiniMax de-linked. De-link MiniMax to match.
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.
The MiniMax provider in the README links to
docs/minimax.md, which returns a 404 — no such file exists in the repo (docs were moved off-repo in #1067).On the same line, the sibling providers (
**OpenAI**,**Groq**,**Azure**,**Gemini**) are plain bold with no link, and the translated READMEs already render MiniMax de-linked:docs/italian.md:154—... **Gemini**, **MiniMax** e altri ...docs/spanish.md:157—... **Gemini**, **MiniMax** y más ...This de-links MiniMax in the English README to match, fixing the dead link. Docs-only, no functional change.