From 141dc55170da6afa19f9bc2f8f9d6a812d4428b3 Mon Sep 17 00:00:00 2001 From: Brandon Willmott Date: Wed, 14 Jan 2015 12:49:21 -0600 Subject: [PATCH] Update README to point to 5.0 documentation --- README.rdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rdoc b/README.rdoc index b0cf54f8..45e2c646 100644 --- a/README.rdoc +++ b/README.rdoc @@ -6,7 +6,7 @@ RbVmomi is a Ruby interface to the vSphere API. Like the Perl and Java SDKs, you can use it to manage ESX and VirtualCenter servers. The current release supports the vSphere 5.0 API. RbVmomi specific documentation is online[http://rdoc.info/github/rlane/rbvmomi/master/frames] and is meant to -be used alongside the official documentation[http://www.vmware.com/support/developer/vc-sdk/visdk41pubs/ApiReference/index.html]. +be used alongside the official documentation[http://pubs.vmware.com/vsphere-50/index.jsp?topic=%2Fcom.vmware.wssdk.apiref.doc_50%2Fright-pane.html]. == Installation @@ -56,7 +56,7 @@ in the first example uses the SearchIndex for fast lookups. A few important points: -* All class, method, parameter, and property names match the official documentation[http://www.vmware.com/support/developer/vc-sdk/visdk41pubs/ApiReference/index.html]. +* All class, method, parameter, and property names match the official documentation[http://pubs.vmware.com/vsphere-50/index.jsp?topic=%2Fcom.vmware.wssdk.apiref.doc_50%2Fright-pane.html]. * Properties are exposed as accessor methods. * Data object types can usually be inferred from context, so you may use a hash instead. * Enumeration values are simply strings.