Skip to content

Commit

Permalink
docs: Update links under analytics patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs committed Nov 15, 2023
1 parent 75cdbe9 commit d81bb8f
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
args: ['--markdown-linebreak-ext=md']
Expand All @@ -10,7 +10,7 @@ repos:
- id: detect-aws-credentials
args: ['--allow-missing-credentials']
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.81.0
rev: v1.83.5
hooks:
- id: terraform_fmt
- id: terraform_docs
Expand Down
2 changes: 1 addition & 1 deletion analytics/cdk/emr-eks/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Deploy EMR on EKS with CDK Blueprints

For detailed instruction please visit https://awslabs.github.io/data-on-eks/docs/amazon-emr-on-eks/emr-eks-cdk
For detailed instruction please visit https://awslabs.github.io/data-on-eks/docs/blueprints/amazon-emr-on-eks/emr-eks-cdk
2 changes: 1 addition & 1 deletion analytics/terraform/datahub-on-eks/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Deploying DataHub on EKS
Checkout the [documentation website](https://awslabs.github.io/data-on-eks/docs/data-analytics/datahub-on-eks) to deploy this pattern and run sample tests.
Checkout the [documentation website](https://awslabs.github.io/data-on-eks/docs/blueprints/data-analytics/datahub-on-eks) to deploy this pattern and run sample tests.

<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
## Requirements
Expand Down
2 changes: 1 addition & 1 deletion analytics/terraform/emr-eks-ack/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# EMR on EKS with ACK Controller and Crossplane

This pattern is used to deploy the EKS Cluster with EMR on EKS ACK Controllers and Crossplane.
Checkout the [documentation website](https://awslabs.github.io/data-on-eks/docs/amazon-emr-on-eks/emr-eks-ack) to deploy this pattern and run sample tests.
Checkout the [documentation website](https://awslabs.github.io/data-on-eks/docs/blueprints/amazon-emr-on-eks/emr-eks-ack) to deploy this pattern and run sample tests.

<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
## Requirements
Expand Down
2 changes: 1 addition & 1 deletion analytics/terraform/emr-eks-fargate/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# EMR on EKS with Apache YuniKorn Batch Scheduler

Checkout the [documentation website](https://awslabs.github.io/data-on-eks/docs/amazon-emr-on-eks/emr-eks-fargate) to deploy this pattern and run sample tests.
Checkout the [documentation website](https://awslabs.github.io/data-on-eks/docs/blueprints/amazon-emr-on-eks/emr-eks-fargate) to deploy this pattern and run sample tests.

<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
## Requirements
Expand Down
2 changes: 1 addition & 1 deletion analytics/terraform/emr-eks-karpenter/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scaling EMR on EKS Spark Jobs with Karpenter Autoscaler

Checkout the [documentation website](https://awslabs.github.io/data-on-eks/docs/amazon-emr-on-eks/emr-eks-karpenter) to deploy this pattern and run sample tests.
Checkout the [documentation website](https://awslabs.github.io/data-on-eks/docs/blueprints/amazon-emr-on-eks/emr-eks-karpenter) to deploy this pattern and run sample tests.

<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
## Requirements
Expand Down
2 changes: 1 addition & 1 deletion analytics/terraform/spark-k8s-operator/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Spark on K8s Operator with EKS
Checkout the [documentation website](https://awslabs.github.io/data-on-eks/docs/data-analytics/spark-operator-yunikorn) to deploy this pattern and run sample tests.
Checkout the [documentation website](https://awslabs.github.io/data-on-eks/docs/blueprints/data-analytics/spark-operator-yunikorn) to deploy this pattern and run sample tests.

<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
## Requirements
Expand Down

0 comments on commit d81bb8f

Please sign in to comment.