Remove references to gitweb from `submit-patches`

Change-Id: I070ff87696eb977c2348542c13cb583e50f9d6de
diff --git a/src/source/submit-patches.md b/src/source/submit-patches.md
index 037aca4..0201e8f 100644
--- a/src/source/submit-patches.md
+++ b/src/source/submit-patches.md
@@ -108,7 +108,7 @@
 
 ## After a submission is approved ##
 
-After a submission makes it through the review and verification process, Gerrit automatically merges the change into the public repository. The change will now be visible in gitweb, and others users will be able to run `repo sync` to pull the update into their local client.
+After a submission makes it through the review and verification process, Gerrit automatically merges the change into the public repository. Other users will be able to run `repo sync` to pull the update into their local client.
 
 # For reviewers and verifiers #
 
@@ -168,10 +168,6 @@
 
 To publish your comments so that others using Gerrit will be able to see them, click the Publish Comments button. Your comments will be emailed to all relevant parties for this change, including the change owner, the patch set uploader (if different from the owner), and all current reviewers.
 
-## Using GitWeb to track patch histories ##
-
-To view snapshots of the files that are in the public Android repositories and view file histories, use the [Android instance of GitWeb](http://android.git.kernel.org/).
-
 <a name="upstream-projects"></a>
 
 # Upstream Projects #