Update README.md

This commit is contained in:
Chris Beams
2013-08-11 01:04:31 +02:00
parent 6bdc0feaec
commit 282d623ff4
+2 -2
View File
@@ -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