Skip to content

Commit 0e18513

Browse files
authored
[CORE-979] Link to updated docs (#797)
* Link to updated docs * PR suggestions
1 parent 5129cab commit 0e18513

File tree

7 files changed

+19
-18
lines changed

7 files changed

+19
-18
lines changed

_data/steps.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
2121
- title: Deploy an end-to-end architecture
2222
description: |
23-
You can assemble all the code from the IaC Library yourself by following our
24-
<a href="/guides">Production Deployment Guides</a>, or you can have the Gruntwork team assemble a
23+
You can assemble all the code from the IaC Library yourself by <a href="https://docs.gruntwork.io/library/overview/">following our docs</a>
24+
or you can have the Gruntwork team assemble a
2525
<a href="/reference-architecture/">Reference Architecture</a> for you. The Reference Architecture is an opinionated,
2626
battle-tested, end-to-end tech stack that includes just about everything you need, including: server cluster, load
2727
balancer, database, cache, network topology, monitoring, alerting, CI/CD, secrets management, VPN, and more. We
@@ -53,8 +53,8 @@
5353
5454
- title: Apply for Gruntwork Consulting
5555
description: |
56-
If you need more hands-on help, you can work directly with the Gruntwork team through our consulting offering.
57-
We can work together to help you adapt the Reference Architecture to your needs, create new modules, update existing modules to fit your needs, meet a compliance standard, and so on.
56+
If you need more hands-on help, you can work directly with the Gruntwork team through our consulting offering.
57+
We can work together to help you adapt the Reference Architecture to your needs, create new modules, update existing modules to fit your needs, meet a compliance standard, and so on.
5858
<a href="/consulting/">See Gruntwork Consulting</a> for the details.
5959
6060
- title: Become a DevOps superhero

_posts/2019-08-26-how-to-use-gruntwork-infrastructure-as-code-library.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ excerpt: Learn about production-grade infrastructure, Terraform, Terragrunt, Pac
55
tags: ["aws", "terraform", "terragrunt"]
66
cloud: ["aws"]
77
redirect_from: /static/guides/foundations/how-to-use-gruntwork-infrastructure-as-code-library/
8-
redirect_to: https://docs.gruntwork.io/intro/overview/intro-to-gruntwork
8+
redirect_to: https://docs.gruntwork.io/library/overview/
99
---

pages/guides/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
excerpt: Step-by-step guides to help you go to production on top of AWS
55
permalink: /guides/
66
slug: guides
7-
redirect_to: https://docs.gruntwork.io
7+
redirect_to: https://docs.gruntwork.io/products
88
---

pages/index/_learn-more.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ <h2>Get access to the Infrastructure as Code Library.</h2>
2929
<div class="col-xs-12 col-sm-7 col-sm-pull-5 col-md-6 col-md-pull-6 col-description">
3030
<h2>Deploy your entire tech stack.</h2>
3131
<p>
32-
Deploy your own tech stack by following our
33-
<a href="https://docs.gruntwork.io/docs/guides/build-it-yourself/overview/">deployment guides</a>, or have
32+
Deploy your own tech stack by using
33+
<a href="https://docs.gruntwork.io/library/reference/">components of our library</a>, or have
3434
Gruntwork deploy a
3535
<a href="/reference-architecture">Reference Architecture</a> for you,
3636
giving you an end-to-end tech stack, 100% backed by code, in a few days.

pages/infrastructure-as-code-library/_library.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ <h2>What's in the Library?</h2>
55
infrastructure code for AWS, written in Terraform, Go, Bash,
66
and Python. Check out
77
<a
8-
href="/guides/foundations/how-to-use-gruntwork-infrastructure-as-code-library/"
8+
href="https://docs.gruntwork.io/library/overview/"
99
target="_blank"
1010
>How to use the Gruntwork Infrastructure as Code Library</a
1111
>

pages/pipelines/_docs.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<div class="col-xs-12">
33
<h2>Docs</h2>
44
<p>
5-
See our guide
6-
<a href="/guides/automations/how-to-configure-a-production-grade-ci-cd-setup-for-apps-and-infrastructure-code/">How to configure a production-grade CI-CD workflow for infrastructure</a>
7-
code for the full architecture plus step-by-step instructions on how to set up Gruntwork Pipelines in your environment.
5+
See our
6+
<a href="https://docs.gruntwork.io/pipelines/overview/">Pipelines documentation</a>
7+
for the full architecture plus step-by-step instructions on how to set up Gruntwork Pipelines in your environment.
88
</p>
99
</div>
1010
</div>

pages/reference-architecture/_sub-hero.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,21 @@ <h2>A new standard for architecture</h2>
2020
</p>
2121
<p>
2222
We also offer a
23-
<a href="https://www.cisecurity.org/benchmark/amazon_web_services/">CIS AWS Foundations Benchmark</a>
24-
compliant version of the Reference Architecture. See our
23+
<a href="https://www.cisecurity.org/benchmark/amazon_web_services/" target="_blank">
24+
CIS AWS Foundations Benchmark
25+
</a> compliant version of the Reference Architecture. See our
2526
<a href="/achieve-compliance">Compliance offering</a> to learn more.
2627
</p>
2728
<p
2829
class="alert"
2930
style="border: 1px solid #194c5f; background-color: #242e3b;"
3031
>
31-
<strong>Get a Detailed Walkthrough of the Reference Architecture Account Structure</strong
32+
<strong>Get a Detailed Walkthrough of the Reference Architecture Account Setup</strong
3233
><br />
3334
See our guide
3435
<a
35-
href="https://gruntwork.io/guides/foundations/how-to-configure-production-grade-aws-account-structure/"
36-
>How to configure a production-grade AWS account structure using Gruntwork AWS Landing Zone</a
36+
href="https://docs.gruntwork.io/refarch/configuration/"
37+
>Get Started with the Gruntwork Reference Architecture</a
3738
>.
3839
</p>
3940
<div class="text-center ref-arch" style="margin-top: 30px">
@@ -51,7 +52,7 @@ <h2>A new standard for architecture</h2>
5152
</div>
5253
</a>
5354
<small class="text-muted"
54-
>An example AWS Reference Architecture.
55+
>An example AWS Reference Architecture.
5556
</small
5657
>
5758
</div>

0 commit comments

Comments
 (0)