Skip to content

Commit

Permalink
Fix Travis CI badge URL and landing page URL (#969)
Browse files Browse the repository at this point in the history
The current URL (https://www.travis-ci.com/cayleygraph/cayley) returns a 404, so update
to the correct URL https://app.travis-ci.com/github/cayleygraph/cayley .

Additionally, the image URL redirects to the api.travis-ci.com hostname, so fix that as well.

Since this change isn't modifying any code and shouldn't affect the build, we can [skip ci].
  • Loading branch information
mbrukman committed Oct 3, 2022
1 parent b0edf38 commit 94f1b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</a>
</div>

[![Build Status](https://travis-ci.com/cayleygraph/cayley.svg?branch=master)](https://travis-ci.com/cayleygraph/cayley)
[![Build Status](https://api.travis-ci.com/cayleygraph/cayley.svg?branch=master)](https://app.travis-ci.com/github/cayleygraph/cayley)
[![Container Repository](https://img.shields.io/docker/cloud/build/cayleygraph/cayley "Container Repository")](https://hub.docker.com/r/cayleygraph/cayley)

Cayley is an open-source database for [Linked Data](https://www.w3.org/standards/semanticweb/data). It is inspired by the graph database behind Google's [Knowledge Graph](https://en.wikipedia.org/wiki/Knowledge_Graph) (formerly [Freebase](https://en.wikipedia.org/wiki/Freebase_(database))).
Expand Down

0 comments on commit 94f1b49

Please sign in to comment.