Skip to content

Commit

Permalink
docs: update CI badge in docs homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke authored Jan 10, 2024
1 parent 6ea0395 commit ff58fb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="badges">
<a href="http://travis-ci.org/alanjds/drf-nested-routers">
<img src="https://travis-ci.org/alanjds/drf-nested-routers.svg?branch=master">
<a href="https://github.com/alanjds/drf-nested-routers/actions?query=workflow%3ACI+branch%3Amaster">
<img src="https://github.com/alanjds/drf-nested-routers/workflows/CI/badge.svg?branch=master">
</a>
<a href="https://pypi.python.org/pypi/drf-nested-routers">
<img src="https://img.shields.io/pypi/v/drf-nested-routers.svg">
Expand Down

0 comments on commit ff58fb6

Please sign in to comment.