Skip to content

Commit adecad0

Browse files
authored
Merge pull request #64 from lmalhoit/patch-32
102-6.md-update controller link Fixes Issue #64
2 parents 7a200c1 + a8aa32c commit adecad0

File tree

1 file changed

+2
-2
lines changed
  • labs/coding-102-rest-python-ga

1 file changed

+2
-2
lines changed

labs/coding-102-rest-python-ga/6.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ To run this code sample:
126126
`cd \DevNetCode\~your-name~\coding-skills-sample-code\coding102-REST-python-ga`
127127
2. Assign the APIC-EM Controller IP address or DNS to the `controller` variable.
128128
* Open the file `build-topology-web-server.py`. For example, in Windows, enter: `notepad build-topology-web-server.py`
129-
* *If you are not using your APIC-EM Controller*, use the [DevNet Sandbox](https://developer.cisco.com/site/devnet/sandbox/) APIC-EM Lab: https[]()://devnetapi.cisco.com/sandbox/apic_em
130-
* controller='devnetapi.cisco.com/sandbox/apic_em'
129+
* *If you are not using your APIC-EM Controller*, use the [DevNet Sandbox](https://developer.cisco.com/site/devnet/sandbox/) APIC-EM Lab: https://sandboxapicem.cisco.com
130+
* controller='sandboxapicem.cisco.com'
131131
3. Save the file. If encoding type is an option, select `UTF-8`.
132132
4. At the command prompt, enter the `python` command followed by the filename.
133133
* On Windows, enter: `py -3 build-topology-web-server.py` or `python build-topology-web-server.py`

0 commit comments

Comments
 (0)