Skip to content

Commit 029dc92

Browse files
committed
Update tracker automation links to point to the new dev docs
1 parent 2016f7e commit 029dc92

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

tracker_automations/bulk_precheck_issues/bulk_precheck_issues.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,9 +289,9 @@ while read issue; do
289289
# Add an information link to the bottom of the report
290290
echo "" >> "${resultfile}.${issue}.txt"
291291
if [[ ${issueresult} == "success" ]]; then
292-
echo "~[More information about this report|https://docs.moodle.org/dev/Automated_code_review]~" >> "${resultfile}.${issue}.txt"
292+
echo "~[More information about this report|https://moodledev.io/general/development/tools/cibot]~" >> "${resultfile}.${issue}.txt"
293293
else
294-
echo "[Should these errors be fixed?|https://docs.moodle.org/dev/Automated_code_review#Should_coding_style_issues_in_existing_code_be_fixed.3F]" >> "${resultfile}.${issue}.txt"
294+
echo "[Should these errors be fixed?|https://moodledev.io/general/development/tools/cibot#should-coding-style-issues-in-existing-code-be-fixed]" >> "${resultfile}.${issue}.txt"
295295
fi
296296

297297
# Execute the criteria postissue. It will perform the needed changes in the tracker for the current issue

tracker_automations/continuous_manage_queues/continuous_manage_queues.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# b) The issue has the mdlqa label. | => labels IN (mdlqa)
2828
#
2929
# This job must be enabled only since freeze day to the end of on-sync period, when normal weeklies begin.
30-
# (see https://docs.moodle.org/dev/Release_process#5_weeks_prior)
30+
# (see https://moodledev.io/general/development/process/release#5-weeks-prior)
3131
#
3232
# Parameters:
3333
# jiraclicmd: fill execution path of the jira cli

tracker_automations/continuous_manage_queues/lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ function run_B1a() {
306306
--issue ${issue} \
307307
--labels "integration_held"
308308
# Add the standard comment for held issues.
309-
comment='We are currently in the on-sync period ( https://docs.moodle.org/dev/Integration_Review#On-sync_period ) so this issue is being held until we leave that period in a few weeks time. Thanks for your patience!'.
309+
comment='We are currently in the [On-sync period|https://moodledev.io/general/development/process/integration#on-sync-period] so this issue is being held until we leave that period in a few weeks time. Thanks for your patience!'.
310310

311311
${basereq} --action addComment \
312312
--issue ${issue} \

tracker_automations/normal_manage_queues/normal_manage_queues.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# - Unit tests
3030
#
3131
# This job must be enabled over normal weeklies period (since end of on-sync to freeze).
32-
# (see https://docs.moodle.org/dev/Release_process#2_weeks_after)
32+
# (see https://moodledev.io/general/development/process/release#2-weeks-after)
3333
#
3434
# Parameters:
3535
# jiraclicmd: fill execution path of the jira cli

0 commit comments

Comments
 (0)