Skip to content

Commit 2daaf7a

Browse files
Fix download link in index.html
1 parent 1c02b4b commit 2daaf7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ <h3 class="download-title">HollyHock 2 (Latest)</h3>
856856
<p class="download-description">The stable and recommended version with full Python support and
857857
extensive library compatibility.</p>
858858
<a href="/python/install-guide" class="btn btn-primary btn-download"
859-
onclick="downloadFile('/python/PythonExtra-hh2.bin', 'PythonExtra.bin'); return false;">Download
859+
onclick="downloadFile('/python/PythonExtra-hh2.bin', 'PythonExtra-hh2.bin'); return false;">Download
860860
Now</a>
861861
</div>
862862

@@ -1178,4 +1178,4 @@ <h2 class="cta-title">Need Help?</h2>
11781178

11791179
</body>
11801180

1181-
</html>
1181+
</html>

0 commit comments

Comments
 (0)