From 0b2262c16541cb1247b2bf9f20046e1bde6a4c30 Mon Sep 17 00:00:00 2001 From: Scott Frederick Date: Fri, 9 Mar 2018 11:21:30 -0600 Subject: [PATCH] Update project page information for Spring Cloud Open Service Broker. --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 605af49..709c7c9 100644 --- a/index.html +++ b/index.html @@ -112,17 +112,17 @@ An event bus for linking services and service instances together with distribute {% capture project_description %} -Integrates your application with Pivotal Cloudfoundry. Provides a service discovery implementation and also makes it easy to implement SSO and OAuth2 protected resources, and also to create a Cloudfoundry service broker. +Integrates your application with Pivotal Cloud Foundry. Provides a service discovery implementation and also makes it easy to implement SSO and OAuth2 protected resources. {% endcapture %} {% include project_block.md site_url="http://cloud.spring.io/spring-cloud-cloudfoundry" repo_url="http://github.com/spring-cloud/spring-cloud-cloudfoundry" project_title="Spring Cloud for Cloud Foundry" project_description=project_description %} - + {% capture project_description %} -Provides a starting point for building a service broker that manages a Cloud Foundry managed service. +Provides a starting point for building a service broker that implements the Open Service Broker API. {% endcapture %} -{% include project_block.md site_url="http://cloud.spring.io/spring-cloud-cloudfoundry-service-broker/" repo_url="http://github.com/spring-cloud/spring-cloud-cloudfoundry-service-broker" project_title="Spring Cloud Cloud Foundry Service Broker" project_description=project_description %} +{% include project_block.md site_url="http://cloud.spring.io/spring-cloud-open-service-broker/" repo_url="http://github.com/spring-cloud/spring-cloud-open-service-broker" project_title="Spring Cloud Open Service Broker" project_description=project_description %} {% capture project_description %}