From a32ee3935d758653994e559d558027f4662753f0 Mon Sep 17 00:00:00 2001 From: Jean-Pierre Bergamin Date: Thu, 4 Jun 2015 21:59:04 +0200 Subject: [PATCH] Add projects subdomain in project page URL While the projects subdomain is not necessary due to a redirect it does provide a faster experience for users. This commit adds the projects subdomain to the project URL to avoid unnecessary redirects. Fixes gh-220 --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index d0c4964b..dc1fb3c8 100644 --- a/README.adoc +++ b/README.adoc @@ -11,7 +11,7 @@ Spring Session aims to provide a common infrastructure for managing sessions. Th = Spring Session Project Site -You can find the documentation, issue management, support, samples, and guides for using Spring Session at http://spring.io/spring-session/ +You can find the documentation, issue management, support, samples, and guides for using Spring Session at http://projects.spring.io/spring-session/ = License