Skip to content

Commit e72867f

Browse files
Update app links to point to the new store URL
1 parent 7d64457 commit e72867f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@ <h1>ClassPad with <span class="python-text">Python</span> 🐍</h1>
818818
<div class="hero-buttons">
819819
<a href="#download" class="btn btn-primary">Get It Now!</a>
820820
<a href="#learn-more" class="btn btn-secondary">Learn More</a>
821-
<a href="store/" class="btn btn-secondary">Apps</a>
821+
<a href="https://classpaddev.github.io/store/type/python" class="btn btn-secondary">Apps</a>
822822
</div>
823823
</div>
824824
<div class="hero-image">
@@ -1012,7 +1012,7 @@ <h2 class="section-title">Games & Apps</h2>
10121012
<h3 class="feature-title">Games</h3>
10131013
<p class="feature-description">Enjoy Python ports of timeless classics like Snake, optimized for the
10141014
ClassPad's screen and controls.</p>
1015-
<a href="store/index.html?type=Game" class="feature-link">Browse Games →</a>
1015+
<a href="https://classpaddev.github.io/store/type/python" class="feature-link">Browse Games →</a>
10161016
</div>
10171017

10181018
<!-- Educational Tools -->
@@ -1029,7 +1029,7 @@ <h3 class="feature-title">Games</h3>
10291029
<h3 class="feature-title">Educational Tools</h3>
10301030
<p class="feature-description">Powerful math and science applications that uses Python's
10311031
computational capabilities for advanced calculations and visualizations.</p>
1032-
<a href="store/index.html?type=education" class="feature-link">Browse Education Apps →</a>
1032+
<a href="https://classpaddev.github.io/store/type/python" class="feature-link">Browse Education Apps →</a>
10331033
</div>
10341034

10351035
<!-- App Store -->
@@ -1043,7 +1043,7 @@ <h3 class="feature-title">Educational Tools</h3>
10431043
<h3 class="feature-title">App Store</h3>
10441044
<p class="feature-description">Discover and install new programs from our official App Store
10451045
repository.</p>
1046-
<a href="store/index.html" class="feature-link">Browse All Apps →</a>
1046+
<a href="https://classpaddev.github.io/store/type/python" class="feature-link">Browse All Apps →</a>
10471047
</div>
10481048
</div>
10491049
</div>

0 commit comments

Comments
 (0)