From cffa3caa6014ecaf59bce38ea139c4ad656f11c4 Mon Sep 17 00:00:00 2001 From: Philippe Dellaert Date: Wed, 14 Feb 2018 22:15:25 -0800 Subject: [PATCH] Updating URL to Nuage Python VSPK documentation (#36213) Fixes ansible/ansible#35766 --- lib/ansible/modules/network/nuage/nuage_vspk.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/network/nuage/nuage_vspk.py b/lib/ansible/modules/network/nuage/nuage_vspk.py index f0c0449ff2c..287bfa8ef9c 100644 --- a/lib/ansible/modules/network/nuage/nuage_vspk.py +++ b/lib/ansible/modules/network/nuage/nuage_vspk.py @@ -36,7 +36,7 @@ options: description: - The type of entity you want to work on (example Enterprise). - This should match the objects CamelCase class name in VSPK-Python. - - This Class name can be found on U(https://nuagenetworks.github.io/vspkdoc/html/index.html). + - This Class name can be found on U(https://nuagenetworks.github.io/vspkdoc/index.html). required: true default: null id: @@ -59,7 +59,7 @@ options: description: - The type of parent the ID is specified for (example Enterprise). - This should match the objects CamelCase class name in VSPK-Python. - - This Class name can be found on U(https://nuagenetworks.github.io/vspkdoc/html/index.html). + - This Class name can be found on U(https://nuagenetworks.github.io/vspkdoc/index.html). - If specified, I(parent_id) also needs to be specified. required: false default: null