Skip to content

Commit

Permalink
Switch to using the img.shields.io service. Fixes badges/shields#83.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebryant committed Feb 28, 2014
1 parent 18b4ade commit 2cc9dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pins/pins.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


PYPI_URL = "https://pypi.python.org/pypi/%s/json"
SHIELD_URL = "http://localhost:9000/v1/%s-%s-%s.png"
SHIELD_URL = "http://img.shields.io/badge/%s-%s-%s.png"


def format_number(singular, number):
Expand Down

0 comments on commit 2cc9dcf

Please sign in to comment.