Update Foreman recipe link to new Vercel KB article - #543
Merged
Conversation
The build-a-browser-agent KB article was taken down; point the recipe link at the replacement software-factory-browser guide.
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
There was a problem hiding this comment.
Risk assessment: Very Low
Verdict: Approve.
The diff is a single-line href update in integrations/vercel/foreman.mdx (+1 / -1). The "view the recipe" link changes from https://vercel.com/kb/guide/build-a-browser-agent to https://vercel.com/kb/guide/software-factory-browser. Same host and /kb/guide/ path prefix. The adjacent copy-prompt block and all other page content are unchanged.
- Codepaths: Documentation MDX only. No application, auth, billing, or infrastructure files.
- Blast radius: One outbound recipe link on the Foreman integration page.
- Complexity: Trivial URL swap.
- Infra / operational / security: None. Destination stays on
vercel.com. No CODEOWNERS file in this repo, so code-owner review is not required. - Reviews: No prior approval on this PR.
This matches the Very Low bar (documentation-only, small diff, no production logic).
Sent by Cursor Automation: Assign PR reviewers
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
vercel.com/kb/guide/software-factory-browser), replacing the previousbuild-a-browser-agentguide which was taken down.Test plan
build-a-browser-agentURL.Note
Low Risk
Documentation-only URL swap with no runtime, auth, or data-handling impact.
Overview
Updates the Foreman integration “view the recipe ↗” link so it targets Vercel’s
software-factory-browserknowledge-base guide instead of the removedbuild-a-browser-agentarticle. No other copy or behavior on the page changes.Reviewed by Cursor Bugbot for commit d8a4452. Bugbot is set up for automated code reviews on this repo. Configure here.