summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2020-02-28 16:23:49 -0500
committerDan Halbert <halbert@halwitz.org>2020-02-28 16:25:12 -0500
commitc24a4f7d663bfc8e6020856b79b7ac0765ffb773 (patch)
treea1ed3eac9fe2dff94e323c99999f65d3bccb75c4 /tools
parent1b8a4791f504b44f9f38677f8d05a774826f7f05 (diff)
change download prefix to https://downloads.circuitpython.org
Diffstat (limited to 'tools')
-rw-r--r--tools/build_board_info.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/build_board_info.py b/tools/build_board_info.py
index 5b1387690..778a6bbc2 100644
--- a/tools/build_board_info.py
+++ b/tools/build_board_info.py
@@ -22,8 +22,8 @@ HEX_UF2 = ('hex', 'uf2')
SPK = ('spk',)
# Example:
-# https://d111q2jukuzyg1.cloudfront.net/bin/trinket_m0/en_US/adafruit-circuitpython-trinket_m0-en_US-5.0.0-rc.0.uf2
-DOWNLOAD_BASE_URL = "https://d111q2jukuzyg1.cloudfront.net/bin"
+# https://downloads.circuitpython.org/bin/trinket_m0/en_US/adafruit-circuitpython-trinket_m0-en_US-5.0.0-rc.0.uf2
+DOWNLOAD_BASE_URL = "https://downloads.circuitpython.org/bin"
# Default extensions
extension_by_port = {