From 92e1305e0d4d7a5ae57009527eff725e0ca1496c Mon Sep 17 00:00:00 2001 From: Jiri Tomasek Date: Mon, 21 Oct 2013 14:18:22 +0200 Subject: [PATCH] Fix links and naming in Readme This changes links in readme from stackforge to openstack Change-Id: I13a8e49b142e9ca63711c3010788b3a368a9a7c2 --- README.rst | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/README.rst b/README.rst index 9b5a05685..858d45d1c 100644 --- a/README.rst +++ b/README.rst @@ -2,26 +2,25 @@ tuskar-ui ========= **tuskar-ui** is a user interface for -`Tuskar `__, a management API for +`Tuskar `__, a management API for OpenStack deployments. It is a plugin for `OpenStack Horizon `__. High-Level Overview ------------------- -Tuskar-UI endeavours to be a stateless UI, relying on Tuskar API calls -as much as possible. We use existing Horizon libraries and components -where possible. If added libraries and components are needed, we will +Tuskar-UI endeavours to be a stateless UI, relying on Tuskar API calls +as much as possible. We use existing Horizon libraries and components +where possible. If added libraries and components are needed, we will work with the OpenStack community to push those changes back into Horizon. Code Repository --------------- -We've moved the code to `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 `__. +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: -``__ +``__ and we follow the `OpenStack Gerrit Workflow `__. Installation Guide ------------------ -Use the `Installation Guide `_ to install Tuskar-UI. +Use the `Installation Guide `_ to install Tuskar-UI. License ------- @@ -47,8 +46,8 @@ information can be found in the LICENSE file. Further Documentation --------------------- -Check out our `docs directory -`_ +Check out our `docs directory +`_ for expanded documentation. Contact Us