From f0ca3fcb716d4d0ae579460beda237ce79d121da Mon Sep 17 00:00:00 2001 From: Kyle Rames Date: Wed, 30 Jan 2013 13:12:58 -0600 Subject: [PATCH] fixing links to anchors in Rackspace Compute doc --- lib/fog/rackspace/docs/cloud_servers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/fog/rackspace/docs/cloud_servers.md b/lib/fog/rackspace/docs/cloud_servers.md index 1a22930d8..8cfddc9df 100644 --- a/lib/fog/rackspace/docs/cloud_servers.md +++ b/lib/fog/rackspace/docs/cloud_servers.md @@ -447,7 +447,7 @@ Fog can wait for the server to become ready as follows: server.wait_for { ready? } -**Note**: *The `Fog::Compute::RackspaceV2::Server` instance returned from the create method contains a `password` attribute. The **`password` attribute will NOT be present in subsequent retrievals** either through `service.servers` or `server.servers.get my_server_id`*. +**Note**: *The `Fog::Compute::RackspaceV2::Server` instance returned from the create method contains a `password` attribute. The `password` attribute will NOT be present in subsequent retrievals either through `service.servers` or `server.servers.get my_server_id`*. ### Additional Parameters The `create` method also supports the following key values: @@ -494,7 +494,7 @@ To delete a server: **Note**: *The server is not immediately destroyed, but it does occur shortly there after.* ## Metadata -You can access metadata as an attribute on both `Fog::Compute::RackspaceV2::Server` and `Fog::Compute::RackspaceV2::Metadata::Image`. You can specify metadata during creation of a server or an image. Please refer to [Create Server](#create_server) or [Create Image](create_image) sections for more information. +You can access metadata as an attribute on both `Fog::Compute::RackspaceV2::Server` and `Fog::Compute::RackspaceV2::Metadata::Image`. You can specify metadata during creation of a server or an image. Please refer to [Create Server][] or [Create Image][] sections for more information. This example demonstrates how to iterate through a server's metadata: