Merge pull request #23 from scottfrederick/patch-2

Update project page information for Spring Cloud Open Service Broker.
This commit is contained in:
Ryan Baxter
2018-03-09 12:23:04 -05:00
committed by GitHub

View File

@@ -112,17 +112,17 @@ An event bus for linking services and service instances together with distribute
<!-- Spring Cloud Cloudfoundry -->
{% 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 %}
<!-- Spring Cloud Cloud Foundry Service Broker -->
<!-- Spring Cloud Open Service Broker -->
{% 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 %}
<!-- Spring Cloud Cluster -->
{% capture project_description %}