Skip to content

Commit 9765183

Browse files
authored
Merge pull request #417 from dhalbert/update-s3-download-info
Update Absolute Newest and Past Releases download info
2 parents 05808b6 + 8bcc724 commit 9765183

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

_includes/download/board.html

Lines changed: 13 additions & 7 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+
They are handy for testing, but otherwise we recommend using the latest stable release.
85+
Some older GitHub release pages include the same binaries for downloading.
86+
But we have discontinued including binaries as assets on newer release pages
87+
because of the large number of files for each release.
88+
</p>
89+
<p>
90+
<a class="download-button-unrecommended" href="https://github.com/adafruit/circuitpython/releases">BROWSE GITHUB<i class="fab fa-github" aria-hidden="true"></i></a>
8491
</p>
8592
<div>
86-
<a class="download-button-unrecommended" href="https://github.com/adafruit/circuitpython/releases">BROWSE GITHUB<i class="fab fa-github" aria-hidden="true"></i></a>
87-
<div class="clear"></div>
93+
<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>
8894
</div>
8995
</div>

0 commit comments

Comments
 (0)