You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tracker_automations/bulk_precheck_issues/bulk_precheck_issues.sh
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -289,9 +289,9 @@ while read issue; do
289
289
# Add an information link to the bottom of the report
290
290
echo"">>"${resultfile}.${issue}.txt"
291
291
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"
293
293
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"
295
295
fi
296
296
297
297
# Execute the criteria postissue. It will perform the needed changes in the tracker for the current issue
Copy file name to clipboardExpand all lines: tracker_automations/continuous_manage_queues/lib.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -306,7 +306,7 @@ function run_B1a() {
306
306
--issue ${issue} \
307
307
--labels "integration_held"
308
308
# 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!'.
0 commit comments