Skip to content

Commit e2307c9

Browse files
committed
Correct Sandbox URLs.
Fixes CiscoDevNet#14.
1 parent df26af1 commit e2307c9

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

acitoolkit_show_tenants/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To run this script, you'll need to have installed the ACI Toolkit in your workin
1212

1313
This script targets the Always On ACI Simulator DevNet Sandbox.
1414

15-
Find details on the Sandbox [here](https://developer.cisco.com/site/devnet/sandbox/available-labs/data-center/index.gsp).
15+
Find details on the Sandbox [here](https://developer.cisco.com/docs/sandbox/#!data-center).
1616

1717
To execute this script against a different device, update the variables that list the URL, User and Password for the APIC.
1818

acitoolkit_show_tenants/aci-show-tenants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
of the Tenants.
55
66
Leverages the DevNet Sandbox - APIC Simulator Always On
7-
Information at https://developer.cisco.com/site/devnet/sandbox/available-labs/data-center/index.gsp
7+
Information at https://developer.cisco.com/docs/sandbox/#!data-center
88
99
Code sample based off the ACI-Toolkit Code sample
1010
@@ -41,4 +41,4 @@ def main():
4141
print(tenant.name)
4242

4343
if __name__ == '__main__':
44-
main()
44+
main()

apic-em_get_hosts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This script has been tested with Python 3.5, however may work with other version
88

99
This script targets the Always On APIC-EM DevNet Sandbox.
1010

11-
Find details on the Sandbox [here](https://developer.cisco.com/site/devnet/sandbox/available-labs/networking/).
11+
Find details on the Sandbox [here](https://developer.cisco.com/docs/sandbox/#!networking).
1212

1313
To execute this script against a different device, update the variables that list the APIC-EM IP, User and Password.
1414

apic-em_get_hosts/gethosts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
of the clients connected.
55
66
Leverages the DevNet Sandbox - APIC-EM Always On
7-
Information at https://developer.cisco.com/site/devnet/sandbox/available-labs/networking/
7+
Information at https://developer.cisco.com/docs/sandbox/#!networking
88
99
"""
1010

restconf_update_ipaddress/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This script has been tested with Python 3.5, however may work with other version
1616

1717
This script targets the RESTCONF DevNet Sandbox that leverages a CSR1000v as a target.
1818

19-
Find details on the Sandbox [here](https://developer.cisco.com/site/devnet/sandbox/available-labs/networking/).
19+
Find details on the Sandbox [here](https://developer.cisco.com/docs/sandbox/#!networking).
2020

2121
To execute this script against a different device, update the variables that list the connectivity, management interface, and url_base for RESTCONF.
2222

0 commit comments

Comments
 (0)