From 611e706a82c13bafa052f5890b7d195b399b021f Mon Sep 17 00:00:00 2001 From: Maarten Segers Date: Mon, 7 Dec 2020 12:02:56 +0100 Subject: [PATCH] Fixed links in Readme BBC-news has been moved to BBC. Also use https links; --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 2d1ce305..c4afb4e0 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,22 @@ -![Wraith logo](https://raw.githubusercontent.com/BBC-News/wraith/master/assets/wraith-logo.png) +![Wraith logo](https://raw.githubusercontent.com/BBC/wraith/master/assets/wraith-logo.png) -[![build status](https://secure.travis-ci.org/BBC-News/wraith.png?branch=master)](http://travis-ci.org/BBC-News/wraith) +[![build status](https://secure.travis-ci.org/BBC/wraith.png?branch=master)](https://travis-ci.org/BBC/wraith) [![rubygems version](https://img.shields.io/gem/v/wraith.svg)](https://rubygems.org/gems/wraith) -[![codeclimate report](https://codeclimate.com/github/BBC-News/wraith.png)](https://codeclimate.com/github/BBC-News/wraith) +[![codeclimate report](https://codeclimate.com/github/BBC/wraith.png)](https://codeclimate.com/github/BBC/wraith) 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](https://bbc.github.io/wraith/) • [Source](https://github.com/bbc/wraith) • [Responsive News Website](https://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](https://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](https://bbc.github.io/wraith/index.html). A brief overview of how Wraith works is provided below. @@ -40,22 +40,22 @@ Whichever mode you decide to run Wraith in, the process it follows is generally ## Requirements -[ImageMagick](http://www.imagemagick.org/) is required to compare the screenshots and crop images. +[ImageMagick](https://www.imagemagick.org/) is required to compare the screenshots and crop images. Wraith also requires at least one of these headless browsers: -* [PhantomJS](http://phantomjs.org) -* [CasperJS](http://casperjs.org/) (which can be used to target specific selectors) -* [SlimerJS](http://slimerjs.org) +* [PhantomJS](https://phantomjs.org) +* [CasperJS](https://casperjs.org/) (which can be used to target specific selectors) +* [SlimerJS](https://slimerjs.org) * [Chrome](https://askubuntu.com/questions/510056/how-to-install-google-chrome/510063) (Currently using Selenium WebDriver + Chromedriver for Chrome; Can target specific selectors) ## Contributing -Please read [how to contribute to Wraith](https://github.com/BBC-News/wraith/blob/master/.github/CONTRIBUTING.md). +Please read [how to contribute to Wraith](https://github.com/BBC/wraith/blob/master/.github/CONTRIBUTING.md). ## License -Wraith is available to everyone under the terms of the Apache 2.0 open source license. [Take a look at Wraith's LICENSE file](https://github.com/BBC-News/wraith/blob/master/LICENSE). +Wraith is available to everyone under the terms of the Apache 2.0 open source license. [Take a look at Wraith's LICENSE file](https://github.com/BBC/wraith/blob/master/LICENSE). ## Credits