@@ -67,9 +67,9 @@ <h3>CircuitPython {{ version.version }}</h3>
67
67
< div class ="section unrecommended ">
68
68
< h3 > Absolute Newest</ h3 >
69
69
< 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 .
73
73
</ p >
74
74
< div >
75
75
< 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>
79
79
< div class ="section unrecommended ">
80
80
< h3 > Past Releases</ h3 >
81
81
< 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 >
84
91
</ p >
85
92
< 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 >
88
94
</ div >
89
95
</ div >
0 commit comments