Skip to content

docs(angular): fix malformed QueryClient reference link in provideQueryClient docs#10993

Closed
sanjibani wants to merge 1 commit into
TanStack:mainfrom
sanjibani:docs/fix-angular-providequeryclient-link
Closed

docs(angular): fix malformed QueryClient reference link in provideQueryClient docs#10993
sanjibani wants to merge 1 commit into
TanStack:mainfrom
sanjibani:docs/fix-angular-providequeryclient-link

Conversation

@sanjibani

@sanjibani sanjibani commented Jun 27, 2026

Copy link
Copy Markdown

The auto-generated link in docs/framework/angular/reference/functions/provideQueryClient.md had 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 than QueryClient. Replaced with the canonical link.

Summary by CodeRabbit

  • Documentation
    • Updated the provideQueryClient reference page to improve the wording and formatting of a QueryClient link in the description.

…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)
@coderabbitai

coderabbitai Bot commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: d3e3cee2-6ebc-4506-94ba-eabe901b0436

📥 Commits

Reviewing files that changed from the base of the PR and between b03390b and 5926067.

📒 Files selected for processing (1)
  • docs/framework/angular/reference/functions/provideQueryClient.md

📝 Walkthrough

Walkthrough

A single Markdown link for QueryClient in provideQueryClient.md is updated from a pipe/alias link format to a direct link target format.

provideQueryClient docs

Layer / File(s) Summary
QueryClient link syntax fix
docs/framework/angular/reference/functions/provideQueryClient.md
Changes the QueryClient Markdown link from pipe/alias form to a direct link target in the description.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~1 minutes

Poem

A link once aliased, now points straight and true,
One pipe removed, the path shines right through.
The rabbit hops past, whiskers all a-twitch,
"Such a tiny fix — not even a glitch!"
🐇✨

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description states the fix, but it omits the required template sections, checklist items, and release impact details. Rewrite the PR description using the template: add the Changes section, complete the checklist, and mark the release impact.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title is concise, specific, and accurately summarizes the doc link fix.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@TkDodo

TkDodo commented Jun 27, 2026

Copy link
Copy Markdown
Collaborator

since the docs are generated, a one time fixup won’t help us when we re-generate the next time

@TkDodo TkDodo closed this Jun 27, 2026
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.

2 participants