Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@

Wraith is a screenshot comparison tool, created by developers at BBC News.

[Documentation](http://bbc-news.github.io/wraith/) • [Source](http://github.com/bbc-news/wraith) • [Responsive News Website](http://responsivenews.co.uk)
[Documentation](http://bbc.github.io/wraith/) • [Source](http://github.com/bbc-news/wraith) • [Responsive News Website](http://responsivenews.co.uk)

## What is it?

Wraith uses a headless browser to create screenshots of webpages on different environments (or at different moments in time) and then creates a diff of the two images; the affected areas are highlighted in blue.

![Photo of BBC News with a diff](http://bbc-news.github.io/wraith/img/wraith.png)
![Photo of BBC News with a diff](http://bbc.github.io/wraith/img/wraith.png)

## Documentation

For instructions on how to install, set up and use Wraith and all of its features, [visit the Wraith documentation](http://bbc-news.github.io/wraith/index.html).
For instructions on how to install, set up and use Wraith and all of its features, [visit the Wraith documentation](http://bbc.github.io/wraith/index.html).

A brief overview of how Wraith works is provided below.

Expand Down
2 changes: 1 addition & 1 deletion lib/wraith/validate.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ def validate_base_shots_exist
end

def docs_prompt
"See the docs at http://bbc-news.github.io/wraith/"
"See the docs at http://bbc.github.io/wraith/"
end
end