From 282d623ff44e70e0b7e855901fbf4185aebf4059 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Sun, 11 Aug 2013 01:04:31 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dcda5a2ab08..cc8c0569a4d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Introduction -This README lives at https://github.com/springframework/gh-pages#readme. +This README lives at https://github.com/spring-projects/gh-pages#readme. If you're seeing it within a specific Spring project's 'gh-pages' branch, that's because this file, along with other files gets periodically merged in order to share common content like headers and footers, CSS, etc. @@ -10,7 +10,7 @@ If you're reading this file ## How to start a new `gh-pages` project page From within your Spring project's git checkout directory: - git remote add gh-pages-upstream https://github.com/springframework/gh-pages.git + git remote add gh-pages-upstream https://github.com/spring-projects/gh-pages.git git checkout --orphan gh-pages git pull gh-pages-upstream gh-pages