From 2dffdf5ddf91d9a2d55b18a887c6bdcb56cec4ed Mon Sep 17 00:00:00 2001 From: vidusheeamoli Date: Fri, 20 Mar 2020 01:07:27 +0530 Subject: [PATCH] docs: fix broken link --- docs/Brew-Test-Bot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Brew-Test-Bot.md b/docs/Brew-Test-Bot.md index aab1ca3e4d..e72199778c 100644 --- a/docs/Brew-Test-Bot.md +++ b/docs/Brew-Test-Bot.md @@ -8,7 +8,7 @@ by [our Kickstarter in 2013](https://www.kickstarter.com/projects/homebrew/brew- It comprises four Mac Minis and three Xserves running in two data centres which host [a Jenkins instance at https://jenkins.brew.sh](https://jenkins.brew.sh) and run the -[`brew-test-bot.rb`](https://github.com/Homebrew/homebrew-test-bot/blob/master/cmd/brew-test-bot.rb) +[`test-bot.rb`](https://github.com/Homebrew/homebrew-test-bot/blob/master/cmd/test-bot.rb) Ruby script to perform automated testing of commits to the master branch, pull requests and custom builds requested by maintainers.