Skip to content

Commit 96fd88b

Browse files
authored
Update docs links (#122)
* Update links in doc * Update broken link * Apply consistency
1 parent daed34d commit 96fd88b

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ v2+ releases introduces couple of breaking changes compared to previous versions
3434

3535
- `modules/workloads/infra` module moves to `modules/eks-monitoring`
3636
- All EKS configuration options moves from the base module to the `eks-monitoring` module
37-
- All EKS workload modules `modules/workloads/{java,nginx}` merge into `eks-monitoring` as configuration options (patterns), see [examples](./examples) to provide a more complete visiblity.
37+
- All EKS workload modules `modules/workloads/{java,nginx}` merge into `eks-monitoring` as configuration options (patterns), see [examples](./examples) to provide a more complete visiblity
3838
- All examples have been updated to reflect these changes
3939

4040
### Base Module

docs/eks/destroy.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ terraform state rm "module.eks_observability_accelerator.aws_prometheus_workspac
2020
```
2121

2222
!!! note
23-
To view all the features proposed by this module, visit the [module documentation](https://github.com/aws-observability/terraform-aws-observability-accelerator/tree/main/modules/workloads/infra).
23+
To view all the features proposed by this module,
24+
visit the [module documentation](https://github.com/aws-observability/terraform-aws-observability-accelerator/tree/main/modules/eks-monitoring).

docs/eks/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This example demonstrates how to monitor your Amazon Elastic Kubernetes Service
44
(Amazon EKS) cluster with the Observability Accelerator's EKS
5-
[infrastructure module](https://github.com/aws-observability/terraform-aws-observability-accelerator/tree/feat/modules-composition/modules/eks-monitoring).
5+
[infrastructure module](https://github.com/aws-observability/terraform-aws-observability-accelerator/tree/main/modules/eks-monitoring).
66

77
Monitoring Amazon Elastic Kubernetes Service (Amazon EKS) for metrics has two categories:
88
the control plane and the Amazon EKS nodes (with Kubernetes objects).

docs/eks/java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
!!! note
44
Since v2.x, Java based applications monitoring on EKS has been merged within
5-
the [eks-monitoring module](https://github.com/aws-observability/terraform-aws-observability-accelerator/tree/feat/modules-composition/modules/eks-monitoring)
5+
the [eks-monitoring module](https://github.com/aws-observability/terraform-aws-observability-accelerator/tree/main/modules/eks-monitoring)
66
to allow visibility both on the cluster and the workloads, [#59](https://github.com/aws-observability/terraform-aws-observability-accelerator/issues/59).
77

88
In addition to EKS infrastructure monitoring, the current example provides
@@ -24,7 +24,7 @@ module "eks_monitoring" {
2424
}
2525
```
2626

27-
You can further customize the Java pattern by providing `java_config` [options](https://github.com/aws-observability/terraform-aws-observability-accelerator/blob/feat/modules-composition/modules/eks-monitoring/README.md#input_java_config).
27+
You can further customize the Java pattern by providing `java_config` [options](https://github.com/aws-observability/terraform-aws-observability-accelerator/blob/main/modules/eks-monitoring/README.md#input_java_config).
2828

2929
### 2. Grafana API key
3030

docs/eks/nginx.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
!!! note
44
Since v2.x, NGINX based applications monitoring on EKS has been merged within
5-
the [eks-monitoring module](https://github.com/aws-observability/terraform-aws-observability-accelerator/tree/feat/modules-composition/modules/eks-monitoring)
5+
the [eks-monitoring module](https://github.com/aws-observability/terraform-aws-observability-accelerator/tree/main/modules/eks-monitoring)
66
to allow visibility both on the cluster and the workloads, [#59](https://github.com/aws-observability/terraform-aws-observability-accelerator/issues/59).
77

88
In addition to EKS infrastructure monitoring, the current example provides
@@ -24,7 +24,7 @@ module "eks_monitoring" {
2424
}
2525
```
2626

27-
You can further customize the NGINX pattern by providing `nginx_config` [options](https://github.com/aws-observability/terraform-aws-observability-accelerator/blob/feat/modules-composition/modules/eks-monitoring/README.md#input_nginx_config).
27+
You can further customize the NGINX pattern by providing `nginx_config` [options](https://github.com/aws-observability/terraform-aws-observability-accelerator/blob/main/modules/eks-monitoring/README.md#input_nginx_config).
2828

2929
### 2. Grafana API key
3030

0 commit comments

Comments
 (0)