Skip to content

Commit

Permalink
Merge pull request #698 from logzio/fixing-links-oct31
Browse files Browse the repository at this point in the history
Fixing urls
  • Loading branch information
Simplychee authored Oct 31, 2024
2 parents ebafb12 + eb50b42 commit 0ac9462
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const FeatureList = [
},
{
title: 'Kubernetes 360',
link: "/docs/user-guide/k8s-360/overview/",
link: "/docs/k8s-360/overview/",
Svg: require('@site/static/img/k8s.svg').default,
description: <>Monitor and troubleshoot applications deployed in Kubernetes environments.</>,
},
Expand All @@ -42,13 +42,13 @@ const FeatureList = [
},
{
title: 'Telemetry Collector',
link: "/docs/user-guide/telemetry-collector/",
link: "/docs/telemetry-collector/",
Svg: require('@site/static/img/telemetry-collector.svg').default,
description: <>Send logs, metrics, and traces data quickly and easily.</>,
},
{
title: 'Log troubleshooting',
link: "/docs/user-guide/log-management/troubleshooting/log-shipping-troubleshooting/",
link: "/docs/log-management/troubleshooting/log-shipping-troubleshooting/",
Svg: require('@site/static/img/troubleshooting.svg').default,
description: <>Troubleshoot common log related issues.</>,
},
Expand Down

0 comments on commit 0ac9462

Please sign in to comment.