From f7c9713c532f32c0e50c3a84b038a3d3b979f7a4 Mon Sep 17 00:00:00 2001 From: Masayuki Igawa Date: Thu, 28 Jul 2016 16:08:47 +0900 Subject: [PATCH] Fix cliff URLs in doc and demoapp This commit fixes cliff URLs in the documents and demoapp. Change-Id: I5a190841d1126119eddacedd02667efd52709330 --- demoapp/setup.py | 4 ++-- doc/source/install.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/demoapp/setup.py b/demoapp/setup.py index 4bef32e..dd8695d 100644 --- a/demoapp/setup.py +++ b/demoapp/setup.py @@ -22,8 +22,8 @@ setup( author='Doug Hellmann', author_email='doug.hellmann@gmail.com', - url='https://github.com/dreamhost/cliff', - download_url='https://github.com/dreamhost/cliff/tarball/master', + url='https://github.com/openstack/cliff', + download_url='https://github.com/openstack/cliff/tarball/master', classifiers=['Development Status :: 3 - Alpha', 'License :: OSI Approved :: Apache Software License', diff --git a/doc/source/install.rst b/doc/source/install.rst index ad9a211..30a9945 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -42,10 +42,10 @@ or:: Source Code =========== -The source is hosted on github: https://github.com/dreamhost/cliff +The source is hosted on github: http://git.openstack.org/cgit/openstack/cliff Reporting Bugs ============== Please report bugs through the github project: -https://github.com/dreamhost/cliff/issues +https://bugs.launchpad.net/python-cliff