Rewrite git/gerrit/gerrit-int urls to googlesource
BUG=chromium:281665,chromium:290413
TEST=None
Change-Id: I74f8bb70032c0a3b3aa97acbad419e28a3162c34
Reviewed-on: https://chromium-review.googlesource.com/171263
Reviewed-by: Mike Frysinger <vapier@chromium.org>
Tested-by: Mike Frysinger <vapier@chromium.org>
diff --git a/chromeapps/nassh/doc/changelog.txt b/chromeapps/nassh/doc/changelog.txt
index b4e43db..97da9a7 100644
--- a/chromeapps/nassh/doc/changelog.txt
+++ b/chromeapps/nassh/doc/changelog.txt
@@ -371,7 +371,7 @@
0.8.7.1, 2012-09-20, Some keyboard fixes and pnacl
* Recompile nacl plugin with --pnacl enabled.
- (See https://gerrit.chromium.org/gerrit/#/c/33519/.)
+ (See https://chromium-review.googlesource.com/#/c/33519/.)
* Changed hterm_keyboard.js to only add modifier munging to strings that
came from the "default" action. Other actions are assumed to already
be appropriate for the in use modifier.
diff --git a/chromeapps/nassh/doc/hack.txt b/chromeapps/nassh/doc/hack.txt
index 6fd052b..3470374 100644
--- a/chromeapps/nassh/doc/hack.txt
+++ b/chromeapps/nassh/doc/hack.txt
@@ -31,7 +31,7 @@
<http://src.chromium.org/viewvc/chrome/trunk/src/LICENSE?view=markup>.
The source code itself is in the Chromium OS "assets" repository, located
- on git.chromium.org. (The Secure Shell application works on recent
+ on chromium.googlesource.com. (The Secure Shell application works on recent
Chromium based browsers on Windows, Mac and Linux platforms too. The source
just happens to live in a Chromium OS repository.)
@@ -71,7 +71,7 @@
$ mkdir chromiumos
$ cd chromiumos
- $ git clone http://git.chromium.org/chromiumos/platform/assets.git
+ $ git clone https://chromium.googlesource.com/chromiumos/platform/assets.git
That's it. Look under the chromeapps/ directory for the nassh/, hterm/
and ssh_client/ directories. Make your changes, use `git diff` to produce
@@ -94,7 +94,7 @@
$ mkdir chromiumos
$ cd chromiumos
- $ repo init -u https://git.chromium.org/chromiumos/manifest.git
+ $ repo init -u https://chromium.googlesource.com/chromiumos/manifest.git
$ repo sync chromiumos/repohooks
$ repo sync chromiumos/platform/assets