From 7e18aab0e37e033f3fffe0ab79ecb8e933233d28 Mon Sep 17 00:00:00 2001 From: Scott Frederick Date: Wed, 9 May 2018 16:51:29 -0500 Subject: [PATCH] Fix build status badge in README. --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 8b9c19d..4279554 100644 --- a/README.adoc +++ b/README.adoc @@ -1,4 +1,4 @@ -= Spring Cloud Connectors image:https://build.spring.io/plugins/servlet/buildStatusImage/CLOUD-NIGHTLY[Build status] += Spring Cloud Connectors image:https://build.spring.io/plugins/servlet/wittified/build-status/CLOUD-CONNECTORS2[Build status] Spring Cloud Connectors provides a simple abstraction that JVM-based applications can use to discover information about the cloud environment on which they are running, connect to services, and have discovered services registered as Spring beans. It provides out-of-the-box support for discovering common services on Heroku and Cloud Foundry cloud platforms, and it supports custom service definitions through Java Service Provider Interfaces (SPI).