Skip to content

docs: URL in docs was missing the docs/ prefix, 404 errors#852

Merged
TooTallNate merged 2 commits into
vercel:mainfrom
michael-han-dev:fix/docs-edit-link-404
Jan 27, 2026
Merged

docs: URL in docs was missing the docs/ prefix, 404 errors#852
TooTallNate merged 2 commits into
vercel:mainfrom
michael-han-dev:fix/docs-edit-link-404

Conversation

@michael-han-dev
Copy link
Copy Markdown
Contributor

Summary

  • Fix "Edit this page on GitHub" link generating 404 errors by adding missing docs/ prefix to the URL path

Verified the fix by manually testing the generated URL with the docs/ prefix and it correctly opens the GitHub edit page instead of 404.

Fixes #841

PR Checklist - Required to merge

  • 📦 pnpm changeset was run to create a changelog for this PR
    • During beta, we only use "patch" mode for changes. Don't tag minor/major versions.
    • Use pnpm changeset --empty if you are changing documentation or workbench apps
  • 🔒 DCO sign-off passes (run git commit --signoff on your commits)

Signed-off-by: voyager14 <21mh124@queensu.ca>
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Jan 26, 2026

🦋 Changeset detected

Latest commit: 140c2f5

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 0 packages

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Jan 26, 2026

@michael-han-dev is attempting to deploy a commit to the Vercel Labs Team on Vercel.

A member of the Team first needs to authorize it.

Signed-off-by: voyager14 <21mh124@queensu.ca>
@TooTallNate
Copy link
Copy Markdown
Member

Thank you!

@TooTallNate TooTallNate merged commit 4d7badc into vercel:main Jan 27, 2026
61 of 91 checks passed
pranaygp added a commit that referenced this pull request Jan 28, 2026
…s-and-commands

* origin/main:
  fix(@workflow/ai): support provider-executed tools (AI SDK v6) (#734)
  Publish "workflow" and "@workflow/core" package versions in sync (#870)
  Add SDK version to workflow run executionContext for observability (#868)
  Allow recreateRun to accept an optional deploymentId parameter (#869)
  Add support for top-level `using` declarations inside of step / workflow functions (#866)
  docs: URL in docs was missing the docs/ prefix, 404 errors (#852)
  Add "classes" object to `manifest.json` file (#864)
  Fix Nest workbench app build (#865)
  Ignore Astro on local dev tests for source map e2e tests (#863)
  Enable custom class serialization transformations for "client" mode (#860)
  Submit request bodies with CBOR encoding (#844)
  [world-vercel] Update queue to use VQS v3 API (#799)
  NestJS framework support (#840)
  Fix resolve hook theming and token fetching. (#856)
  docs: rename Control Flow Patterns to Common Patterns and add new content (#846)
  docs: revamp World documentation pages (#763)
  Remove unused `getWritable` stub function (#855)

# Conflicts:
#	packages/core/package.json
#	pnpm-lock.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG/PR REQUEST] - "Edit this page on GitHub" forwards to 404 page

2 participants