Skip to content

Commit 6cade3b

Browse files
committed
fix broken links
1 parent a2f77c3 commit 6cade3b

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h1 class="hero-title">
4949
heterogeneous clusters using MPI.
5050
</p>
5151
<div class="hero-buttons">
52-
<a href="https://shamrock-code.github.io/Shamrock/mkdocs/usermanual/quickstart/" class="btn btn-primary">
52+
<a href="https://shamrock-code.github.io/Shamrock/sphinx/user_guide/quickstart.html" class="btn btn-primary">
5353
<i class="fas fa-rocket"></i> Get Started
5454
</a>
5555
<a href="#quick-links" class="btn btn-secondary">
@@ -120,21 +120,21 @@ <h2 class="section-title">Performance Records</h2>
120120
<section id="quick-links" class="quick-links">
121121
<div class="container">
122122
<div class="quick-links-grid">
123-
<a href="https://shamrock-code.github.io/Shamrock/mkdocs/" class="quick-link-card">
123+
<a href="https://shamrock-code.github.io/Shamrock/sphinx/index.html" class="quick-link-card">
124124
<i class="fas fa-book"></i>
125125
<h3>Main Documentation</h3>
126-
<p>Comprehensive user documentation and guides</p>
127-
</a>
128-
<a href="https://shamrock-code.github.io/Shamrock/sphinx/index.html" class="quick-link-card">
129-
<i class="fab fa-python"></i>
130-
<h3>Python Module Doc</h3>
131-
<p>Python bindings documentation and examples</p>
126+
<p>Comprehensive user and developer documentation</p>
132127
</a>
133128
<a href="https://shamrock-code.github.io/Shamrock/sphinx/_as_gen/index.html" class="quick-link-card">
134129
<i class="fas fa-code"></i>
135130
<h3>Examples</h3>
136131
<p>Browse through practical examples and use cases</p>
137132
</a>
133+
<a href="https://shamrock-code.github.io/Shamrock/sphinx/user_guide.html" class="quick-link-card">
134+
<i class="fas fa-book"></i>
135+
<h3>User Guide</h3>
136+
<p>User guide documentation</p>
137+
</a>
138138
<a href="https://github.com/Shamrock-code/Shamrock" class="quick-link-card">
139139
<i class="fab fa-github"></i>
140140
<h3>GitHub Repo</h3>
@@ -209,7 +209,7 @@ <h2 class="section-title">Quick Start</h2>
209209
</div>
210210
<h3>Ready to Get Started?</h3>
211211
<p>Follow our comprehensive quickstart guide to install Shamrock and run your first hydrodynamics simulation. The guide covers installation, device selection, and basic usage patterns.</p>
212-
<a href="https://shamrock-code.github.io/Shamrock/mkdocs/usermanual/quickstart/" class="btn btn-primary">
212+
<a href="https://shamrock-code.github.io/Shamrock/sphinx/user_guide/quickstart.html" class="btn btn-primary">
213213
<i class="fas fa-external-link-alt"></i> View Quickstart Guide
214214
</a>
215215
</div>

0 commit comments

Comments
 (0)