Update URL listed in setup.py 80/8980/1
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Wed, 21 Feb 2018 22:12:51 +0000 (14:12 -0800)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Wed, 21 Feb 2018 22:12:51 +0000 (14:12 -0800)
The current URL 404s while the new URL lists the project patchsets.

Change-Id: I0a9793db118fe60e56db18e624ff59f4336d7daf
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
setup.py

index bc3e72d..f8edab9 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,7 @@ setup(
     version=__version__,
     author=__author__,
     author_email="releng@linuxfoundation.org",
-    url="https://gerrit.linuxfoundation.org/docs-conf",
+    url="https://gerrit.linuxfoundation.org/infra/#/q/project:releng/docs-conf",
     package_data={
         'docs_conf': ['defaults/*']
     },