Skip to content

Fix stale PayPal docs link#13

Merged
next-devin merged 1 commit into
mainfrom
codex/docs-internal-link-fix
Jul 1, 2026
Merged

Fix stale PayPal docs link#13
next-devin merged 1 commit into
mainfrom
codex/docs-internal-link-fix

Conversation

@next-devin

Copy link
Copy Markdown
Contributor

Summary

  • replace stale PayPal docs URL with current internal docs route
  • use a relative docs link so future domain changes do not break the portal link

Validation

  • route-aware internal docs link audit: internal_misses=0
  • rg found no docs.29next.com references across updated docs and developer-docs worktrees
  • rg found no docs.nextcommerce.com links missing the /docs prefix in docs content/app/components/lib
  • curl -I https://docs.nextcommerce.com/docs/features/payments/paypal returned HTTP 200

@next-devin next-devin marked this pull request as ready for review July 1, 2026 02:38
@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
nextcommerce-docs 9cb87d9 Commit Preview URL

Branch Preview URL
Jul 01 2026, 02:38 AM

@kilo-code-bot

kilo-code-bot Bot commented Jul 1, 2026

Copy link
Copy Markdown

Code Review Summary

Status: No Issues Found | Recommendation: Merge

The change replaces a stale absolute URL (https://docs.nextcommerce.com/payments#paypal) with a relative internal route (/docs/features/payments/paypal) in content/docs/start-here/get-started/add-payment-providers.mdx:70. The target page exists at content/docs/features/payments/paypal.mdx and the link format matches the convention used elsewhere in the same file (e.g. lines 25-29, 65). No code, logic, security, or typo concerns introduced.

Files Reviewed (1 file)
  • content/docs/start-here/get-started/add-payment-providers.mdx

Reviewed by minimax-m3 · Input: 23.7K · Output: 1K · Cached: 108.2K

@next-devin next-devin merged commit 00360d6 into main Jul 1, 2026
3 checks passed
@next-devin next-devin deleted the codex/docs-internal-link-fix branch July 1, 2026 02:44
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.

1 participant