From 4fa73b8ca6899bc69577932b80145a6bf07e4424 Mon Sep 17 00:00:00 2001 From: "erikchen@chromium.org" Date: Tue, 16 Dec 2014 00:48:01 +0000 Subject: [PATCH] Update documentation to accurately reflect the new URL of depot_tools. BUG= Review URL: https://codereview.chromium.org/789733004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@293401 0039d316-1c4b-4281-b951-d872f2087c98 --- man/html/depot_tools_tutorial.html | 6 +++--- man/man7/depot_tools_tutorial.7 | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/man/html/depot_tools_tutorial.html b/man/html/depot_tools_tutorial.html index ffe62c1e1..4dc643fdf 100644 --- a/man/html/depot_tools_tutorial.html +++ b/man/html/depot_tools_tutorial.html @@ -873,7 +873,7 @@ Litmus Test

Clone the depot_tools repository:

-
$ git clone https://chromium.googlesource.com/chromium/tools/depot_tools
+
$ git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git

Add depot_tools to the end of your PATH (you will probably want to put this in your ~/.bashrc or ~/.zshrc). Assuming you cloned depot_tools to @@ -902,7 +902,7 @@ autoupdate itself. You can use “Extract all…” from the context bundle to C:\workspace\depot_tools:

-With Administrator access: +With Administrator access:

@@ -911,7 +911,7 @@ With Administrator access:

Modify the PATH system variable to include C:\workspace\depot_tools.

-Without Administrator access: +Without Administrator access:

diff --git a/man/man7/depot_tools_tutorial.7 b/man/man7/depot_tools_tutorial.7 index 576370cac..00dd70051 100644 --- a/man/man7/depot_tools_tutorial.7 +++ b/man/man7/depot_tools_tutorial.7 @@ -227,7 +227,7 @@ Clone the \fIdepot_tools\fR repository: .RS 4 .\} .nf -\fB$ git clone https://chromium\&.googlesource\&.com/chromium/tools/depot_tools\fR +\fB$ git clone https://chromium\&.googlesource\&.com/chromium/tools/depot_tools\&.git\fR .fi .if n \{\ .RE