Skip to content

Commit 51358c6

Browse files
committed
Update Absolute Newest and Past Releases download info
1 parent 8858d40 commit 51358c6

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

_includes/download/board.html

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ <h3>CircuitPython {{ version.version }}</h3>
6767
<div class="section unrecommended">
6868
<h3>Absolute Newest</h3>
6969
<p>
70-
Every time we commit new code to CircuitPython we automatically build binaries for it. They
71-
are stored on Amazon S3 by language (some which may be unreleased.) Try them if you want
72-
the absolute latest and are feeling risky.
70+
Every time we commit new code to CircuitPython we automatically build binaries for each board and language.
71+
The binaries are stored on Amazon S3, organized by board, and then by language. Try them if you want
72+
the absolute latest and are feeling daring or want to see if a problem has been fixed.
7373
</p>
7474
<div>
7575
<a class="download-button-unrecommended" href="https://adafruit-circuit-python.s3.amazonaws.com/index.html?prefix=bin/{{ page.board_id }}/">BROWSE S3<i class="fas fa-arrow-circle-right" aria-hidden="true"></i></a>
@@ -79,11 +79,17 @@ <h3>Absolute Newest</h3>
7979
<div class="section unrecommended">
8080
<h3>Past Releases</h3>
8181
<p>
82-
All previous releases are available on GitHub. They are handy for testing but we recommend
83-
the latest stable otherwise.
82+
All previous releases are listed on GitHub, with release notes,
83+
and are available for download from Amazon S3.
84+
Some older GitHub release pages include the same binaries for downloading.
85+
But we have discontinued including binaries as assets on newer release pages
86+
because of the large number of files for each release.
8487
</p>
8588
<div>
8689
<a class="download-button-unrecommended" href="https://github.com/adafruit/circuitpython/releases">BROWSE GITHUB<i class="fab fa-github" aria-hidden="true"></i></a>
8790
<div class="clear"></div>
91+
<div>
92+
<a class="download-button-unrecommended" href="https://adafruit-circuit-python.s3.amazonaws.com/index.html?prefix=bin/{{ page.board_id }}/">BROWSE S3<i class="fas fa-arrow-circle-right" aria-hidden="true"></i></a>
93+
<div class="clear"></div>
8894
</div>
8995
</div>

0 commit comments

Comments
 (0)