Skip to content

Commit bb06ca9

Browse files
committed
Update button links
1 parent 29ccc28 commit bb06ca9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.vitepress/theme/components/HomeHero.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
A powerful Schedule One Mono / Il2Cpp Cross Compatibility Layer for seamless game development
1313
</p>
1414
<div class="hero-actions">
15-
<a class="hero-button primary" href="/guide/">
15+
<a class="hero-button primary" href="/S1API-docs/guide/">
1616
<span>Get Started</span>
1717
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg>
1818
</a>
19-
<a class="hero-button secondary" href="/api/">
19+
<a class="hero-button secondary" href="/S1API-docs/api/">
2020
<span>API Reference</span>
2121
</a>
2222
</div>

.vitepress/theme/components/HomePage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<h2 class="cta-title">Ready to build with S1API?</h2>
99
<p class="cta-text">Get started with our comprehensive guide and documentation</p>
1010
<div class="cta-actions">
11-
<a class="cta-button" href="/guide/">Get Started</a>
11+
<a class="cta-button" href="/S1API-docs/guide/">Get Started</a>
1212
<a class="cta-link" href="https://github.com/KaBooMa/S1API" target="_blank" rel="noopener">
1313
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon"><path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path></svg>
1414
View on GitHub

0 commit comments

Comments
 (0)