diff options
-rw-r--r-- | README.md | 4 | ||||
-rwxr-xr-x | setup.py | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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 |
@@ -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=[ |