Skip to content

Invalid URL in docs/framework/angular/guides/caching.md #8994

@bipuladk60

Description

@bipuladk60

Describe the bug

The link text "Important Defaults" within the introductory paragraph of the React Caching guide page (/docs/framework/react/guides/caching) incorrectly points to a relative path (important-defaults) within the current page's URL structure. This results in a 404 error page being displayed instead of navigating the user to the intended "Important Defaults" guide page.

Your minimal, reproducible example

https://tanstack.com/query/v5/docs/framework/react/guides/caching

Steps to reproduce

  1. Go to the React Caching guide: https://tanstack.com/query/v5/docs/framework/react/guides/caching
  2. Locate the first paragraph containing the text: "Please thoroughly read the Important Defaults before reading this guide."
  3. Click on the linked text "Important Defaults".
  4. See the 404 error page displayed within the documentation site layout. The URL likely changes to https://tanstack.com/query/v5/docs/framework/react/guides/caching/important-defaults or similar, which is not a valid page.

Expected behavior

As a user, I expected clicking the "Important Defaults" link to navigate me directly to the dedicated "Important Defaults" guide page located at: https://tanstack.com/query/v5/docs/framework/react/guides/important-defaults.

How often does this bug happen?

None

Screenshots or Videos

Image

Platform

  • OS: Likely affects all OS (Tested on Windows 11, macOS Sonoma)
  • Browser: Likely affects all browsers (Tested on Chrome, Firefox, Edge)
  • Version: Latest stable versions

Tanstack Query adapter

None

TanStack Query version

v5

TypeScript version

5.8.2

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions