Skip to content

Commit 9aa3658

Browse files
committed
fix: Fixing links
1 parent 32a6155 commit 9aa3658

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs-starlight/src/pages/index.astro

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,19 @@ import StarlightPage from '@astrojs/starlight/components/StarlightPage.astro';
5050
<div class="feature-card text-left">
5151
<div class="font-bold text-lg mb-1">Limit Your Blast Radius</div>
5252
<div class="text-gray-700 dark:text-gray-200 mb-2 leading-relaxed">
53-
Break down your monolithic infrastructure to manageable <a href="#" class="text-blue-600 dark:text-blue-400 underline">units</a> that are safe to update independently, and have their own state.
53+
Break down your monolithic infrastructure to manageable <a href="/docs/features/units/" class="text-blue-600 dark:text-blue-400 underline">units</a> that are safe to update independently, and have their own state.
5454
</div>
5555
</div>
5656
<div class="feature-card text-left">
5757
<div class="font-bold text-lg mb-1">Orchestrate Your Infrastructure</div>
5858
<div class="text-gray-700 dark:text-gray-200 mb-2 leading-relaxed">
59-
Reject all-or-nothing updates. Control exactly what infrastructure is updated, how it gets updated, and in what order by taking advantage of <a href="#" class="text-blue-600 dark:text-blue-400 underline">stacks</a>.
59+
Reject all-or-nothing updates. Control exactly what infrastructure is updated, how it gets updated, and in what order by taking advantage of <a href="/docs/features/stacks/" class="text-blue-600 dark:text-blue-400 underline">stacks</a>.
6060
</div>
6161
</div>
6262
<div class="feature-card text-left">
6363
<div class="font-bold text-lg mb-1">Automate You Backend Infrastructure</div>
6464
<div class="text-gray-700 dark:text-gray-200 mb-2 leading-relaxed">
65-
Ensure your entire team is using secure, consistent OpenTofu/Terraform <a href="#" class="text-blue-600 dark:text-blue-400 underline">state backend</a> configurations.
65+
Ensure your entire team is using secure, consistent OpenTofu/Terraform <a href="/docs/features/state-backend/" class="text-blue-600 dark:text-blue-400 underline">state backend</a> configurations.
6666
</div>
6767
</div>
6868
</div>
@@ -76,7 +76,7 @@ import StarlightPage from '@astrojs/starlight/components/StarlightPage.astro';
7676
<div class="feature-card text-left">
7777
<div class="font-bold text-lg mb-1">Reuse Common Infrastructure Configurations</div>
7878
<div class="text-gray-700 dark:text-gray-200 mb-2 leading-relaxed">
79-
Define reusable infrastructure configurations once, and reference them wherever they're needed using <a href="#" class="text-blue-600 dark:text-blue-400 underline">includes</a>.
79+
Define reusable infrastructure configurations once, and reference them wherever they're needed using <a href="/docs/features/includes/" class="text-blue-600 dark:text-blue-400 underline">includes</a>.
8080
</div>
8181
</div>
8282
<div class="feature-card text-left">
@@ -87,7 +87,7 @@ import StarlightPage from '@astrojs/starlight/components/StarlightPage.astro';
8787
<div class="feature-card text-left">
8888
<div class="font-bold text-lg mb-1">Reuse Production-Ready Patterns</div>
8989
<div class="text-gray-700 dark:text-gray-200 mb-2 leading-relaxed">
90-
Leverage the special construct of the <a href="#" class="text-blue-600 dark:text-blue-400 underline">Terragrunt Stack</a> to encapsulate higher level collections of infrastructure components as a unified stack.
90+
Leverage the special construct of the <a href="/docs/features/stacks/" class="text-blue-600 dark:text-blue-400 underline">Terragrunt Stack</a> to encapsulate higher level collections of infrastructure components as a unified stack.
9191
</div>
9292
</div>
9393
</div>
@@ -101,19 +101,19 @@ import StarlightPage from '@astrojs/starlight/components/StarlightPage.astro';
101101
<div class="feature-card text-left">
102102
<div class="font-bold text-lg mb-1">Automate Operational Tasks Using Hooks</div>
103103
<div class="text-gray-700 dark:text-gray-200 mb-2 leading-relaxed">
104-
Don't ask that your engineers remember to do things before/after updating IaC, codify those tasks with <a href="#" class="text-blue-600 dark:text-blue-400 underline">hooks</a> so that they're done automatically.
104+
Don't ask that your engineers remember to do things before/after updating IaC, codify those tasks with <a href="/docs/features/hooks/" class="text-blue-600 dark:text-blue-400 underline">hooks</a> so that they're done automatically.
105105
</div>
106106
</div>
107107
<div class="feature-card text-left">
108108
<div class="font-bold text-lg mb-1">Handle Expected Errors</div>
109109
<div class="text-gray-700 dark:text-gray-200 mb-2 leading-relaxed">
110-
Your engineers know that networks can be flaky, and cloud providers aren't perfect. Automatically handle the errors they produce using <a href="#" class="text-blue-600 dark:text-blue-400 underline">built-in error handling</a>.
110+
Your engineers know that networks can be flaky, and cloud providers aren't perfect. Automatically handle the errors they produce using <a href="/docs/features/runtime-control/#errors" class="text-blue-600 dark:text-blue-400 underline">built-in error handling</a>.
111111
</div>
112112
</div>
113113
<div class="feature-card text-left">
114114
<div class="font-bold text-lg mb-1">Integrate Early and Often</div>
115115
<div class="text-gray-700 dark:text-gray-200 mb-2 leading-relaxed">
116-
Get your engineers on the same page. Keep them all working on a consistent, unified codebase, but gradually roll out new features using <a href="#" class="text-blue-600 dark:text-blue-400 underline">feature flags</a>.
116+
Get your engineers on the same page. Keep them all working on a consistent, unified codebase, but gradually roll out new features using <a href="/docs/features/runtime-control/#feature-flags" class="text-blue-600 dark:text-blue-400 underline">feature flags</a>.
117117
</div>
118118
</div>
119119
</div>
@@ -127,7 +127,7 @@ import StarlightPage from '@astrojs/starlight/components/StarlightPage.astro';
127127
<div class="feature-card text-left">
128128
<div class="font-bold text-lg mb-1">Leverage a Proven Infrastructure Catalog</div>
129129
<div class="text-gray-700 dark:text-gray-200 mb-2 leading-relaxed">
130-
Catalog your infrastructure patterns for reuse across your organization using the <a href="#" class="text-blue-600 dark:text-blue-400 underline">catalog TUI</a>.
130+
Catalog your infrastructure patterns for reuse across your organization using the <a href="/docs/features/catalog/" class="text-blue-600 dark:text-blue-400 underline">catalog TUI</a>.
131131
</div>
132132
</div>
133133
<div class="feature-card text-left">
@@ -138,7 +138,7 @@ import StarlightPage from '@astrojs/starlight/components/StarlightPage.astro';
138138
<div class="feature-card text-left">
139139
<div class="font-bold text-lg mb-1">Design Opinionated Templates</div>
140140
<div class="text-gray-700 dark:text-gray-200 mb-2 leading-relaxed">
141-
Provide templates that guide engineers to <a href="#" class="text-blue-600 dark:text-blue-400 underline">scaffold</a> exactly the right infrastructure they need, following best practices by default.
141+
Provide templates that guide engineers to <a href="/docs/features/scaffold/" class="text-blue-600 dark:text-blue-400 underline">scaffold</a> exactly the right infrastructure they need, following best practices by default.
142142
</div>
143143
</div>
144144
</div>

0 commit comments

Comments
 (0)