From 96177d806e5c1c162aacece08dd14b25eb27884c Mon Sep 17 00:00:00 2001 From: Tom Fifield Date: Wed, 13 May 2015 12:32:21 +0800 Subject: [PATCH] Fix link to fog The link for the fog SDK went to an obviously different project. Link instead to the OpenStack getting started guide for fog. Change-Id: I03a2f6afdd2ffa7a0185f9d60943c42786f1aa26 Partial-Bug: 1453651 --- firstapp/source/getting_started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firstapp/source/getting_started.rst b/firstapp/source/getting_started.rst index b9a36a521..2dba9a38a 100644 --- a/firstapp/source/getting_started.rst +++ b/firstapp/source/getting_started.rst @@ -59,7 +59,7 @@ Python Libcloud A Python-based library managed by the Apache Foundat Python OpenStack SDK A python-based library specifically developed for OpenStack. https://github.com/stackforge/python-openstacksdk Java jClouds A Java-based library. Like Libcloud, it's also managed by the https://jclouds.apache.org Apache Foundation and works with multiple types of clouds. -Ruby fog A Ruby-based SDK for multiple clouds. http://www.fogproject.org +Ruby fog A Ruby-based SDK for multiple clouds. https://github.com/fog/fog/blob/master/lib/fog/openstack/docs/getting_started.md node.js pkgcloud A Node.js-based SDK for multiple clouds. https://github.com/pkgcloud/pkgcloud PHP php-opencloud A library for developers using PHP to work with OpenStack clouds. http://php-opencloud.com/ NET Framework OpenStack SDK A .NET based library that can be used to write C++ applications. https://www.nuget.org/packages/OpenStack-SDK-DotNet