Skip to content

Commit c6a8607

Browse files
committed
fix links in html
1 parent 29eb800 commit c6a8607

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

userdocs/theme/home.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@
523523
<div class="mdx-hero__teaser md-typeset">
524524
<h1>{{ config.site_description }}.</h1>
525525
<p>eksctl is a simple CLI tool for creating and managing clusters on EKS - Amazon's managed Kubernetes service for EC2.</p>
526-
<a href="getting-started/" class="md-button"> Get started </a>
526+
<a href="/getting-started/" class="md-button"> Get started </a>
527527
<a href="#create-cluster-in-minutes" class="md-button md-button--secondary"> Learn more </a>
528528
</div>
529529
<div class="mdx-hero__more">
@@ -547,7 +547,7 @@ <h1 id="create-cluster-in-minutes">Create a basic cluster in minutes with just o
547547
</header>
548548
<div class="mdx-spotlight">
549549
<figure class="mdx-spotlight__feature">
550-
<a href="getting-started/" tabindex="-1" title="Getting started"> <img src="img/cluster-demo.png" alt="Getting started" loading="lazy" width="500" height="327"> </a>
550+
<a href="/getting-started/" tabindex="-1" title="Getting started"> <img src="/img/cluster-demo.png" alt="Getting started" loading="lazy" width="500" height="327"> </a>
551551
<figcaption class="md-typeset"> <h2><code>eksctl create cluster</code></h2>
552552
<p>A cluster will be created with default parameters:</p>
553553
<ul>
@@ -557,15 +557,15 @@ <h1 id="create-cluster-in-minutes">Create a basic cluster in minutes with just o
557557
<li><code>us-west-2</code> region</li>
558558
<li>a dedicated VPC (check your quotas)</li>
559559
</ul>
560-
<p><a href="getting-started/" aria-label="Getting started">
560+
<p><a href="/getting-started/" aria-label="Getting started">
561561
<span class="twemoji">
562562
{% include ".icons/octicons/arrow-right-16.svg" %}
563563
</span> Learn more </a>
564564
</p>
565565
</figcaption>
566566
</figure>
567567
<figure class="mdx-spotlight__feature">
568-
<a href="getting-started/" tabindex="-1" title="Getting started"> <img src="assets/images/outposts.png" alt="Getting started" loading="lazy" width="500" height="327"> </a>
568+
<a href="/usage/outposts" tabindex="-1" title="Usage Outposts"> <img src="assets/images/outposts.png" alt="Usage Outposts" loading="lazy" width="500" height="327"> </a>
569569
<figcaption class="md-typeset"> <h2>New for {{ build_date_utc.strftime('%Y') }}</h2>
570570
<p>Creating fully private clusters on <a href="/usage/outposts">AWS Outposts</a>.</p>
571571
<p>Supported Regions - Zurich (<code>eu-central-2</code>),
@@ -576,13 +576,13 @@ <h1 id="create-cluster-in-minutes">Create a basic cluster in minutes with just o
576576
US ISO - (<code>us-iso-east-1</code> and <code>us-isob-east-1</code>)
577577
</p>
578578
<p>EKS supported versions <code>1.25</code> (default), <code>1.26</code> and </code>1.27</code>.</p>
579-
<p><a href="usage/" aria-label="Usage">
579+
<p><a href="/usage/creating-and-managing-clusters/" aria-label="Usage">
580580
<span class="twemoji">
581581
{% include ".icons/octicons/arrow-right-16.svg" %}
582582
</span> Learn more </a>
583583
</p>
584-
</figcaption>
585-
</figure>
584+
</figcaption>
585+
</figure>
586586
</div>
587587
</div>
588588
</div>
@@ -683,9 +683,9 @@ <h1 id="eksctl-adopters"> Trusted in the industry <a href="#eksctl-adopters" cla
683683
</div>
684684
</div>-->
685685
<div class="md-typeset">
686-
<p>sponsored by <a href="https://www.weave.works/"><img alt="Weaveworks" src="img/empty.svg#wwinline"></a>
687-
and built by <a href="https://github.com/eksctl-io/eksctl/graphs/contributors">contributors <img alt="Contributors" src="img/gophers.png#inline"></a>
688-
on <a href="https://github.com/eksctl-io/eksctl"><img alt="Github" src="img/empty.svg#gitinline"></a>
686+
<p>sponsored by <a href="https://www.weave.works/"><img alt="Weaveworks" src="/img/empty.svg#wwinline"></a>
687+
and built by <a href="https://github.com/eksctl-io/eksctl/graphs/contributors">contributors <img alt="Contributors" src="/img/gophers.png#inline"></a>
688+
on <a href="https://github.com/eksctl-io/eksctl"><img alt="Github" src="/img/empty.svg#gitinline"></a>
689689
</p>
690690
<p>
691691
Site powered by <a href="https://netlify.com">Netlify &copy;</a>

0 commit comments

Comments
 (0)