From a3d0608beed0129da697263d09cd845334d880b8 Mon Sep 17 00:00:00 2001 From: Liam Gray Date: Fri, 22 Mar 2024 11:55:04 -0700 Subject: [PATCH] fix(payloads): properly format markdown link (#11) --- src/payloads.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/payloads.js b/src/payloads.js index 917b5ee..1d8d803 100644 --- a/src/payloads.js +++ b/src/payloads.js @@ -93,10 +93,10 @@ module.exports = { '- Check `gpu_hut_ops` to see if Coco is reporting any issues\n' + '- Check the calibration broker page in Grafana and make note of anything odd\n' + '- Check the table under the ' + - '[Counter header in theremin](https://theremin.chimenet.ca/graphs/jumps) for feeds with a ' + + ' for feeds with a ' + 'large number of jumps (> 3-5). Sort the table by decreasing Number of Jumps and get the ' + 'associated Correlator Input IDs. Check those feeds ' + - '[in Grafana](https://grafana.chimenet.ca/d/v_R89dSiz/correlator-input-info) ' + + ' ' + 'to make sure they are being consistently flagged', }, },