summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--subcmds/upload.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index b99f6c28..39f6bb84 100644
--- a/README.md
+++ b/README.md
@@ -6,9 +6,9 @@ development workflow. Repo is not meant to replace Git, only to make it
6easier to work with Git. The repo command is an executable Python script 6easier to work with Git. The repo command is an executable Python script
7that you can put anywhere in your path. 7that 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 c1f5c0ff..02b43b40 100644
--- a/subcmds/upload.py
+++ b/subcmds/upload.py
@@ -127,7 +127,7 @@ repo will make use of only the command line option.
127 127
128# References 128# References
129 129
130Gerrit Code Review: http://code.google.com/p/gerrit/ 130Gerrit Code Review: https://www.gerritcodereview.com/
131 131
132""" 132"""
133 133