diff --git a/docs/Brew-Test-Bot.md b/docs/Brew-Test-Bot.md
index 919204345718ce3439b6983de128e7d643ac00d7..670847af926ead9d773ce218e830290e56e8191a 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 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/homebrew-test-bot/blob/master/cmd/brew-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.
 
@@ -14,7 +14,7 @@ requests and custom builds requested by maintainers.
 The bot automatically builds pull requests and updates their status depending
 on the result of the job.
 
-For example, a job which has been queued but not yet started will have a
+For example, a job which has been queued but not yet completed will have a
 section in the pull request that looks like this:
 
 
diff --git a/docs/img/docs/brew-test-bot-failed-jenkins.png b/docs/img/docs/brew-test-bot-failed-jenkins.png
index bdfa8205f53a1838d95093b3fcc099c7c66813d0..a15e6050c6115e2062852860bfe5abe8c962b0b8 100644
Binary files a/docs/img/docs/brew-test-bot-failed-jenkins.png and b/docs/img/docs/brew-test-bot-failed-jenkins.png differ
diff --git a/docs/img/docs/brew-test-bot-failed-pr.png b/docs/img/docs/brew-test-bot-failed-pr.png
index 2487ac446c3c5a05ae3afce6735468af5670ca14..97fbd6c67713b3c57c273a4230c15f879784dfe3 100644
Binary files a/docs/img/docs/brew-test-bot-failed-pr.png and b/docs/img/docs/brew-test-bot-failed-pr.png differ
diff --git a/docs/img/docs/brew-test-bot-failed-test.png b/docs/img/docs/brew-test-bot-failed-test.png
index 0820910e79eb152858294947f299cb66c3c8dacc..3f64e9722a38c31319491ab10e19fc45f94a9515 100644
Binary files a/docs/img/docs/brew-test-bot-failed-test.png and b/docs/img/docs/brew-test-bot-failed-test.png differ
diff --git a/docs/img/docs/brew-test-bot-passed-jenkins.png b/docs/img/docs/brew-test-bot-passed-jenkins.png
index be0467581cd2795a659e4ad337a6079c7cba4bb2..660f7f438a3675960deb63501de6538acda0951f 100644
Binary files a/docs/img/docs/brew-test-bot-passed-jenkins.png and b/docs/img/docs/brew-test-bot-passed-jenkins.png differ
diff --git a/docs/img/docs/brew-test-bot-passed-pr.png b/docs/img/docs/brew-test-bot-passed-pr.png
index 06acd588076bd8de21a11b951129aa42b2704d1c..3d3dd98c3674fa861ad2e2e1cbec3cf68f87cf9f 100644
Binary files a/docs/img/docs/brew-test-bot-passed-pr.png and b/docs/img/docs/brew-test-bot-passed-pr.png differ
diff --git a/docs/img/docs/brew-test-bot-triggered-pr.png b/docs/img/docs/brew-test-bot-triggered-pr.png
index 3643dcdbb27d19ad1a87e5dde1934f4a66f8ed56..9aafe62403141cfebcf83941d50670afe1cf78a4 100644
Binary files a/docs/img/docs/brew-test-bot-triggered-pr.png and b/docs/img/docs/brew-test-bot-triggered-pr.png differ