fix: resolve the 9 broken links reported by mintlify broken-links - #120
Open
eastagiletracker wants to merge 1 commit into
Open
fix: resolve the 9 broken links reported by mintlify broken-links#120eastagiletracker wants to merge 1 commit into
eastagiletracker wants to merge 1 commit into
Conversation
Retargets the links whose page or asset moved, and drops the endpoint-group cards whose target page was removed or never existed. - agents-api/overview: drop the Training, Servers and Uploads cards - error-codes: point the fetch link at the Fetch Queued Images page - image-editing/overview: Flux Kontext Dev now lives under image-editing/ - image-generation/flux/flux-text-to-image: FLUX img2img is served by the shared img2img endpoint documented under community-models - image-generation/overview: drop the NanoBanana Lite card (page removed) - release-notes/overview: drop the Playground card (page removed) - video-api/video-to-video: follow the video-api image rename
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.
This PR proposes fixing the 9 broken links that
mintlify broken-linksreports onmain, every one of which is a live 404 on docs.modelslab.com today. We include this PR work along with a full history of your repo at https://eastagiletracker.com/projects/495. You can sign in with your GitHub ID to claim ownership of the project.What is broken
Running the check your README documents, on
mainat54c5bc1:This is not local-only link rot. Each of the nine targets returns
404on docs.modelslab.com right now, while all seven host pages return200— so a reader lands on a real page and clicks through to nothing. Six of the nine sit on overview and release-notes landing pages, which is the top of the navigation funnel.What changed
Four links whose target moved or was misaddressed — retargeted. Every replacement was checked against the deployed site and returns
200.image-editing/overview.mdx— the Flux Kontext Dev card pointed intoimage-generation/flux_kontext/; the page actually lives at/image-editing/flux-kontext-img-to-image.video-api/video-to-video.mdx—2cfc173("feat: images") renamed thevideo-apiexample images and updatedvideo-api/overview.mdxandvideo-api/scene-maker.mdx, but this page kept the pre-rename filename. It now points atImage_to_video_modelslab.jpg, which is the same asset under its new name, so the page renders exactly as it did before that commit.error-codes.mdx— the "Processing Status vs Errors" section linked/general-api/fetch-image, which has never existed. It now points at the community-models fetch page, the same targetimage-generation/flux/flux-text-to-image.mdxalready uses for "Retrieve results for processing requests".image-generation/flux/flux-text-to-image.mdx— the "Image to Image" related-endpoint card pointed at a FLUX-specific img2img page that has never existed;image-generation/flux/openapi.jsondocuments only/text2img. FLUX image-to-image runs through the shared/api/v6/images/img2imgendpoint, so the card now points at the community-models Image to Image page, whose own public-model list already includes theflux-1-dbase model. This is the one judgement call in the diff, and it is a one-line change if you would rather it went somewhere else.Five cards whose target was removed or never written — dropped, so the navigation stops promising a page that 404s.
image-generation/overview.mdx— the NanoBanana Lite card.0d0212c("Remove shared server nano banana docs") deleted that page set; the remaining nano banana docs are the dedicated-server ones underenterprise-api/, which is a different tier, so I did not repoint the public card at them.release-notes/overview.mdx— the Playground card.release-notes/playground.mdxwas removed in88ffeb5/64956b8and has no replacement in the repo.agents-api/overview.mdx— the Training, Servers and Uploads cards. These are not all the same case, and the difference is worth flagging:agents-openapi.jsonexposes no training paths and no server paths at all, so those two groups have nothing behind them, but Uploads is real —POST /files/uploadandPOST /files/base64, with thefiles:writescope already documented in your Token Scopes table. That card can come straight back the moment a page for it lands. I left it out rather than write one, because the published spec declares no request body for either route and I did not want to guess at the payload.Verification
Same command, same tree, on this branch:
The before state is the 9-link report above and the after state is clean, so the check that fails on
mainpasses here. The diff is 5 insertions and 20 deletions across 7.mdxfiles — nodocs.json, no OpenAPI spec, no asset, and no prose rewritten beyond one card description that would otherwise have promised a FLUX-only endpoint.How this was managed
This work was tracked as a single story, Fix the 9 broken links reported by
mintlify broken-links, on a board imported from this repo's own issues and pull requests — 119 stories in all — at https://eastagiletracker.com/projects/495.If you'd rather not receive contributions like this, reply
no-more-prson this pull request and we won't open any further ones on your repositories.Lawrence W. Sinclair
CEO / East Agile
linkedin.com/in/lwsinclair/
eastagile.com
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.