From eba9006d24383135168e798929a630ff5ce9dba5 Mon Sep 17 00:00:00 2001 From: "adam j. sontag" Date: Mon, 21 Nov 2011 23:07:27 -0500 Subject: [PATCH] update README to include information about recent repo URL change --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b62761dd..3318ae02 100755 --- a/README.md +++ b/README.md @@ -3,6 +3,11 @@ * Primary Domain: [http://learn.jquery.com](http://learn.jquery.com) * Staging Domain: [http://learn.jquery.com](http://stage.learn.jquery.com) +## Temporary Breaking News Section +We just changed this repository's name (and consequently its URL) from `web-learn-jquery-com` to `learn.jquery.com`. If you already forked the project before this happened and created a remote to track this repo, you'll have to update that reference. Assuming that `upstream` is what you named your remote, simply use the following command from inside your repo: + +`git remote set-url upstream https://github.com/jquery/learn.jquery.com` + ## About Spread across the internet is lot of information about how to learn and use jQuery. This content ranges in quality from excellent to terrible, and is often stuck inside CMSes where only the original author can ever update the content. The goal of this site is twofold