Update link to source.android.com
The current docs point to:
source.android.com/submit-patches/workflow.html
This URL no longer exists. It looks like the relevant content is now at:
source.android.com/source/life-of-a-patch
Updating the links in the Gerrit docs accordingly.
Change-Id: I3cc463d14ec9354281a4a37d72cf483f2636cb64
diff --git a/Documentation/index.txt b/Documentation/index.txt
index 09ea1a2..511f19a 100644
--- a/Documentation/index.txt
+++ b/Documentation/index.txt
@@ -5,7 +5,7 @@
.. link:intro-quick.html[A Quick Introduction to Gerrit]
.. link:intro-user.html[User Guide]
.. link:intro-project-owner.html[Project Owner Guide]
-.. link:http://source.android.com/submit-patches/workflow[Default Android Workflow] (external)
+.. link:http://source.android.com/source/life-of-a-patch[Default Android Workflow] (external)
. Web
.. link:user-review-ui.html[Reviewing Changes]
.. link:user-search.html[Searching Changes]
diff --git a/Documentation/install-quick.txt b/Documentation/install-quick.txt
index d665226..3ab2d4b 100644
--- a/Documentation/install-quick.txt
+++ b/Documentation/install-quick.txt
@@ -211,7 +211,7 @@
This covers the scope of getting Gerrit started and your first change uploaded.
It doesn't give any clue as to how the review workflow works, please read
-link:http://source.android.com/submit-patches/workflow[Default Workflow] to
+link:http://source.android.com/source/life-of-a-patch[Default Workflow] to
learn more about the workflow of Gerrit.
To read more on the installation of Gerrit please see link:install.html[the detailed