Skip to content

fix: remove /latest/ from METRICS_DOCS URL to fix 404#27510

Closed
ZackaryShen wants to merge 1 commit intoopen-metadata:mainfrom
ZackaryShen:fix/metrics-docs-link
Closed

fix: remove /latest/ from METRICS_DOCS URL to fix 404#27510
ZackaryShen wants to merge 1 commit intoopen-metadata:mainfrom
ZackaryShen:fix/metrics-docs-link

Conversation

@ZackaryShen
Copy link
Copy Markdown

Summary

Issue: Governance -> Metrics page docs link returns 404 (#27436)

Root Cause: METRICS_DOCS URL used /latest/ path segment while all other doc links in DocumentationLinksClassBase.ts use direct paths without /latest/.

Fix: Removed /latest/ from METRICS_DOCS:

  • Before: https://docs.open-metadata.org/latest/how-to-guides/data-governance/metrics
  • After: https://docs.open-metadata.org/how-to-guides/data-governance/metrics

Fixes: #27436

@ZackaryShen ZackaryShen requested a review from a team as a code owner April 18, 2026 09:10
@github-actions
Copy link
Copy Markdown
Contributor

Hi there 👋 Thanks for your contribution!

The OpenMetadata team will review the PR shortly! Once it has been labeled as safe to test, the CI workflows
will start executing and we'll be able to make sure everything is working as expected.

Let us know if you need any help!

@gitar-bot
Copy link
Copy Markdown

gitar-bot Bot commented Apr 18, 2026

Code Review ✅ Approved

Removes the /latest/ segment from the METRICS_DOCS URL to resolve 404 errors. No issues found.

Options

Display: compact → Showing less information.

Comment with these commands to change:

Compact
gitar display:verbose         

Was this helpful? React with 👍 / 👎 | Gitar

@ZackaryShen ZackaryShen closed this by deleting the head repository Apr 28, 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.

Governance -> Metrics "docs" links goes to a 404 page

1 participant