From 6b722b1c67d82cb7e7d1723537fa72530fd0032d Mon Sep 17 00:00:00 2001 From: Gordon Good Date: Wed, 20 Feb 2019 09:57:40 -0800 Subject: [PATCH] Update links for NSX-T API docs Make vmc-app link "NSX VMC Cloud Service" and include some explanatory text for each link. Signed-Off-By: Gordon Good --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 34f4f308..aed97509 100644 --- a/README.md +++ b/README.md @@ -238,8 +238,8 @@ $ python samples/vsphere/vcenter/vm/list_vms.py -v ### NSX API Documentation -* [NSX Policy](https://vmware.github.io/vsphere-automation-sdk-python/nsx/nsx_policy/index.html) -* [NSX VMC App](https://vmware.github.io/vsphere-automation-sdk-python/nsx/vmc_app/index.html) +* [NSX Policy](https://vmware.github.io/vsphere-automation-sdk-python/nsx/nsx_policy/index.html) - primary API for managing logical networks +* [NSX VMC Cloud Service](https://vmware.github.io/vsphere-automation-sdk-python/nsx/vmc_app/index.html) - for managing AWS underlay networks ## Troubleshooting