From 42073fcec40f54c1a90ca8cf1447869f1235403c Mon Sep 17 00:00:00 2001 From: Biju Kunjummen Date: Mon, 29 Sep 2014 10:24:58 -0400 Subject: [PATCH] Wrong url to projects.spring.io Not sure if it is an omit - but linking to https://projects.spring.io/spring-cloud gives an `unknown domain: projects.spring.io` error. Changing it to http url works. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4c028d..e0daf23 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ This project is an umbrella and the git repository is used only for -documentation (see gh-pages branch). Home page: https://projects.spring.io/spring-cloud. +documentation (see gh-pages branch). Home page: http://projects.spring.io/spring-cloud. The sub-projects of Spring Cloud live in a different Github organization: https://github.com/spring-cloud