diff options
| author | Tom Christie | 2012-10-02 19:54:20 +0100 | 
|---|---|---|
| committer | Tom Christie | 2012-10-02 19:54:20 +0100 | 
| commit | 31b06f1721f98730556dc56927b985e4032788c3 (patch) | |
| tree | fbc4903e7d7b8a3c6e311c0781becd3728f309dc | |
| parent | 616e6f5f4d747e3be7e5ca2efe72872ed586bd3d (diff) | |
| download | django-rest-framework-31b06f1721f98730556dc56927b985e4032788c3.tar.bz2 | |
Cleaner travis image link
| -rw-r--r-- | docs/index.md | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/index.md b/docs/index.md index e7db5dbc..6e4d6257 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,5 +1,5 @@  <iframe src="http://ghbtns.com/github-btn.html?user=tomchristie&repo=django-rest-framework&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe> -[][travis] +[![travis-build-image]][travis]  # Django REST framework @@ -140,6 +140,7 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.  [travis]: http://travis-ci.org/tomchristie/django-rest-framework?branch=restframework2 +[travis-build-image]: https://secure.travis-ci.org/tomchristie/django-rest-framework.png?branch=restframework2  [urlobject]: https://github.com/zacharyvoase/urlobject  [markdown]: http://pypi.python.org/pypi/Markdown/  [yaml]: http://pypi.python.org/pypi/PyYAML  | 
