From 3194585f321cefea935d764286d4298fba65837f Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Tue, 10 Sep 2013 22:44:29 -0700 Subject: [PATCH] Update repo URLs --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 8f1a8e4..48c3826 100644 --- a/index.html +++ b/index.html @@ -68,19 +68,19 @@ Provides extensions to the JDBC support provided in the Spring Framework. {% capture project_description %} Spring Data module for Apache Solr. {% endcapture %} -{% include project_block.md site_url="https://github.com/SpringSource/spring-data-solr" repo_url="https://github.com/SpringSource/spring-data-solr" project_title="Spring Data Solr" project_description=project_description %} +{% include project_block.md site_url="https://github.com/spring-projects/spring-data-solr" repo_url="https://github.com/spring-projects/spring-data-solr" project_title="Spring Data Solr" project_description=project_description %} {% capture project_description %} Spring Data module for Couchbase. {% endcapture %} -{% include project_block.md site_url="https://github.com/SpringSource/spring-data-couchbase" repo_url="https://github.com/SpringSource/spring-data-couchbase" project_title="Spring Data Couchbase" project_description=project_description %} +{% include project_block.md site_url="https://github.com/spring-projects/spring-data-couchbase" repo_url="https://github.com/spring-projects/spring-data-couchbase" project_title="Spring Data Couchbase" project_description=project_description %} {% capture project_description %} Spring Data module for Elasticsearch. {% endcapture %} -{% include project_block.md site_url="https://github.com/SpringSource/spring-data-elasticsearch" repo_url="https://github.com/SpringSource/spring-data-elasticsearch" project_title="Spring Data Elasticsearch" project_description=project_description %} +{% include project_block.md site_url="https://github.com/spring-projects/spring-data-elasticsearch" repo_url="https://github.com/spring-projects/spring-data-elasticsearch" project_title="Spring Data Elasticsearch" project_description=project_description %} {% endcapture %}