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 @@ -68,7 +68,7 @@ setup_repos()
68
68
# Set a default in case we run into rate limit restrictions
69
69
local base_branch=" "
70
70
if [ -n " ${CIRCLE_PR_NUMBER:- } " ]; then
71
- base_branch=$(( curl - fsSL https:// api.github.com/ repos/ dlang/ phobos / pulls/ $CIRCLE_PR_NUMBER || echo) | jq - r '.base.ref')
71
+ base_branch=$(( curl - fsSL https:// api.github.com/ repos/ dlang/ dlang.org / pulls/ $CIRCLE_PR_NUMBER || echo) | jq - r '.base.ref')
72
72
else
73
73
base_branch=$CIRCLE_BRANCH
74
74
fi
Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ Macros:
247
247
SBTN=$(SPANC sig_btn,$(BTN $1,$+)<br>$(BTN $1.sig,sig))
248
248
BTN=<a href="$1" class="btn">$+</a>
249
249
H3I=<h3 class="download">$0</h3>
250
- DLSITE=https://s3.us-west-2.amazonaws.com/downloads.dlang.org/releases/2021 /$0
250
+ DLSITE=https://s3.us-west-2.amazonaws.com/downloads.dlang.org/releases/2022 /$0
251
251
B_DLSITE=https://s3.us-west-2.amazonaws.com/downloads.dlang.org/pre-releases/2022/$0
252
252
DOWNLOAD =
253
253
$(DIV,
You can’t perform that action at this time.
0 commit comments