diff --git a/README.md b/README.md index 2d1ce305..f1ceadd9 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/lib/wraith/validate.rb b/lib/wraith/validate.rb index 84e31f9d..acde9549 100644 --- a/lib/wraith/validate.rb +++ b/lib/wraith/validate.rb @@ -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