[Doc] Broken hyperlink for “this recipe” on Cubes documentation page
- Dominant language
- Rust
- Stars
- 20.8k
- Forks
- 2.1k
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 181
Description
## Page
[Cube Docs – Cubes](https://docs.cube.dev/docs/data-modeling/cubes)
## Description
On the Cubes documentation page, the sentence:
> “If you’re using dbt, see this recipe to streamline defining cubes on top of dbt models.”
contains a broken hyperlink on the text **“this recipe”**. Clicking the link results in a **404 / Not Found** page.
## Steps to Reproduce
1. Open https://docs.cube.dev/docs/data-modeling/cubes
2. Search for the text:
> “If you’re using dbt, see this recipe to streamline defining cubes on top of dbt models.”
3. Click the hyperlink on **“this recipe”**
4. Observe that the destination page is not found
## Expected Behavior
The hyperlink should navigate to the correct dbt integration recipe/documentation page.
## Actual Behavior
The link redirects to a non-existent page (404 / Not Found).
## Severity
Minor documentation bug
## Suggested Fix
Update the hyperlink target to the correct dbt recipe page or replace it with the current valid documentation URL.
Contributor guide
Assessment
This issue has not been assessed yet.