Skip to content

Commit 9fa8e11

Browse files
committed
fix broken link to mongodb sample app[#110529278]
1 parent 89b060b commit 9fa8e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples.html.md.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The following example service broker applications have been developed - these ar
1414

1515
## Java
1616

17-
* [Spring Cloud - Cloud Foundry Service Broker](https://github.com/spring-cloud/spring-cloud-cloudfoundry-service-broker) - This implements the REST contract for service brokers and the artifacts are published to the spring maven repo. This greatly simplifies development: include a single dependency in Gradle, implement interfaces, and configure. A sample implementation has been provided for [MongoDB](https://github.com/spring-cloud-samples/cloudfoundry-mongodb-service-broker).
17+
* [Spring Cloud - Cloud Foundry Service Broker](https://github.com/spring-cloud/spring-cloud-cloudfoundry-service-broker) - This implements the REST contract for service brokers and the artifacts are published to the spring maven repo. This greatly simplifies development: include a single dependency in Gradle, implement interfaces, and configure. A sample implementation has been provided for [MongoDB](https://github.com/spring-cloud-samples/cloudfoundry-service-broker).
1818
* [MySQL Java Broker](https://github.com/cloudfoundry-community/cf-mysql-java-broker) - a Java port of the Ruby-based [MySQL broker](https://github.com/cloudfoundry/cf-mysql-broker) above.
1919

2020
## Go

0 commit comments

Comments
 (0)