From e9b8735fb31e68ba1d1191f935fd577cf6b0efa6 Mon Sep 17 00:00:00 2001 From: Rupak Ganguly Date: Tue, 19 Nov 2013 20:28:54 -0500 Subject: [PATCH] [hp] Fix links in some documentation pages. --- lib/fog/hp/articles/auth_caching.md | 2 +- lib/fog/hp/docs/install.md | 2 +- .../hp/examples/getting_started_examples.md | 30 ++++++++++--------- 3 files changed, 18 insertions(+), 16 deletions(-) diff --git a/lib/fog/hp/articles/auth_caching.md b/lib/fog/hp/articles/auth_caching.md index 3a1cd45a1..293c08d60 100755 --- a/lib/fog/hp/articles/auth_caching.md +++ b/lib/fog/hp/articles/auth_caching.md @@ -20,4 +20,4 @@ The contents of the credentials should be treated like a set of data. The conte The same credentials may be used to create connections for Compute, Object Storage, CDN, Block Storage, and other services. --------- -[Documentation Home]((https://github.com/fog/fog/blob/master/lib/fog/hp/README.md) | [Examples](https://github.com/fog/fog/blob/master/lib/fog/hp/examples/getting_started_examples.md) +[Documentation Home](https://github.com/fog/fog/blob/master/lib/fog/hp/README.md) | [Examples](https://github.com/fog/fog/blob/master/lib/fog/hp/examples/getting_started_examples.md) diff --git a/lib/fog/hp/docs/install.md b/lib/fog/hp/docs/install.md index ff61eb928..7be471c6f 100755 --- a/lib/fog/hp/docs/install.md +++ b/lib/fog/hp/docs/install.md @@ -130,4 +130,4 @@ Its recommended that you uninstall a previous version prior to upgrading. To uni gem uninstall fog --------- -[Documentation Home]((https://github.com/fog/fog/blob/master/lib/fog/hp/README.md) | [Examples](https://github.com/fog/fog/blob/master/lib/fog/hp/examples/getting_started_examples.md) +[Documentation Home](https://github.com/fog/fog/blob/master/lib/fog/hp/README.md) | [Examples](https://github.com/fog/fog/blob/master/lib/fog/hp/examples/getting_started_examples.md) diff --git a/lib/fog/hp/examples/getting_started_examples.md b/lib/fog/hp/examples/getting_started_examples.md index 7ee4f7807..c7cf26c36 100755 --- a/lib/fog/hp/examples/getting_started_examples.md +++ b/lib/fog/hp/examples/getting_started_examples.md @@ -4,25 +4,27 @@ This section includes code examples for working with Ruby Fog bindings and HP Cl Choose what you want to work with: -##Version 12.12 Extensions to Ruby Fog Binding +##Version 12.12 Extensions to Ruby Fog Bindings These examples currently supports HP Cloud Compute, HP Cloud Object Storage, HP Cloud CDN, and HP Cloud Block Storage. Support for other services will be added as they become available. -* [Installation Instructions](/bindings/fog/install) -* [Connecting to the Service](/bindings/fog/connect) -* [Compute Examples](/bindings/fog/compute) -* [Object Storage Examples](/bindings/fog/object-storage) -* [CDN Examples](/bindings/fog/cdn) -* [Block Storage Examples](/bindings/fog/block-storage) -* [Release Notes](/bindings/fog/release-notes) -* [FAQ](/faq#RubyFogBindings) +* [Installation Instructions](https://github.com/fog/fog/blob/master/lib/fog/hp/docs/install.md) +* [Connecting to the Service](https://github.com/fog/fog/blob/master/lib/fog/hp/docs/connect.md) +* [Compute Examples](https://github.com/fog/fog/blob/master/lib/fog/hp/examples/compute.md) +* [Object Storage Examples](https://github.com/fog/fog/blob/master/lib/fog/hp/examples/object-storage.md) +* [CDN Examples](https://github.com/fog/fog/blob/master/lib/fog/hp/examples/cdn.md) +* [Block Storage Examples](https://github.com/fog/fog/blob/master/lib/fog/hp/examples/block-storage.md) -##Version 13.5 Extensions to Ruby Fog Binding +##Version 13.5 Extensions to Ruby Fog Bindings -For the release of HP Cloud v13.5, the HP Cloud Ruby library added new examples for HP Cloud Networking and changes were made to the HP Cloud Compute and HP Cloud Block Storage examples. All other examples are compatible with v13.5. +For the release of HP Cloud v13.5, the HP Cloud extensions added support for +HP Cloud Networking and HP Cloud Compute V2 and HP Cloud Block Storage V2 examples. All other examples above are compatible with v13.5. -* [Compute v2.0 Examples](/v13/bindings/fog/compute) -* [Block Storage v2.0 Examples](/v13/bindings/fog/block-storage) -* [Networking Examples](/v13/bindings/fog/networking) +* [Compute v2 Examples](https://github.com/fog/fog/blob/master/lib/fog/hp/examples/compute_v2.md) +* [Block Storage v2 Examples](https://github.com/fog/fog/blob/master/lib/fog/hp/examples/block_storage_v2.md) +* [Networking Examples](https://github.com/fog/fog/blob/master/lib/fog/hp/examples/networking.md) * Load Balancer Examples (coming soon) * DNS Examples (coming soon) + +--------- +[Documentation Home](https://github.com/fog/fog/blob/master/lib/fog/hp/README.md) | [Examples](https://github.com/fog/fog/blob/master/lib/fog/hp/examples/getting_started_examples.md)