Browse Source

Update README.md

pull/33/merge
Chris Beams 13 years ago
parent
commit
282d623ff4
  1. 4
      README.md

4
README.md

@ -1,6 +1,6 @@ @@ -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 @@ -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

Loading…
Cancel
Save