diff --git a/index.html b/index.html
index 4a194a7..ccdd6bb 100644
--- a/index.html
+++ b/index.html
@@ -55,11 +55,10 @@ Spring Cloud focuses on providing good out of box experience for typical use cas
### Constituent Projects
-* [Spring Cloud Core](https://github.com/spring-projects/spring-cloud/tree/master/core): Core library that is cloud agnostic and Spring agnostic. Provides entry point for application developers that choose to programmatically access cloud services and application information. It also provides an extension mechanism to contribute cloud connectors and service connector creators.]
-* [Spring Cloud Service Connector for Spring](https://github.com/spring-projects/spring-cloud/tree/master/spring-service-connector): Library that provides service connectors creators for javax.sql.DataSource and various connection factories spring-data projects.
-* [Cloudfoundry Connector](https://github.com/spring-projects/spring-cloud/tree/master/cloudfoundry-connector): Cloud connector for Cloud Foundry.
-* [Heroku Connector](https://github.com/spring-projects/spring-cloud/tree/master/heroku-connector): Cloud connector for Heroku.
-* [Cloudfoundry User-Provided Service Connector](https://github.com/spring-projects/spring-cloud/tree/master/cloudfoundry-ups-connector): Extension of Cloud Foundry Connector to support user-provided services.
+* [Spring Cloud Core](https://github.com/spring-projects/spring-cloud/tree/master/spring-cloud-core): Core library that is cloud agnostic and Spring agnostic. Provides entry point for application developers that choose to programmatically access cloud services and application information. It also provides an extension mechanism to contribute cloud connectors and service connector creators.]
+* [Spring Cloud Service Connector for Spring](https://github.com/spring-projects/spring-cloud/tree/master/spring-cloud-spring-service-connector): Library that provides service connectors creators for javax.sql.DataSource and various connection factories spring-data projects.
+* [Cloudfoundry Connector](https://github.com/spring-projects/spring-cloud/tree/master/spring-cloud-cloudfoundry-connector): Cloud connector for Cloud Foundry.
+* [Heroku Connector](https://github.com/spring-projects/spring-cloud/tree/master/spring-cloud-heroku-connector): Cloud connector for Heroku.