aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2012-04-12 15:29:41 -0700
committerandroid code review <noreply-gerritcodereview@google.com>2012-04-12 15:29:42 -0700
commitf9e6bda968d7f8b0d2e2c4404615bb66a9541813 (patch)
tree9f1e559e193b0f3f5d0904c3d58ce88ea65f86b0
parent3107d7274a56047d5e6e850ebcacdb8875aaa435 (diff)
parentc173c70c069b3069765b5f818ee6bd5e3008d55d (diff)
downloadsource.android.com-f9e6bda968d7f8b0d2e2c4404615bb66a9541813.tar.gz
Merge "Add links to Gerrit"
-rw-r--r--src/source/index.md2
-rw-r--r--src/source/life-of-a-patch.md3
-rw-r--r--src/source/sidebar.md1
-rw-r--r--src/source/submit-patches.md3
4 files changed, 7 insertions, 2 deletions
diff --git a/src/source/index.md b/src/source/index.md
index f160dc41..2ea2562d 100644
--- a/src/source/index.md
+++ b/src/source/index.md
@@ -48,4 +48,6 @@ review them.
You can get started with Android by learning about the [Life of a Patch](life-of-a-patch.html),
and by learning about `git`, `repo`, and other tools using the links to the left.
+You can also view the activity on all contributions on our
+[Gerrit server](https://android-review.googlesource.com/).
If you need help along the way, you can join our [discussion groups](/community/index.html).
diff --git a/src/source/life-of-a-patch.md b/src/source/life-of-a-patch.md
index f0fbc405..f84ceac9 100644
--- a/src/source/life-of-a-patch.md
+++ b/src/source/life-of-a-patch.md
@@ -17,7 +17,8 @@
# Life of a Patch #
The Android Open Source Project (AOSP) uses a web-based code review tool
-known as Gerrit. The image below is a flowchart that details what happens to
+known as [Gerrit](https://android-review.googlesource.com/).
+The image below is a flowchart that details what happens to
a patch, once it's been written. Though it may appear complex, the majority of
the steps below are performed in the web application.
diff --git a/src/source/sidebar.md b/src/source/sidebar.md
index 45189a2e..5818d917 100644
--- a/src/source/sidebar.md
+++ b/src/source/sidebar.md
@@ -17,6 +17,7 @@
- [Life of a Patch](life-of-a-patch.html)
- [Submitting Patches](submit-patches.html)
+- [View Patches](https://android-review.googlesource.com/)
- [Life of a Bug](life-of-a-bug.html)
- [Reporting Bugs](report-bugs.html)
diff --git a/src/source/submit-patches.md b/src/source/submit-patches.md
index 11d3579d..1fb9db14 100644
--- a/src/source/submit-patches.md
+++ b/src/source/submit-patches.md
@@ -16,7 +16,8 @@
# Submitting Patches #
-This page describes the full process of submitting a patch to the AOSP, including reviewing and tracking changes with Gerrit.
+This page describes the full process of submitting a patch to the AOSP, including
+reviewing and tracking changes with [Gerrit](https://android-review.googlesource.com/).
## Prerequisites ##