Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(123)

Unified Diff: docs/chromoting_build_instructions.md

Issue 1473953002: Fix various issues with Markdown docs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « docs/ccache_mac.md ('k') | docs/common_build_tasks.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/chromoting_build_instructions.md
diff --git a/docs/chromoting_build_instructions.md b/docs/chromoting_build_instructions.md
index af9a8be21c68ecc076b3e318265083e2a0c7ebd7..62b9c94b0fa87cd0eb532175168f9bec9f58fd5d 100644
--- a/docs/chromoting_build_instructions.md
+++ b/docs/chromoting_build_instructions.md
@@ -36,8 +36,7 @@ If you've already checked out a copy of the browser's codebase, you can skip
this section, although you'll still need to run `gclient runhooks` to ensure you
build using the API keys you just generated.
-1. Install the build dependencies, which are listed at
- http://code.google.com/p/chromium/wiki/LinuxBuildInstructionsPrerequisites.
+1. [Install the build dependencies](linux_build_instructions_prerequisites.md).
1. Install the depot\_tools utilities, a process that is documented at
http://dev.chromium.org/developers/how-tos/install-depot-tools.
1. Download the Chromium source code by running:
@@ -111,8 +110,8 @@ very early stages of development. At the time of writing, you must compile from
source because no official version is being distributed.
1. Follow all the instructions under the `Getting the code` and
- `Install prerequisites` sections of: TODO: 404
- http://code.google.com/p/chromium/wiki/AndroidBuildInstructions
+ `Install prerequisites` sections of:
+ https://www.chromium.org/developers/how-tos/android-build-instructions
1. Move into the `src/` directory that contains your checkout of the Chromium
code.
1. Build the Android app: `$ ninja -C out/Release remoting_apk`
« no previous file with comments | « docs/ccache_mac.md ('k') | docs/common_build_tasks.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698