From 94f1b49053867c5df4e89bad894f474806182e38 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Mon, 3 Oct 2022 10:32:41 -0400 Subject: [PATCH] Fix Travis CI badge URL and landing page URL (#969) 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]. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9192ca8db..4814310b7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ -[![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))).