File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ please [open an issue on GitHub](/support){: .alert-link}.
5959<h2 class =" centered-light-heading " > Other platforms </h2 >
6060<a data-release-link-platform =" rpi " class =" btn btn-md btn-primary download-button-small " >Raspberry Pi 1</a >
6161<a data-release-link-platform =" rpi2 " class =" btn btn-md btn-primary download-button-small " >Raspberry Pi 2</a >
62- <a data-release-link-platform =" evb " class =" btn btn-md btn-primary download-button-small " >BeagleBone</a >
62+ <a data-release-link-platform =" bone " class =" btn btn-md btn-primary download-button-small " >BeagleBone</a >
6363</div >
6464
6565<br />
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ var releasePlatformRegexes = {
55 ev3 : "ev3-[\\w\\d-]*\\.img\\.xz" ,
66 rpi : "rpi-[\\w\\d-]*\\.img\\.xz" ,
77 rpi2 : "rpi2-[\\w\\d-]*\\.img\\.xz" ,
8- evb : "evb-[\\w\\d-]*\\.img\\.xz" ,
8+ bone : "( evb|bone) -[\\w\\d-]*\\.img\\.xz" ,
99}
1010
1111function initDownloadLinks ( ) {
You can’t perform that action at this time.
0 commit comments