Skip to content

Commit 094754c

Browse files
PCPC
authored andcommitted
fix download link
1 parent add0fca commit 094754c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

PythonExtra.bin

266 KB
Binary file not shown.

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,8 @@ <h2 class="section-title">Pick Your Edition</h2>
707707
</div>
708708
<h3 class="download-title">HollyHock 2 (Latest)</h3>
709709
<p class="download-description">The stable and recommended version with full Python support and extensive library compatibility.</p>
710-
<a href="/python/install-guide" class="btn btn-primary btn-download" onclick="downloadFile('/python/latest.zip')">Download Now</a>
710+
<a href="/python/install-guide" class="btn btn-primary btn-download" onclick="downloadFile('/python/PythonExtra.bin')">Download Now</a>
711+
<!-- TODO: the file would need to be pulled from relase later... -->
711712
</div>
712713

713714
<div class="download-card">
@@ -739,7 +740,7 @@ <h3>Learn Python the Fun Way</h3>
739740
<p>Our Python implementation for ClassPad II is designed to make programming accessible to everyone. Built on the robust Gint framework, it provides a solid foundation for both beginners and experienced developers.</p>
740741
<p>The included turtle module allows you to create stunning graphics directly on your ClassPad screen, making learning visual and engaging. Whether you're drawing geometric patterns or creating simple animations, Python on ClassPad makes it easy and fun.</p>
741742
<p>Our comprehensive wiki provides step-by-step tutorials to help you unlock the full potential of Python on your device. From basic syntax to advanced graphics programming, we've got you covered.</p>
742-
<a href="/wiki/python" class="feature-link">Explore the Python Wiki →</a>
743+
<a href="/wiki/python/introduction/" class="feature-link">Explore the Python Wiki →</a>
743744
</div>
744745
<div class="content-image">
745746
<img src="https://placehold.co/600x400/1f2325/00dc68?text=Python+Tutorials" alt="Python Tutorials">

0 commit comments

Comments
 (0)