summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rwxr-xr-xsetup.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5519e9aa..ff0a2b62 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ that you can put anywhere in your path.
8 8
9* Homepage: <https://gerrit.googlesource.com/git-repo/> 9* Homepage: <https://gerrit.googlesource.com/git-repo/>
10* Mailing list: [repo-discuss on Google Groups][repo-discuss] 10* Mailing list: [repo-discuss on Google Groups][repo-discuss]
11* Bug reports: <https://bugs.chromium.org/p/gerrit/issues/list?q=component:repo> 11* Bug reports: <https://bugs.chromium.org/p/gerrit/issues/list?q=component:Applications%3Erepo>
12* Source: <https://gerrit.googlesource.com/git-repo/> 12* Source: <https://gerrit.googlesource.com/git-repo/>
13* Overview: <https://source.android.com/source/developing.html> 13* Overview: <https://source.android.com/source/developing.html>
14* Docs: <https://source.android.com/source/using-repo.html> 14* Docs: <https://source.android.com/source/using-repo.html>
@@ -51,5 +51,5 @@ $ chmod a+rx ~/.bin/repo
51 51
52 52
53[new-bug]: https://bugs.chromium.org/p/gerrit/issues/entry?template=Repo+tool+issue 53[new-bug]: https://bugs.chromium.org/p/gerrit/issues/entry?template=Repo+tool+issue
54[issue tracker]: https://bugs.chromium.org/p/gerrit/issues/list?q=component:repo 54[issue tracker]: https://bugs.chromium.org/p/gerrit/issues/list?q=component:Applications%3Erepo
55[repo-discuss]: https://groups.google.com/forum/#!forum/repo-discuss 55[repo-discuss]: https://groups.google.com/forum/#!forum/repo-discuss
diff --git a/setup.py b/setup.py
index 17aeae22..848b3f60 100755
--- a/setup.py
+++ b/setup.py
@@ -40,7 +40,7 @@ setuptools.setup(
40 long_description_content_type='text/plain', 40 long_description_content_type='text/plain',
41 url='https://gerrit.googlesource.com/git-repo/', 41 url='https://gerrit.googlesource.com/git-repo/',
42 project_urls={ 42 project_urls={
43 'Bug Tracker': 'https://bugs.chromium.org/p/gerrit/issues/list?q=component:repo', 43 'Bug Tracker': 'https://bugs.chromium.org/p/gerrit/issues/list?q=component:Applications%3Erepo',
44 }, 44 },
45 # https://pypi.org/classifiers/ 45 # https://pypi.org/classifiers/
46 classifiers=[ 46 classifiers=[