aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Brew-Test-Bot.md
diff options
context:
space:
mode:
authorEricFromCanada2017-02-23 12:09:01 -0500
committerEricFromCanada2017-02-23 12:09:01 -0500
commit20bb0aae80efb62e1242dd7881dbb626d5bfe085 (patch)
tree2627aa51ca51cd13afc0f7c14de5922b719a25fc /docs/Brew-Test-Bot.md
parentc7121f6be50e44784e3e29114617c29715bd9c0f (diff)
downloadbrew-20bb0aae80efb62e1242dd7881dbb626d5bfe085.tar.bz2
Fix broken or inactive URLs
Bare URLs are auto-linked on GitHub but not on docs.brew.sh, so I added angle brackets around them where appropriate. Also converted Markdown-linked URLs for clarity.
Diffstat (limited to 'docs/Brew-Test-Bot.md')
-rw-r--r--docs/Brew-Test-Bot.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Brew-Test-Bot.md b/docs/Brew-Test-Bot.md
index db39327fa..a27c207c8 100644
--- a/docs/Brew-Test-Bot.md
+++ b/docs/Brew-Test-Bot.md
@@ -5,7 +5,7 @@ by [our Kickstarter in 2013](https://www.kickstarter.com/projects/homebrew/brew-
It comprises of four Mac Minis running in a data centre in England which host
[a Jenkins instance at https://bot.brew.sh](https://bot.brew.sh) and run the
-[`brew test-bot.rb`](https://github.com/Homebrew/brew/blob/master/Library/Homebrew/dev-cmd/test-bot.rb)
+[`brew test-bot.rb`](https://github.com/Homebrew/homebrew-test-bot/blob/master/cmd/brew-test-bot.rb)
Ruby script to perform automated testing of commits to the master branch, pull
requests and custom builds requested by maintainers.