docs(angular): fix malformed QueryClient reference link in provideQueryClient docs#10993
docs(angular): fix malformed QueryClient reference link in provideQueryClient docs#10993sanjibani wants to merge 1 commit into
Conversation
…ryClient docs The link was auto-generated with a '|' pipe inside the URL, producing HTTP 500 from tanstack.com. The link text was the URL itself rather than the 'QueryClient' label. Replace with the canonical link: [QueryClient](https://tanstack.com/query/latest/docs/reference/QueryClient)
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughA single Markdown link for provideQueryClient docs
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~1 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ 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 |
|
since the docs are generated, a one time fixup won’t help us when we re-generate the next time |
The auto-generated link in
docs/framework/angular/reference/functions/provideQueryClient.mdhad a|pipe inside the URL (https://tanstack.com/query/latest/docs/reference/QueryClient|QueryClient), which tanstack.com returns HTTP 500 for. The link text was the URL itself rather thanQueryClient. Replaced with the canonical link.Summary by CodeRabbit
provideQueryClientreference page to improve the wording and formatting of aQueryClientlink in the description.