From b2b37a8ad1ae2675ff95ad3e2a2f8458b9e54089 Mon Sep 17 00:00:00 2001 From: Joe Savak Date: Fri, 30 Sep 2011 09:12:09 -0500 Subject: README.md changes to point to openstack repo Change-Id: Idb1dd4cf1ccd0243cdb7e039d081c46b884f9892 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c18f1846..6f0209ac 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This initial proof of concept aims to address the current use cases in Swift and ## User Guide & Concepts -The [`Developer Guide`](https://github.com/rackspace/keystone/raw/master/keystone/content/identitydevguide.pdf) +The [`Developer Guide`](https://github.com/openstack/keystone/raw/master/keystone/content/identitydevguide.pdf) documents the APIs to call and how to use them. #### Core Concepts: @@ -169,7 +169,7 @@ Users of the Keystone API are often developers making ReSTfull calls to Keystone information is therefore called a `Developer Guide`. Developer in this case is not to be confused with developers working on the Keystone source code itself. -The [dev guide](https://github.com/rackspace/keystone/raw/master/keystone/content/identitydevguide.pdf) is automatically +The [dev guide](https://github.com/openstack/keystone/raw/master/keystone/content/identitydevguide.pdf) is automatically generated from XML and other artifacts that live in the [OpenStack Manuals project](https://launchpad.net/openstack-manuals). To build the Developer Guide from source, you need [Maven](http://maven.apache.org/). To build the docs and publish a new PDF: @@ -230,7 +230,7 @@ Initial support for using keystone as nova's identity component has been started # clone projects bzr clone lp:nova - git clone git://github.com/rackspace/keystone.git + git clone git://github.com/openstack/keystone.git # link keystone into the nova root dir ln -s keystone/keystone nova/keystone @@ -254,7 +254,7 @@ Assuming you added the test data using bin/sampledata, you can then use joeuser/ 2. Obtain and install a source copy of Keystone: - $ git clone https://github.com/rackspace/keystone.git ~/keystone + $ git clone https://github.com/openstack/keystone.git ~/keystone ... $ cd ~/keystone && sudo python setup.py develop ... -- cgit