build-tracker: remove old links (#63065)

This commit is contained in:
William Bezuidenhout 2024-06-04 13:03:58 +02:00 committed by GitHub
parent d313441f8d
commit 1a7e1b9686
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -311,12 +311,7 @@ func (c *Client) createMessageBlocks(info *BuildNotification, author string) []s
slack.NewSectionBlock(
&slack.TextBlockObject{
Type: slack.MarkdownType,
Text: `:books: *More information on flakes*
<https://docs-legacy.sourcegraph.com/dev/background-information/ci#flakes|How to disable flaky tests>
<https://github.com/sourcegraph/sourcegraph/issues/new/choose|Create a flaky test issue>
<https://docs-legacy.sourcegraph.com/dev/how-to/testing#assessing-flaky-client-steps|Recognizing flaky client steps and how to fix them>
_Disable flakes on sight and save your fellow teammate some time!_`,
Text: `_Disable flakes on sight and save your fellow teammate some time!_`,
},
nil,
nil,