Skip to content

Commit 7cd5fe6

Browse files
committed
fix broken links
1 parent 6b3bc48 commit 7cd5fe6

File tree

9 files changed

+6
-11
lines changed

9 files changed

+6
-11
lines changed

content/well-architected-framework/docs/docs/define-and-automate-processes/define/as-code/cicd.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ In this section of [Codify infrastructure and tools](/well-architected-framework
2121

2222
Refer to the following documents to learn more about infrastructure definition:
2323

24-
- [Define infrastructure as code](/well-architected-framework/define-and-automate-processes/define/ci-cd/infrastructure) to understand infrastructure as code principles
24+
- [Define infrastructure as code](/well-architected-framework/define-and-automate-processes/define/as-code/infrastructure) to understand infrastructure as code principles
2525
- [Implement CI/CD](/well-architected-framework/define-and-automate-processes/automate/cicd) to implement CI/CD for continuous delivery of infrastructure and applications
2626

2727
If you are interested in learning more about CI/CD infrastructure, you can check out the following resources:

content/well-architected-framework/docs/docs/define-and-automate-processes/define/modules.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In this section of Define your processes, you learned about using Terraform modu
2727

2828
Refer to the following documents to learn more about infrastructure definition:
2929

30-
- [Define infrastructure as code](/well-architected-framework/define-and-automate-processes/define/ci-cd/infrastructure) to understand infrastructure as code principles
30+
- [Define infrastructure as code](/well-architected-framework/define-and-automate-processes/define/as-code/infrastructure) to understand infrastructure as code principles
3131
- Topics in **Automate your workflows**
3232
- [CI/CD](/well-architected-framework/define-and-automate-processes/automate/cicd) - Implement automation for infrastructure and applications
3333
- [Testing](/well-architected-framework/define-and-automate-processes/automate/testing) - Implement testing for infrastructure and applications

content/well-architected-framework/docs/docs/define-and-automate-processes/define/workflows.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ In this section of Define your processes, you learned how to identify and docume
2626

2727
Refer to the following documents to learn more about process definition:
2828

29-
- [Define infrastructure as code](/well-architected-framework/define-and-automate-processes/define/ci-cd/infrastructure) to understand what infrastructure supports your processes
29+
- [Define infrastructure as code](/well-architected-framework/define-and-automate-processes/define/as-code/infrastructure) to understand what infrastructure supports your processes
3030
- [Standardize workflows](/well-architected-framework/define-and-automate-processes/define/standardize-workflows) to create consistent processes across teams
3131
- [Build your team culture](/well-architected-framework/define-and-automate-processes/build-culture/create-high-performing-teams) to establish the foundation for successful automation

content/well-architected-framework/docs/docs/implementation-resources/implementation-resources-nomad-reliability.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The following sections cover architecture, monitoring, resource management, and
1313

1414
Learn about Nomad Community Edition and Enterprise architecture and best practices to build reliable Nomad environments.
1515

16-
- [Reference architecture](/well-architected-framework/nomad/production-reference-architecture-vm-with-consul) for HashiCorp Nomad production deployments
16+
- [Reference architecture](/nomad/tutorials/enterprise/production-reference-architecture-vm-with-consul) for HashiCorp Nomad production deployments
1717
- Learn the technical details of Nomad with [Nomad system architecture](/nomad/docs/concepts/architecture)
1818

1919
## Monitoring
@@ -22,7 +22,6 @@ Monitor your Nomad environment to collect telemetry data to view performance, au
2222

2323
- [Monitor the Nomad client and server agents](/nomad/docs/operations/monitoring-nomad) with metrics collected by the Nomad client and server agents.
2424
- Use [Nomad runtime metrics](/nomad/docs/operations/metrics-reference) to debug or understand the performance of your Nomad cluster.
25-
- [Monitor the underlying infrastructure](/well-architected-framework/reliability/reliability-deploy-application-monitoring-components) that Nomad runs on.
2625

2726
## Resource management
2827

content/well-architected-framework/docs/docs/implementation-resources/implementation-resources-packer-reliability.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Implement automation to build consistent and secure images.
1414
- [Build a golden image pipeline with HCP Packer](/packer/tutorials/cloud-production/golden-image-with-hcp-packer) to allow developers to focus on the application instead of system dependencies and patches.
1515
- Automate Packer with [GitHub Actions](/packer/tutorials/cloud-production/github-actions) and Packer templates.
1616
- Run unattended installations for [Debian](/packer/guides/automatic-operating-system-installs/preseed_ubuntu) and [Windows](/packer/guides/automatic-operating-system-installs/autounattend_windows).
17-
- Use Packer to [streamline your container or VM application deployments](/well-architected-framework/operational-excellence/operational-excellence-application-deployment).
1817

1918
## Compliance
2019

content/well-architected-framework/docs/docs/implementation-resources/implementation-resources-terraform-reliability.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ Monitor your Terraform Enterprise environment to collect telemetry data, view pe
2828

2929
- [Enable logs and metrics in Terraform Enterprise](/terraform/enterprise/deploy/replicated/monitoring/logging) so that you can monitor your non-Replicated deployment.
3030

31-
- [Monitor the underlying infrastructure](/well-architected-framework/reliability/reliability-deploy-application-monitoring-components) that Terraform runs on.
32-
3331
## Recovery
3432

3533
Recover Terraform Enterprise in the case of cluster degradation through regular backups.

content/well-architected-framework/docs/docs/implementation-resources/implementation-resources-vault-reliability.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ Monitor Vault to collect telemetry data to view performance, audits, and infrast
2626
- Use the [Vault usage metrics dashboard](/vault/docs/concepts/client-count/usage-metrics) in the Vault UI to filter usage metrics by namespace or auth methods.
2727
- [Enable Vault telemetry gathering](/vault/docs/internals/telemetry/enable-telemetry) to collect [telemetry data](/vault/docs/internals/telemetry) from your Vault cluster.
2828
- Use [audit devices](/vault/docs/audit) to collect a detailed log of all requests to Vault and their responses.
29-
- [Monitor the underlying infrastructure](/well-architected-framework/reliability/reliability-deploy-application-monitoring-components) Vault runs on.
3029

3130
## Resource management
3231

content/well-architected-framework/docs/docs/secure-systems/data/protect-sensitive-data.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Define a data lifecyle policy for your organization and protect sen
77

88
Sensitive data is data that could cause harm if unauthorized people access it. Examples of sensitive data include personally identifiable information, financial records, passwords, and confidential business information. Protecting sensitive data helps prevent identity theft, fraud, and other security risks.
99

10-
Sensitive data most commonly falls into the confidential or restricted data [classification categories](/web-unified-docs/secure-systems/data/classify-data).
10+
Sensitive data most commonly falls into the confidential or restricted data [classification categories](/well-architected-framework/secure-systems/data/classify-data).
1111

1212
## Why should you protect sensitive data?
1313

content/well-architected-framework/docs/docs/secure-systems/validate-software-integrity.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ source.
7676
HashiCorp resources:
7777

7878
- [Secure CI/CD secrets](/well-architected-framework/secure-systems/secure-applications/ci-cd-secrets)
79-
- [Verify binaries](/well-architected-framework/resources/verify-hashicorp-binary)
79+
- [Verify binaries](/well-architected-framework/verify-hashicorp-binary)
8080
- [HCP Vault Radar](/hcp/docs/vault-radar)
8181
- [HCP Waypoint](/waypoint)
8282
- [Packer](/packer)

0 commit comments

Comments
 (0)