From 8b141ae8afd2d370d160afab6452b77e66b9ed2e Mon Sep 17 00:00:00 2001 From: Sharat Sharma Date: Fri, 16 Sep 2016 15:54:14 +0530 Subject: [PATCH] Changed the invalid links to OpenStack SDK Change-Id: I5e320a39eaa64027773a9aa388b0b2ab3b06e9c6 Closes-Bug: #1594168 --- firstapp/source/getting_started.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/firstapp/source/getting_started.rst b/firstapp/source/getting_started.rst index 2e3a9787d..169c2955c 100644 --- a/firstapp/source/getting_started.rst +++ b/firstapp/source/getting_started.rst @@ -65,12 +65,12 @@ and toolkits with the OpenStack cloud: * - Python - OpenStack SDK - A Python-based library for OpenStack. - - http://git.openstack.org/cgit/openstack/python-openstacksdk + - http://developer.openstack.org/sdks/python/openstacksdk/ * - Python - Shade - A Python-based library developed by OpenStack Infra team. Use it to operate multiple OpenStack clouds. - - http://git.openstack.org/cgit/openstack-infra/shade + - http://docs.openstack.org/infra/shade/ * - Java - `jClouds `_ - A Java-based library that the Apache Foundation manages. @@ -80,7 +80,7 @@ and toolkits with the OpenStack cloud: - `fog `_ - A Ruby-based SDK. Use it to work with multiple clouds. - - https://github.com/fog/fog-openstack/blob/master/lib/fog/openstack/docs/getting_started.md + - https://github.com/fog/fog-openstack/blob/master/docs/getting_started.md * - node.js - `pkgcloud `_ - A Node.js-based SDK.