docs: fix broken example links to renamed/missing directories - #15014
Closed
ThomasHartDev wants to merge 1 commit into
Closed
docs: fix broken example links to renamed/missing directories#15014ThomasHartDev wants to merge 1 commit into
ThomasHartDev wants to merge 1 commit into
Conversation
The next-openai example was renamed to ai-e2e-next, and the rate limits README had a stale path that never matched the directory name. Update all doc and README references so the links resolve. Refs #14705
5 tasks
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.
Issue #14705 reports doc links pointing at
examples/next-openai, which 404s now that the directory was renamed toexamples/ai-e2e-next. While checking the repo, also caught a stale path in the rate-limits README that points atexamples/next-openai-rate-limits(the actual dir isexamples/next-openai-upstash-rate-limits), and the deploy-button URL onexamples/ai-e2e-next/README.mditself was missed during the rename.Changes:
content/docs/04-ai-sdk-ui/01-overview.mdx— Next.js framework example linkcontent/providers/05-observability/langfuse.mdx— Langfuse template referenceexamples/ai-e2e-next/README.md— Vercel deploy-button URLexamples/next-openai-upstash-rate-limits/README.md— deploy-button URL + 3 create-next-app commandsOut of scope (flagged for follow-up):
content/cookbook/01-next/75-human-in-the-loop.mdxreferences a/test-tool-approvalpage that does not exist in any current example. Will comment on Broken docs links still point to missing examples/next-openai path #14705 to ask which example should host this demo before patching the link.Refs #14705