Skip to content

Commit

Permalink
Fix CI badge (#1563)
Browse files Browse the repository at this point in the history
* Fix CI badge

* Fix badge url

Co-authored-by: Andrew Starr-Bochicchio <andrewsomething@users.noreply.github.com>

---------

Co-authored-by: Andrew Starr-Bochicchio <andrewsomething@users.noreply.github.com>
  • Loading branch information
brunograsselli and andrewsomething authored Aug 5, 2024
1 parent a7c3e43 commit d708a5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
</p>

<p align="center">
<a href="https://travis-ci.org/digitalocean/doctl">
<img src="https://travis-ci.org/digitalocean/doctl.svg?branch=main" alt="Build Status" />
<a href="https://github.com/digitalocean/doctl/actions/workflows/ci.yml">
<img src="https://github.com/digitalocean/doctl/actions/workflows/ci.yml/badge.svg" alt="Build Status" />
</a>
<a href="https://godoc.org/github.com/digitalocean/doctl">
<img src="https://godoc.org/github.com/digitalocean/doctl?status.svg" alt="GoDoc" />
Expand Down

0 comments on commit d708a5f

Please sign in to comment.