docs: repoint broken examples/next-openai links to examples/next - #14736
Closed
abhicris wants to merge 1 commit into
Closed
docs: repoint broken examples/next-openai links to examples/next#14736abhicris wants to merge 1 commit into
abhicris wants to merge 1 commit into
Conversation
vercel#14705) `examples/next-openai` returns 404 — the directory was renamed/removed upstream, but four references still point at it: - `content/providers/05-observability/langfuse.mdx` - `content/cookbook/01-next/75-human-in-the-loop.mdx` - `content/docs/04-ai-sdk-ui/01-overview.mdx` - `examples/ai-e2e-next/README.md` (the Vercel deploy button URL) Repoint each to `examples/next`, the modern minimal Next.js example already in the tree. Notes: - The `human-in-the-loop` cookbook also referenced a `/test-tool-approval` page that lived under the old `next-openai` example. That sub-page is not present in `examples/next`; the sentence is trimmed to avoid pointing at a path that does not exist either. - The `ai-e2e-next/README.md` deploy URL is repointed to `ai-e2e-next` itself (the example the README documents) rather than the missing `next-openai`. No code changes; docs/links only.
5 tasks
pull Bot
pushed a commit
to Siriusmene/ai
that referenced
this pull request
Jul 20, 2026
## Background human-in-the-loop docs still pointed to `next-openai` example which doesn't exist anymore. ## Summary updated docs to point to the right place in `ai-e2e-next` ## Related Issues Fixes vercel#14705 these PRs are also out of date: Closes vercel#16638 Closes vercel#15578 Closes vercel#14736 Closes vercel#15014
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.
Closes #14705.
https://github.com/vercel/ai/tree/main/examples/next-openaireturns 404 — the directory was renamed/removed. Four references still point at it; this PR repoints each toexamples/next(the modern minimal Next.js example already in the tree).content/providers/05-observability/langfuse.mdxcontent/cookbook/01-next/75-human-in-the-loop.mdx/test-tool-approval" since that sub-page also lived under the old example and is not present inexamples/nextcontent/docs/04-ai-sdk-ui/01-overview.mdxexamples/ai-e2e-next/README.mdai-e2e-nextitself, the example the README documentsTotal: +4 / -4. No code changes.
The companion
examples/nuxt-openaiandexamples/sveltekit-openaipaths in01-overview.mdx(lines 38-39) appear unaffected by this issue, so they're left alone in this PR. Happy to expand scope if those are also broken.Contributed by kcolbchain.