diff --git a/web/index.html b/web/index.html index d460f0d..b5c6b46 100644 --- a/web/index.html +++ b/web/index.html @@ -70,7 +70,7 @@ I made the GitHub Badge Service.
Here's how it works.
-http://b.adge.me/badge/<SUBJECT>-<STATUS>-<COLOR>.svg
+http://img.shields.io/badge/<SUBJECT>-<STATUS>-<COLOR>.svg
Use two dashes --
to have one dash as text.
Use two underscores __
to have one underscore as text.
Use an underscore _
if you want a space. Or, you know, use a space.
@@ -92,55 +92,55 @@ Use an underscore _
if you want a space. Or, you know, use a space.
Travis (repo): | http://b.adge.me/travis/joyent/node.svg |
+ http://img.shields.io/travis/joyent/node.svg |
|
---|---|---|---|
Travis (branch): | http://b.adge.me/travis/joyent/node/v0.6.svg |
+ http://img.shields.io/travis/joyent/node/v0.6.svg |
|
Gittip: | http://b.adge.me/gittip/JSFiddle.svg |
+ http://img.shields.io/gittip/JSFiddle.svg |
|
Coveralls (repo): | http://b.adge.me/coveralls/jekyll/jekyll.svg |
+ http://img.shields.io/coveralls/jekyll/jekyll.svg |
|
Coveralls (branch): | http://b.adge.me/coveralls/jekyll/jekyll/master.svg |
+ http://img.shields.io/coveralls/jekyll/jekyll/master.svg |
|
Code Climate: | http://b.adge.me/codeclimate/github/kabisaict/flow.svg |
+ http://img.shields.io/codeclimate/github/kabisaict/flow.svg |
|
Gemnasium: | http://b.adge.me/gemnasium/mathiasbynens/he.svg |
+ http://img.shields.io/gemnasium/mathiasbynens/he.svg |
|
npm: | http://b.adge.me/npm/dm/localeval.svg |
+ http://img.shields.io/npm/dm/localeval.svg |
|
PyPI: | http://b.adge.me/pypi/dm/nine.svg |
+ http://img.shields.io/pypi/dm/nine.svg |
|
Packagist: | http://b.adge.me/packagist/dm/doctrine/orm.svg |
+ http://img.shields.io/packagist/dm/doctrine/orm.svg |
|
npm: | http://b.adge.me/npm/v/npm.svg |
+ http://img.shields.io/npm/v/npm.svg |
|
PyPI: | http://b.adge.me/pypi/v/nine.svg |
+ http://img.shields.io/pypi/v/nine.svg |
|
Gem: | http://b.adge.me/gem/v/formatador.svg |
+ http://img.shields.io/gem/v/formatador.svg |