Skip to content

Commit 03c2b9f

Browse files
committed
fix: Fixing broken links and spellcheck
1 parent 7a26f8e commit 03c2b9f

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

docs/2.0/docs/pipelines/installation/addingexistinggitlabrepo.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ git push
841841

842842
## Next Steps
843843

844-
You have successfully completed the installation of Gruntwork Pipelines in an existing GitLab project. Proceed to [Deploying your first infrastructure change](/2.0/docs/pipelines/tutorials/deploying-your-first-infrastructure-change.md) to begin deploying changes.
844+
You have successfully completed the installation of Gruntwork Pipelines in an existing GitLab project. Proceed to [Deploying your first infrastructure change](/2.0/docs/pipelines/tutorials/deploying-your-first-infrastructure-change) to begin deploying changes.
845845

846846
## Troubleshooting Tips
847847

docs/2.0/docs/pipelines/installation/addingexistingrepo.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ git push
830830

831831
## Next Steps
832832

833-
You have successfully completed the installation of Gruntwork Pipelines in an existing repository. Proceed to [Deploying your first infrastructure change](/2.0/docs/pipelines/tutorials/deploying-your-first-infrastructure-change.md) to begin deploying changes.
833+
You have successfully completed the installation of Gruntwork Pipelines in an existing repository. Proceed to [Deploying your first infrastructure change](/2.0/docs/pipelines/tutorials/deploying-your-first-infrastructure-change) to begin deploying changes.
834834

835835
## Troubleshooting Tips
836836

docs/2.0/docs/pipelines/installation/addinggitlabrepo.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,4 +389,4 @@ git push
389389

390390
## Next steps
391391

392-
You have successfully completed the installation of Gruntwork Pipelines in a new repository. Proceed to [Deploying your first infrastructure change](/2.0/docs/pipelines/tutorials/deploying-your-first-infrastructure-change.md) to begin deploying changes.
392+
You have successfully completed the installation of Gruntwork Pipelines in a new repository. Proceed to [Deploying your first infrastructure change](/2.0/docs/pipelines/tutorials/deploying-your-first-infrastructure-change) to begin deploying changes.

docs/2.0/docs/pipelines/installation/addingnewrepo.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -966,4 +966,4 @@ git push
966966

967967
## Next steps
968968

969-
You have successfully completed the installation of Gruntwork Pipelines in a new repository. Proceed to [Deploying your first infrastructure change](/2.0/docs/pipelines/tutorials/deploying-your-first-infrastructure-change.md) to begin deploying changes.
969+
You have successfully completed the installation of Gruntwork Pipelines in a new repository. Proceed to [Deploying your first infrastructure change](/2.0/docs/pipelines/tutorials/deploying-your-first-infrastructure-change) to begin deploying changes.

docs/2.0/docs/pipelines/tutorials/deploying-your-first-infrastructure-change.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ This section covers creating a cloud storage resource using Pipelines and GitOps
128128
config_path = "../../resource-group"
129129
130130
mock_outputs = {
131-
name = "mockname"
131+
name = "mock-name"
132132
}
133133
}
134134

docs/2.0/reference/pipelines/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ In addition to authentication, the primary configuration options involve customi
1111
## Next Steps
1212

1313
- Explore the [YAML Configurations](/2.0/reference/pipelines/configurations.md) reference for detailed guidance.
14-
- Learn more about the (Beta) [Configurations as Code](/2.0/reference/pipelines/configurations-as-code/api.md) reference.
14+
- Learn more about the (Beta) [Configurations as Code](/2.0/reference/pipelines/configurations-as-code/api) reference.

0 commit comments

Comments
 (0)