From 5b25280c6de1408306d2bd5c6683b5fd920b84fb Mon Sep 17 00:00:00 2001 From: Nathan Typanski Date: Tue, 17 Jun 2014 16:56:59 -0700 Subject: [PATCH] updates mozilla -> rust-lang for repo location --- Note-git-workflow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Note-git-workflow.md b/Note-git-workflow.md index 0131ff0..9c72935 100644 --- a/Note-git-workflow.md +++ b/Note-git-workflow.md @@ -11,7 +11,7 @@ When submitting pull requests it is important to know your branch may be rebased One possible workflow that has worked for developers on the project is outlined below. This assumes that you have an 'origin' remote that represents your remote github repo, and a 'mozilla' remote that represents Mozilla's. To create the latter, you can execute: ``` -$ git remote add mozilla git://github.com/mozilla/rust.git +$ git remote add mozilla https://github.com/rust-lang/rust ``` 1. Whenever you start working on anything new, create a new branch derived from mozilla's `master` branch: