Skip to content

Commit f895a43

Browse files
committed
drop 9443 from url
1 parent 760f21c commit f895a43

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

labs/coding-101-rest-basics-ga/byod.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</p>
55
You will also need access to an APIC-EM controller.
66
<ul>
7-
<li>You can use the <a href="https://developer.cisco.com/site/devnet/sandbox/" target="_blank">DevNet Sandbox</a> Always-On APIC-EM Lab: <a href="https://sandboxapic.cisco.com:9443" target="_blank">https://sandboxapic.cisco.com:9443</a> controller or your own APIC-EM controller.
7+
<li>You can use the <a href="https://developer.cisco.com/site/devnet/sandbox/" target="_blank">DevNet Sandbox</a> Always-On APIC-EM Lab: <a href="https://sandboxapic.cisco.com" target="_blank">https://sandboxapic.cisco.com</a> controller or your own APIC-EM controller.
88
</li>
99
</ul>
1010
</div>

labs/coding-102-rest-python-ga/byod.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</p>
55
<h3>Install Python</h3>
66
<ul>
7-
<li>Install Python 3.4.2 for your operating system.</li>
7+
<li>Install Python 3.4.2 or higher for your operating system.</li>
88
<li>Download the installer here: <a target="_blank" href="https://www.python.org/downloads/">https://www.python.org/downloads/</a></li>
99
</ul>
1010

@@ -40,7 +40,7 @@ <h3>Install the Requests Library</h3>
4040
<li>
4141
You will also need access to an APIC-EM controller.
4242
<ul>
43-
<li>You can use the the <a href="https://developer.cisco.com/site/devnet/sandbox/" target="_blank">DevNet Sandbox</a> Always-On APIC-EM Lab: <a href="https://sandboxapic.cisco.com:9443" target="_blank">https://sandboxapic.cisco.com:9443</a>.
43+
<li>You can use the the <a href="https://developer.cisco.com/site/devnet/sandbox/" target="_blank">DevNet Sandbox</a> Always-On APIC-EM Lab: <a href="https://sandboxapic.cisco.com" target="_blank">https://sandboxapic.cisco.com</a>.
4444
</li>
4545
<li><a href="http://blog.getpostman.com/index.php/2014/01/28/using-self-signed-certificates-with-postman/" >Be sure to accept the SSL Certificate </a>
4646
</ul>

labs/coding-205-writing-file-ga/byod.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</p>
55
<h3>Install Python</h3>
66
<ul>
7-
<li>Install Python 3.4.2 for your operating system.</li>
7+
<li>Install Python 3.4.2 or higher for your operating system.</li>
88
<li>Download the installer here: <a target="_blank" href="https://www.python.org/downloads/">https://www.python.org/downloads/</a></li>
99
</ul>
1010

@@ -40,7 +40,7 @@ <h3>Install the Requests Library</h3>
4040
<li>
4141
You will also need access to an APIC-EM controller.
4242
<ul>
43-
<li>You can use the the <a href="https://developer.cisco.com/site/devnet/sandbox/" target="_blank">DevNet Sandbox</a> Always-On APIC-EM Lab: <a href="https://sandboxapic.cisco.com:9443" target="_blank">https://sandboxapic.cisco.com:9443</a>.
43+
<li>You can use the the <a href="https://developer.cisco.com/site/devnet/sandbox/" target="_blank">DevNet Sandbox</a> Always-On APIC-EM Lab: <a href="https://sandboxapic.cisco.com" target="_blank">https://sandboxapic.cisco.com</a>.
4444
</li>
4545
<li><a href="http://blog.getpostman.com/index.php/2014/01/28/using-self-signed-certificates-with-postman/" >Be sure to accept the SSL Certificate </a>
4646
</ul>

labs/coding-207-putting-it-together-ga/byod.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</p>
55
<h3>Install Python</h3>
66
<ul>
7-
<li>Install Python 3.4.2 for your operating system.</li>
7+
<li>Install Python 3.4.2 or higher for your operating system.</li>
88
<li>Download the installer here: <a target="_blank" href="https://www.python.org/downloads/">https://www.python.org/downloads/</a></li>
99
</ul>
1010

@@ -40,7 +40,7 @@ <h3>Install the Requests Library</h3>
4040
<li>
4141
You will also need access to an APIC-EM controller.
4242
<ul>
43-
<li>You can use the the <a href="https://developer.cisco.com/site/devnet/sandbox/" target="_blank">DevNet Sandbox</a> Always-On APIC-EM Lab: <a href="https://sandboxapic.cisco.com:9443" target="_blank">https://sandboxapic.cisco.com:9443</a>.
43+
<li>You can use the the <a href="https://developer.cisco.com/site/devnet/sandbox/" target="_blank">DevNet Sandbox</a> Always-On APIC-EM Lab: <a href="https://sandboxapic.cisco.com" target="_blank">https://sandboxapic.cisco.com</a>.
4444
</li>
4545
<li><a href="http://blog.getpostman.com/index.php/2014/01/28/using-self-signed-certificates-with-postman/" >Be sure to accept the SSL Certificate </a>
4646
</ul>

0 commit comments

Comments
 (0)