diff options
author | Mike Frysinger <vapier@google.com> | 2018-10-10 00:57:44 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@google.com> | 2018-10-10 01:35:58 -0400 |
commit | 3b24e7b5577fc6d812e1d002ada9fdf85256fcd3 (patch) | |
tree | 23d66657673a69277c1002349397071cddb3da9b | |
parent | 3891b7519d35b6bac3e81744c846ca2ed0bd1be2 (diff) | |
download | git-repo-3b24e7b5577fc6d812e1d002ada9fdf85256fcd3.tar.gz |
update homepage URIs
Change-Id: I482a72bf296978625b1e82ef580b0e0d4d57ff25
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | subcmds/upload.py | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -6,9 +6,9 @@ development workflow. Repo is not meant to replace Git, only to make it | |||
6 | easier to work with Git. The repo command is an executable Python script | 6 | easier to work with Git. The repo command is an executable Python script |
7 | that you can put anywhere in your path. | 7 | that you can put anywhere in your path. |
8 | 8 | ||
9 | * Homepage: https://code.google.com/p/git-repo/ | 9 | * Homepage: https://gerrit.googlesource.com/git-repo/ |
10 | * Bug reports: https://code.google.com/p/git-repo/issues/ | 10 | * Bug reports: https://code.google.com/p/git-repo/issues/ |
11 | * Source: https://code.google.com/p/git-repo/ | 11 | * Source: https://gerrit.googlesource.com/git-repo/ |
12 | * Overview: https://source.android.com/source/developing.html | 12 | * Overview: https://source.android.com/source/developing.html |
13 | * Docs: https://source.android.com/source/using-repo.html | 13 | * Docs: https://source.android.com/source/using-repo.html |
14 | * [repo Manifest Format](./docs/manifest-format.md) | 14 | * [repo Manifest Format](./docs/manifest-format.md) |
diff --git a/subcmds/upload.py b/subcmds/upload.py index fdc7e28d..d12efd1a 100644 --- a/subcmds/upload.py +++ b/subcmds/upload.py | |||
@@ -129,7 +129,7 @@ repo will make use of only the command line option. | |||
129 | References | 129 | References |
130 | ---------- | 130 | ---------- |
131 | 131 | ||
132 | Gerrit Code Review: http://code.google.com/p/gerrit/ | 132 | Gerrit Code Review: https://www.gerritcodereview.com/ |
133 | 133 | ||
134 | """ | 134 | """ |
135 | 135 | ||