1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[hp] Fix links in some documentation pages.

This commit is contained in:
Rupak Ganguly 2013-11-19 20:28:54 -05:00
parent c839fc0dc9
commit e9b8735fb3
3 changed files with 18 additions and 16 deletions

View file

@ -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)

View file

@ -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)

View file

@ -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)