Skip to content

Commit 94baa27

Browse files
authored
Merge pull request #678 from gruntwork-io/apt-1578-docs-site-links
[APT-1578] Change guides links to docs
2 parents 0d40013 + a06d2bf commit 94baa27

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

_data/sitemap.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
- title: Gruntwork Pipelines
1010
url: /pipelines/
11-
11+
1212
- title: Reference Architecture
1313
url: /reference-architecture/
1414

@@ -23,6 +23,9 @@
2323

2424
- title: Learn
2525
links:
26+
- title: Documentation
27+
url: "https://docs.gruntwork.io"
28+
2629
- title: How it Works
2730
url: /how-it-works/
2831

_includes/navbar.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@
100100
</li>
101101
<li>
102102
<a
103-
href="/guides/"
103+
href="https://docs.gruntwork.io"
104104
ga-event-category="nav-{{ page.path | slugify }}"
105-
ga-event-action="guides"
106-
>Guides</a
105+
ga-event-action="docs"
106+
>Docs</a
107107
>
108108
</li>
109109
</ul>

pages/index/_learn-more.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ <h2>Get access to the Infrastructure as Code Library.</h2>
5353
<h2>Deploy your entire tech stack.</h2>
5454
<p>
5555
Deploy your own tech stack by following our
56-
<a href="/guides">Production Deployment Guides</a> or have Gruntwork
56+
<a href="https://docs.gruntwork.io/docs/guides/build-it-yourself/overview/">deployment guides</a>, or have Gruntwork
5757
deploy a <a href="/reference-architecture">Reference Architecture</a> for
5858
you, giving you an end-to-end tech stack, 100% backed by code, in about 1
5959
day. You get to customize the tech stack to your needs, choosing from

0 commit comments

Comments
 (0)