Skip to content

Commit b4c533e

Browse files
authored
fix: Fix home page links (#962)
Signed-off-by: Manabu McCloskey <[email protected]>
1 parent 9004f12 commit b4c533e

File tree

1 file changed

+4
-4
lines changed
  • website/src/components/HomepageFeatures

1 file changed

+4
-4
lines changed

website/src/components/HomepageFeatures/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ const FeatureList = [
88
title: 'Data Analytics',
99
Svg: require('@site/static/img/green-da.svg').default,
1010
description: 'Transform your data with enterprise-grade analytics solutions. Deploy Apache Spark, Ray, Dask, and Jupyter environments with production-ready configurations. Scale from terabytes to petabytes with confidence using battle-tested architectures.',
11-
link: 'https://awslabs.github.io/data-on-eks/docs/category/data-analytics-on-eks',
11+
link: 'https://awslabs.github.io/data-on-eks/docs/datastacks/processing',
1212
imagePosition: 'left'
1313
},
1414
{
1515
title: 'Streaming Data Platforms',
1616
Svg: require('@site/static/img/green-stream.svg').default,
1717
description: 'Build real-time data pipelines that never sleep. Process millions of events per second with Apache Kafka, Flink, and Kinesis. From IoT sensors to financial transactions, handle any streaming workload at any scale.',
18-
link: 'https://awslabs.github.io/data-on-eks/docs/category/streaming-platforms-on-eks',
18+
link: 'https://awslabs.github.io/data-on-eks/docs/datastacks/streaming',
1919
imagePosition: 'right'
2020
},
2121
{
@@ -29,14 +29,14 @@ const FeatureList = [
2929
title: 'Workflow Orchestration',
3030
Svg: require('@site/static/img/green-schd.svg').default,
3131
description: 'Orchestrate complex data workflows with precision. Deploy Apache Airflow, Argo Workflows, and Amazon MWAA to automate ETL pipelines, ML training, and data quality checks. Never miss a dependency again.',
32-
link: 'https://awslabs.github.io/data-on-eks/docs/category/job-schedulers-on-eks',
32+
link: 'https://awslabs.github.io/data-on-eks/docs/datastacks/orchestration',
3333
imagePosition: 'right'
3434
},
3535
{
3636
title: 'Distributed Databases & Query Engines',
3737
Svg: require('@site/static/img/green-dd.svg').default,
3838
description: 'Query anything, anywhere, anytime. Deploy Trino, Presto, and ClickHouse for lightning-fast analytics across data lakes, warehouses, and real-time streams. Join data across 50+ sources in milliseconds.',
39-
link: 'https://awslabs.github.io/data-on-eks/docs/category/distributed-databases-on-eks',
39+
link: 'https://awslabs.github.io/data-on-eks/docs/datastacks/databases',
4040
imagePosition: 'left'
4141
},
4242
];

0 commit comments

Comments
 (0)