Skip to content

Commit

Permalink
Fix README.md to display the *actual* TravisCI status.
Browse files Browse the repository at this point in the history
The SVG button's image had never been updated to display the
actual master-branch build status! Now it's fixed.
Also, use https:// URLs.
  • Loading branch information
Quuxplusone committed Feb 23, 2021
1 parent 134e241 commit ae2ac52
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
@@ -1,8 +1,8 @@

[![Build status](https://travis-ci.org/Quuxplusone/uthash.svg?branch=travis-ci)](https://travis-ci.org/troydhanson/uthash)
[![Build status](https://api.travis-ci.org/troydhanson/uthash.svg?branch=master)](https://travis-ci.org/troydhanson/uthash)

Documentation for uthash is available at:

http://troydhanson.github.com/uthash/
https://troydhanson.github.com/uthash/


0 comments on commit ae2ac52

Please sign in to comment.