Skip to content

Commit 83e09f1

Browse files
authored
Update project badges (#663)
The 'build status' badge was still pointing to Travis CI, has been dormant for ages and was now unavailable. Also updated mypy links/badges to https.
1 parent 001839d commit 83e09f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
<img src="http://mypy-lang.org/static/mypy_light.svg" alt="mypy logo" width="300px"/>
1+
<img src="https://mypy-lang.org/static/mypy_light.svg" alt="mypy logo" width="300px"/>
22

33
# pep484 stubs for Django REST framework
44

5-
[![Build Status](https://travis-ci.com/typeddjango/djangorestframework-stubs.svg?branch=master)](https://travis-ci.com/typeddjango/djangorestframework-stubs)
6-
[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)
5+
[![Build status](https://github.com/typeddjango/djangorestframework-stubs/workflows/test/badge.svg?branch=master&event=push)](https://github.com/typeddjango/djangorestframework-stubs/actions?query=workflow%3Atest)
6+
[![Checked with mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](https://mypy-lang.org/)
77
[![Gitter](https://badges.gitter.im/mypy-django/Lobby.svg)](https://gitter.im/mypy-django/Lobby)
88

99

0 commit comments

Comments
 (0)