Skip to content

Commit 17fe8c7

Browse files
committed
Fix the links to point to docs on site instead of github repo
1 parent 9eedd2d commit 17fe8c7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

_includes/footer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
<h4>Documentation</h4>
1212
<ul>
1313
<li>
14-
<a target="_blank" href="https://github.com/openchoreo/openchoreo/blob/main/docs/quick-start-guide.md">Getting Started</a>
14+
<a href="/docs/getting-started/quick-start-guide/">Getting Started</a>
1515
</li>
1616
<li>
1717
<a target="_blank" href="https://github.com/openchoreo/openchoreo/tree/main/samples">Tutorials</a>
1818
</li>
1919
<li>
20-
<a target="_blank" href="https://github.com/openchoreo/openchoreo?tab=readme-ov-file#openchoreo-concepts">Core Concepts</a>
20+
<a href="/docs/core-concepts/concepts-and-abstractions/">Core Concepts</a>
2121
</li>
2222
</ul>
2323
</div>

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h1>The IDP you can start using today
1717
built to integrate with your stack.
1818

1919
</p>
20-
<a target="_blank" href="https://github.com/openchoreo/openchoreo/blob/main/docs/quick-start-guide.md" class="cButton cButtonIcon">Get Started</a>
20+
<a href="/docs/getting-started/quick-start-guide/" class="cButton cButtonIcon">Get Started</a>
2121
<a target="_blank" href="https://openchoreo.dev/docs/overview/what-is-openchoreo/" class="cOutlineButton">Learn More </a>
2222
</div>
2323
<!-- <div class="col-sm-12 col-md-7 col-lg-7">
@@ -204,7 +204,7 @@ <h3>Quick Start</h3>
204204

205205
<!-- Button centered at the bottom -->
206206
<a class="cButton cOutlineCTA cQuickStart mt-auto mx-auto"
207-
href="https://github.com/openchoreo/openchoreo/blob/main/docs/quick-start-guide.md">
207+
href="/docs/getting-started/quick-start-guide/">
208208
Quick Start Guide
209209
</a>
210210
</div>
@@ -222,7 +222,7 @@ <h3>Install on Your Cluster</h3>
222222

223223
</ul>
224224
<a class="cButton cOutlineCTA cFlexibleInstall mt-auto mx-auto"
225-
href="https://github.com/openchoreo/openchoreo/blob/main/docs/install-guide.md"> Full Install Guide</a>
225+
href="/docs/getting-started/single-cluster/"> Full Install Guide</a>
226226

227227

228228
</div>

0 commit comments

Comments
 (0)