Fix links and naming in Readme

This changes links in readme from stackforge to openstack

Change-Id: I13a8e49b142e9ca63711c3010788b3a368a9a7c2
This commit is contained in:
Jiri Tomasek 2013-10-21 14:18:22 +02:00
parent be56f53588
commit 92e1305e0d

View File

@ -2,7 +2,7 @@ tuskar-ui
=========
**tuskar-ui** is a user interface for
`Tuskar <https://github.com/stackforge/tuskar>`__, a management API for
`Tuskar <https://github.com/openstack/tuskar>`__, a management API for
OpenStack deployments. It is a plugin for `OpenStack
Horizon <https://wiki.openstack.org/wiki/Horizon>`__.
@ -17,11 +17,10 @@ work with the OpenStack community to push those changes back into Horizon.
Code Repository
---------------
We've moved the code to `stackforge <https://github.com/stackforge>`__
to be more familiar to the OpenStack developers. Please go there if you
want to check it out:
We've moved the code to `OpenStack <https://github.com/openstack>`__.
Please go there if you want to check it out:
git clone https://github.com/stackforge/tuskar-ui.git
git clone https://github.com/openstack/tuskar-ui.git
The list of bugs and blueprints is on Launchpad:
@ -29,14 +28,14 @@ The list of bugs and blueprints is on Launchpad:
We use OpenStack's Gerrit for the code contributions:
`<https://review.openstack.org/#/q/status:open+project:stackforge/tuskar-ui,n,z>`__
`<https://review.openstack.org/#/q/status:open+project:openstack/tuskar-ui,n,z>`__
and we follow the `OpenStack Gerrit Workflow <https://wiki.openstack.org/wiki/Gerrit_Workflow>`__.
Installation Guide
------------------
Use the `Installation Guide <https://github.com/stackforge/tuskar-ui/blob/master/docs/install.rst>`_ to install Tuskar-UI.
Use the `Installation Guide <https://github.com/openstack/tuskar-ui/blob/master/docs/install.rst>`_ to install Tuskar-UI.
License
-------
@ -48,7 +47,7 @@ Further Documentation
---------------------
Check out our `docs directory
<https://github.com/stackforge/tuskar-ui/blob/master/docs/index.rst>`_
<https://github.com/openstack/tuskar-ui/blob/master/docs/index.rst>`_
for expanded documentation.
Contact Us