Skip to content

Commit df712ab

Browse files
Fix Prometheus image link to point to discover-metrics page (opensearch-project#265)
The Prometheus metrics image in CompetitorComparison was linking to /docs/dashboards/ which doesn't exist. Updated to link to /docs/investigate/discover-metrics/ as intended. Resolves opensearch-project#263 Signed-off-by: joshuali925-osdbot <278181255+joshuali925-osdbot@users.noreply.github.com> Co-authored-by: joshuali925-osdbot <278181255+joshuali925-osdbot@users.noreply.github.com>
1 parent 59cca26 commit df712ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/components/CompetitorComparison.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const showcaseItems: ShowcaseItem[] = [
4444
description: 'PromQL-powered metrics dashboards with custom panels, alerting, and auto-computed RED metrics.',
4545
image: '/images/dashboards/prometheus.png',
4646
alt: 'Prometheus metrics dashboard',
47-
link: '/docs/dashboards/',
47+
link: '/docs/investigate/discover-metrics/',
4848
},
4949
{
5050
title: 'Cross-Signal Correlation',

0 commit comments

Comments
 (0)