Skip to content

Commit 22a13ff

Browse files
committed
Change guides links to docs
1 parent 0d40013 commit 22a13ff

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@
100100
</li>
101101
<li>
102102
<a
103-
href="/guides/"
104-
ga-event-category="nav-{{ page.path | slugify }}"
105-
ga-event-action="guides"
106-
>Guides</a
103+
href="https://docs.gruntwork.io"
104+
ga-event-category="nav-{{ page.path | slugify }}"
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)