aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Brew-Test-Bot.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Brew-Test-Bot.md')
-rw-r--r--docs/Brew-Test-Bot.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/Brew-Test-Bot.md b/docs/Brew-Test-Bot.md
index 484fa3275..919204345 100644
--- a/docs/Brew-Test-Bot.md
+++ b/docs/Brew-Test-Bot.md
@@ -18,21 +18,21 @@ For example, a job which has been queued but not yet started will have a
section in the pull request that looks like this:
-![Triggered Pull Request](images/brew-test-bot-triggered-pr.png)
+![Triggered Pull Request](img/docs/brew-test-bot-triggered-pr.png)
---
A failed build looks like this:
-![Failed Pull Request](images/brew-test-bot-failed-pr.png)
+![Failed Pull Request](img/docs/brew-test-bot-failed-pr.png)
---
A passed build looks like this:
-![Passed Pull Request](images/brew-test-bot-passed-pr.png)
+![Passed Pull Request](img/docs/brew-test-bot-passed-pr.png)
---
@@ -44,14 +44,14 @@ When you click this you'll see the results.
A passed build looks like this:
-![Passed Jenkins Build](images/brew-test-bot-passed-jenkins.png)
+![Passed Jenkins Build](img/docs/brew-test-bot-passed-jenkins.png)
---
A failed build looks like this:
-![Failed Jenkins Build](images/brew-test-bot-failed-jenkins.png)
+![Failed Jenkins Build](img/docs/brew-test-bot-failed-jenkins.png)
---
@@ -59,6 +59,6 @@ You can click the test results link
(e.g. `brew-test-bot.el_capitan.install openssl`) to
view the failed test output:
-![Failed Test](images/brew-test-bot-failed-test.png)
+![Failed Test](img/docs/brew-test-bot-failed-test.png)
---