doc: move images into their own directory

By doing this, make the GitHub directory listing for the documentation
directory more useful and less cluttered.

Closes Homebrew/homebrew#48219.

Signed-off-by: Martin Afanasjew <martin@afanasjew.de>
This commit is contained in:
Martin Afanasjew 2016-01-20 06:45:38 +01:00
parent ca676d4d6f
commit 4ffe25adc8
7 changed files with 6 additions and 6 deletions

View File

@ -17,21 +17,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](brew-test-bot-triggered-pr.png)
![Triggered Pull Request](images/brew-test-bot-triggered-pr.png)
---
A failed build looks like this:
![Failed Pull Request](brew-test-bot-failed-pr.png)
![Failed Pull Request](images/brew-test-bot-failed-pr.png)
---
A passed build looks like this:
![Passed Pull Request](brew-test-bot-passed-pr.png)
![Passed Pull Request](images/brew-test-bot-passed-pr.png)
---
@ -43,14 +43,14 @@ When you click this you'll see the results.
A passed build looks like this:
![Passed Jenkins Build](brew-test-bot-passed-jenkins.png)
![Passed Jenkins Build](images/brew-test-bot-passed-jenkins.png)
---
A failed build looks like this:
![Failed Jenkins Build](brew-test-bot-failed-jenkins.png)
![Failed Jenkins Build](images/brew-test-bot-failed-jenkins.png)
---
@ -58,6 +58,6 @@ You can click the test results link
(e.g. `brew-test-bot.Homebrew/homebrew/pull/22183-3c17deb.install embree`) to
view the failed test output:
![Failed Test](brew-test-bot-failed-test.png)
![Failed Test](images/brew-test-bot-failed-test.png)
---

View File

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 53 KiB

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 60 KiB

View File

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 47 KiB

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB