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