Skip to content

Commit cb4ac13

Browse files
Merge pull request #3252 from MoonlightSentinel/merge_stable
2 parents 5804cf5 + ce7207b commit cb4ac13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ setup_repos()
6868
# Set a default in case we run into rate limit restrictions
6969
local base_branch=""
7070
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')
7272
else
7373
base_branch=$CIRCLE_BRANCH
7474
fi

download.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ Macros:
247247
SBTN=$(SPANC sig_btn,$(BTN $1,$+)<br>$(BTN $1.sig,sig))
248248
BTN=<a href="$1" class="btn">$+</a>
249249
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
251251
B_DLSITE=https://s3.us-west-2.amazonaws.com/downloads.dlang.org/pre-releases/2022/$0
252252
DOWNLOAD =
253253
$(DIV,

0 commit comments

Comments
 (0)