Skip to content

Commit 6b3bc48

Browse files
committed
fix broken links
1 parent 6c53b37 commit 6b3bc48

29 files changed

+46
-46
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ Define consistent CI/CD environments across your development, staging, and produ
1717

1818
## Next steps
1919

20-
In this section of Codify infrastructure and tools, you learned about using infrastructure as code to define your CI/CD infrastructure, and how Terraform can help you. Define your CI/CD infrastructure is part of the [Define and automate processes pillar](/well-architected-framework/define-and-automate-processes.
20+
In this section of [Codify infrastructure and tools](/well-architected-framework/define-and-automate-processes/define/as-code), you learned about using infrastructure as code to define your CI/CD infrastructure, and how Terraform can help you. Define your CI/CD infrastructure is part of the [Define and automate processes pillar](/well-architected-framework/define-and-automate-processes).
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/infrastructure) to understand infrastructure as code principles
24+
- [Define infrastructure as code](/well-architected-framework/define-and-automate-processes/define/ci-cd/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/as-code/database.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Terraform can define, deploy, manage, and interact with database management syst
2121

2222
## Next steps
2323

24-
In this section of Codify infrastructure and tools, you learned how to define your database systems using infrastructure as code to establish consistent database management processes. Define your database infrastructure is part of the [Define and automate processes pillar](/well-architected-framework/define-and-automate-processes).
24+
In this section of [Codify infrastructure and tools](/well-architected-framework/define-and-automate-processes/define/as-code), you learned how to define your database systems using infrastructure as code to establish consistent database management processes. Define your database infrastructure is part of the [Define and automate processes pillar](/well-architected-framework/define-and-automate-processes).
2525

2626
If you are interested in learning more about database infrastructure with Terraform, you can check out the following resources:
2727

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ In this section of Codify infrastructure and tools, you learned what infrastruct
4848
To learn more about codifying your systems and tools, refer to the following documents:
4949

5050
- [CI/CD systems](/well-architected-framework/define-and-automate-processes/define/as-code/cicd)
51-
- [Cloud automation](/well-architected-framework/define-and-automate-processes/define/as-code/cloud)
5251
- [Container orchestration](/well-architected-framework/define-and-automate-processes/define/as-code/orchestration) like Kubernetes, Nomad, and cloud-native container services
5352
- [Databases](/well-architected-framework/define-and-automate-processes/define/as-code/database)
5453
- [Logging and monitoring](/well-architected-framework/define-and-automate-processes/define/as-code/monitoring)

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ Use Terraform to define your CI/CD infrastructure, container orchestration platf
2929

3030
## Next steps
3131

32-
In this section of Codify infrastructure and tools, you learned how to define your infrastructure systems using infrastructure as code to establish a foundation for automation. CDefine your infrastructure systems is part of the [Define and automate processes pillar](/well-architected-framework/define-and-automate-processes).
32+
In this section of [Codify infrastructure and tools](/well-architected-framework/define-and-automate-processes/define/as-code), you learned how to define your infrastructure systems using infrastructure as code to establish a foundation for automation. CDefine your infrastructure systems is part of the [Define and automate processes pillar](/well-architected-framework/define-and-automate-processes).
3333

3434
Refer to the following documents to learn more about defining specific infrastructure components:
3535

3636
- [Create reusable infrastructure modules](/well-architected-framework/define-and-automate-processes/define/modules) to standardize your infrastructure deployments
37-
- [Define CI/CD infrastructure](/well-architected-framework/define-and-automate-processes/define/cicd) to establish consistent CI/CD processes
38-
- [Define container orchestration](/well-architected-framework/define-and-automate-processes/define/orchestration) to configure Kubernetes and Nomad platforms
37+
- [Define CI/CD infrastructure](/well-architected-framework/define-and-automate-processes/define/as-code/cicd) to establish consistent CI/CD processes
38+
- [Define container orchestration](/well-architected-framework/define-and-automate-processes/define/as-code/orchestration) to configure Kubernetes and Nomad platforms
3939
- Topics in **Automate your workflows**
4040
- [CI/CD](/well-architected-framework/define-and-automate-processes/automate/cicd) - Implement automation for infrastructure and applications
4141
- [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/as-code/monitoring.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ External resources:
2222

2323
## Next steps
2424

25-
In this section of Codify infrastructure and tools, you learned about using monitoring as code to define your logging and monitoring infrastructure, and how Terraform can help you. Define your logging and monitoring is part of the [Define and automate processes pillar](/well-architected-framework/define-and-automate-processes).
25+
In this section of [Codify infrastructure and tools](/well-architected-framework/define-and-automate-processes/define/as-code), you learned about using monitoring as code to define your logging and monitoring infrastructure, and how Terraform can help you. Define your logging and monitoring is part of the [Define and automate processes pillar](/well-architected-framework/define-and-automate-processes).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Customize container orchestration configuration and tooling across your environm
1717

1818
## Next steps
1919

20-
In this section of Codify infrastructure and tools, you learned how to define your container orchestration platforms using infrastructure as code to establish consistent container management processes. Define your container orchestration is part of the [Define and automate processes pillar](/well-architected-framework/define-and-automate-processes).
20+
In this section of [Codify infrastructure and tools](/well-architected-framework/define-and-automate-processes/define/as-code), you learned how to define your container orchestration platforms using infrastructure as code to establish consistent container management processes. Define your container orchestration is part of the [Define and automate processes pillar](/well-architected-framework/define-and-automate-processes).
2121

2222
If you are interested in learning more about container orchestration with Terraform, you can check out the following resources:
2323

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ HashiCorp resources:
2020

2121
## Next steps
2222

23-
In this section of Codify infrastructure and tools, you learned how to define your security and authentication controls using infrastructure as code to enable version control and audit capabilities for security changes. Define your security and authentication is part of the [Define and automate processes pillar](/well-architected-framework/define-and-automate-processes).
23+
In this section of [Codify infrastructure and tools](/well-architected-framework/define-and-automate-processes/define/as-code), you learned how to define your security and authentication controls using infrastructure as code to enable version control and audit capabilities for security changes. Define your security and authentication is part of the [Define and automate processes pillar](/well-architected-framework/define-and-automate-processes).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ HashiCorp resources:
2222

2323
## Next steps
2424

25-
In this section of Codify infrastructure and tools, you learned how to define your version control systems using infrastructure as code to enable version control and audit capabilities for VCS changes. Define your version control systems is part of the [Define and automate processes pillar](/well-architected-framework/define-and-automate-processes).
25+
In this section of [Codify infrastructure and tools](/well-architected-framework/define-and-automate-processes/define/as-code), you learned how to define your version control systems using infrastructure as code to enable version control and audit capabilities for VCS changes. Define your version control systems is part of the [Define and automate processes pillar](/well-architected-framework/define-and-automate-processes).

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/infrastructure) to understand infrastructure as code principles
30+
- [Define infrastructure as code](/well-architected-framework/define-and-automate-processes/define/ci-cd/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/infrastructure) to understand what infrastructure supports your processes
29+
- [Define infrastructure as code](/well-architected-framework/define-and-automate-processes/define/ci-cd/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

0 commit comments

Comments
 (0)