Merge "Remove references to gitweb from `submit-patches`"
diff --git a/src/source/submit-patches.md b/src/source/submit-patches.md
index 0201e8f..2ea9c83 100644
--- a/src/source/submit-patches.md
+++ b/src/source/submit-patches.md
@@ -41,7 +41,7 @@
 
 For each change you intend to make, start a new branch within the relevant git repository:
 
-    $ repo start NAME
+    $ repo start NAME .
 
 You can start several independent branches at the same time in the same repository. The branch NAME is local to your workspace and will not be included on gerrit or the final source tree.