Refresh old repository address to recent address

Android changed repository from git.kernel.org to
android.googlesource.com once upon a time. But, there are old addresses
in some documents yet.
Fix them.

Change-Id: I1c1a3d90f870be4d1a6a9bafc440a801b658e29e
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
diff --git a/docs/ANDROID-KERNEL.TXT b/docs/ANDROID-KERNEL.TXT
index 9305ff0..46a0b44 100644
--- a/docs/ANDROID-KERNEL.TXT
+++ b/docs/ANDROID-KERNEL.TXT
@@ -7,7 +7,7 @@
 We now provide a helper script to rebuild the kernel,
 it is under distrib/rebuild-kernel.sh.
 
-You need the sources in android.git.kernel.org/kernel/qemu.git,
+You need the sources in android.googlesource.com/kernel/goldfish.git,
 in branch origin/android-goldfish-2.6.29
 
 To rebuild the ARMv5TE kernel:
@@ -47,9 +47,9 @@
 
 then:
 
-git clone git://android.git.kernel.org/kernel/common.git kernel-common
-cd kernel-common
-git checkout origin/archive/android-gldfish-2.6.29
+git clone https://android.googlesource.com/kernel/goldfish.git kernel-goldfish
+cd kernel-goldfish
+git checkout origin/android-gldfish-2.6.29
 
 export CROSS_COMPILE=arm-eabi-
 export ARCH=arm
diff --git a/docs/CPU-EMULATION.TXT b/docs/CPU-EMULATION.TXT
index 95f32b1..076f4e0 100644
--- a/docs/CPU-EMULATION.TXT
+++ b/docs/CPU-EMULATION.TXT
@@ -85,7 +85,7 @@
 
 "Goldfish" is simply the name of the virtual Linux platform used to build
 the Android-emulator-specific kernel image. The corresponding sources are
-located in the origin/android-goldfish-2.6.27 branch of
-git://android.git.kernel.org/kernel/common.git. You can have a look at
+located in the origin/android-goldfish-2.6.29 branch of
+https://android.googlesource.com/kernel/goldfish.git. You can have a look at
 arch/arm/mach-goldfish/ for the corresponding kernel driver sources.
 
diff --git a/hw/goldfish_pipe.h b/hw/goldfish_pipe.h
index 10efa96..f9c1d94 100644
--- a/hw/goldfish_pipe.h
+++ b/hw/goldfish_pipe.h
@@ -143,7 +143,7 @@
  *
  * Where $KERNEL points to the android-goldfish-2.6.xx branch on:
  *
- *     android.git.kernel.org/kernel/qemu.git.
+ *     android.googlesource.com/kernel/goldfish.git.
  */
 
 /* pipe device registers */