Commit adff117fc2bebcb02e218c645c00b00f2a016a5d

Authored by Nathan Broadbent
1 parent 115d332c
Exists in master and in 1 other branch production

Use variables for URLs in README

Showing 1 changed file with 6 additions and 2 deletions   Show diff stats
README.md
1   -Errbit [![TravisCI](http://travis-ci.org/errbit/errbit.png?branch=master)](http://travis-ci.org/errbit/errbit)
  1 +Errbit [![TravisCI][travis-img-url]][travis-ci-url]
2 2 ======
3 3  
4   -**The open source self-hosted error catcher**
  4 +[travis-img-url]: https://secure.travis-ci.org/errbit/errbit.png?branch=master
  5 +[travis-ci-url]: http://travis-ci.org/errbit/errbit
  6 +
  7 +### The open source, self-hosted error catcher
  8 +
5 9  
6 10 Errbit is a tool for collecting and managing errors from other applications.
7 11 It is [Airbrake](http://airbrakeapp.com) (formerly known as Hoptoad) API compliant,
... ...