diff --git a/README.md b/README.md index e3d90d6..5dedf69 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,8 @@ If you will be operating IronFunctions, then the benefits are different, but rel ## Quick-start guide -* Install DevStack with [IronFunctions enabled](https://github.com/iron-io/picasso/blob/master/devstack/README.rst) -* Clone the [Picasso source](https://github.com/iron-io/picasso) +* Install DevStack with [IronFunctions enabled](https://github.com/openstack/picasso/blob/master/devstack/README.md) +* Clone the [Picasso source](https://github.com/openstack/picasso) Create a Python3.5 virtualenv diff --git a/docs/source/deployment_guide.rst b/docs/source/deployment_guide.rst index 93ccbf8..7365aba 100644 --- a/docs/source/deployment_guide.rst +++ b/docs/source/deployment_guide.rst @@ -50,7 +50,7 @@ Picasso is a lightweight ReST API service to work with IronFunctions using the O Run the following commands to install Picasso:: - git clone git@github.com:iron-io/picasso.git + git clone git@github.com:openstack/picasso.git pip3 install -r requirements.txt pip3 install -e . @@ -77,8 +77,8 @@ Required software:: The Picasso API endpoint should be available to OpenStack users, therefore it is suggested to run the API behind a load balancer. -.. _devstack_plugin: https://github.com/iron-io/picasso/blob/master/devstack/README.rst +.. _devstack_plugin: https://github.com/openstack/picasso/blob/master/devstack/README.md .. _Glide: https://github.com/Masterminds/glide .. _options: https://github.com/iron-io/functions/blob/master/docs/options.md -.. _README: https://github.com/iron-io/picasso/blob/master/README.md +.. _README: https://github.com/openstack/picasso/blob/master/README.md .. _OpenStack_CLI: http://docs.openstack.org/cli-reference/ \ No newline at end of file