docs(start): fix authenticated routes doc URL#7214
docs(start): fix authenticated routes doc URL#7214schiller-manuel merged 1 commit intoTanStack:mainfrom
Conversation
📝 WalkthroughWalkthroughUpdated a documentation link by removing the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
View your CI Pipeline Execution ↗ for commit 7d0f6f3
☁️ Nx Cloud last updated this comment at |
There was a problem hiding this comment.
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
docs/start/framework/react/guide/authentication-overview.md (1)
239-239:⚠️ Potential issue | 🟡 MinorRemove
.mdextension from line 239 for consistency with cross-project link format.Line 239 uses
/router/latest/docs/framework/react/how-to/README.md#authentication, which includes the.mdextension before the anchor. This is inconsistent with line 230 (/router/latest/docs/framework/react/guide/authenticated-routes) and the standard pattern for all other cross-project links in the Start documentation (which omit the.mdextension). Change line 239 to:/router/latest/docs/framework/react/how-to/README#authentication🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@docs/start/framework/react/guide/authentication-overview.md` at line 239, Update the cross-project link on the page by removing the `.md` extension from the URL string `/router/latest/docs/framework/react/how-to/README.md#authentication`; replace it with `/router/latest/docs/framework/react/how-to/README#authentication` so it matches the other links (e.g., `/router/latest/docs/framework/react/guide/authenticated-routes`) and the project's standard link format.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Outside diff comments:
In `@docs/start/framework/react/guide/authentication-overview.md`:
- Line 239: Update the cross-project link on the page by removing the `.md`
extension from the URL string
`/router/latest/docs/framework/react/how-to/README.md#authentication`; replace
it with `/router/latest/docs/framework/react/how-to/README#authentication` so it
matches the other links (e.g.,
`/router/latest/docs/framework/react/guide/authenticated-routes`) and the
project's standard link format.
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 4a67d731-3cc8-4a2e-8fd2-435f7d52def2
📒 Files selected for processing (1)
docs/start/framework/react/guide/authentication-overview.md
Fixes one docs link in authentication-overview.md by removing the .md suffix from the authenticated-routes URL so it resolves correctly on the TanStack docs site (no more 404)
Summary by CodeRabbit