From e3993cb724aabadf3aa60e8b044f2bc4953d8661 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Wed, 21 Feb 2018 14:12:51 -0800 Subject: [PATCH] Update URL listed in setup.py The current URL 404s while the new URL lists the project patchsets. Change-Id: I0a9793db118fe60e56db18e624ff59f4336d7daf Signed-off-by: Trevor Bramwell --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bc3e72d..f8edab9 100644 --- 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/*'] }, -- 2.16.6