8000 change download prefix to https://downloads.circuitpython.org · adafruit/circuitpython@c24a4f7 · GitHub
[go: up one dir, main page]

Skip to content

Commit c24a4f7

Browse files
committed
change download prefix to https://downloads.circuitpython.org
1 parent 1b8a479 commit c24a4f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/build_board_info.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
SPK = ('spk',)
2323

2424
# Example:
25-
# https://d111q2jukuzyg1.cloudfront.net/bin/trinket_m0/en_US/adafruit-circuitpython-trinket_m0-en_US-5.0.0-rc.0.uf2
26-
DOWNLOAD_BASE_URL = "https://d111q2jukuzyg1.cloudfront.net/bin"
25+
# https://downloads.circuitpython.org/bin/trinket_m0/en_US/adafruit-circuitpython-trinket_m0-en_US-5.0.0-rc.0.uf2
26+
DOWNLOAD_BASE_URL = "https://downloads.circuitpython.org/bin"
2727

2828
# Default extensions
2929
extension_by_port = {

0 commit comments

Comments
 (0)
0