Skip to content

Commit 70704be

Browse files
authored
Update 1.md
Rewrite procedure to be one action per step.
1 parent d888699 commit 70704be

File tree

1 file changed

+8
-8
lines changed
  • labs/coding-101-rest-basics-ga

1 file changed

+8
-8
lines changed

labs/coding-101-rest-basics-ga/1.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,24 +26,24 @@ If you are on a DevNet Zone station, <a href="https://chrome.google.com/webstore
2626

2727
We are going to use the APIC-EM API as an example of a REST API. Locate the APIC-EM resources on DevNet.
2828

29-
1. In a browser, navigate to <a href="https://developer.cisco.com" target="_blank">DevNet</a>
30-
* Click the **Login** link located on the top right of the web page.
31-
![](/posts/files/coding-101-rest-basics-ga/assets/images/login.png)<br/><br/>
32-
* On the Log In web page, enter your log in credentials (CCO ID) and click the **Log In** button
29+
1. In a browser, navigate to the <a href="https://developer.cisco.com" target="_blank">DevNet</a> home page.
30+
2. Click the **Login** link located on the top right of the web page.
31+
![](/posts/files/coding-101-rest-basics-ga/assets/images/login.png)<br/><br/>
32+
3. On the Log In page, enter your log in credentials.
3333
![](/posts/files/coding-101-rest-basics-ga/assets/images/register.png)<br/>
34-
* If you do not have a Cisco Connection Online ID (CCO ID) click the **Register Now** button and follow the instructions. Then, return to the Log In web page and enter your credentials.
34+
* If you want to log in with a Cisco ID but do not have a Cisco Connection Online ID (CCO ID) click the **Register Now** button and follow the instructions. Then, return to the Log In web page and enter your credentials.
3535
<br/><br/>
36-
2. Use the menu at the top to navigate to the APIC-EM web portal.
36+
4. Use the menu at the top to navigate to the APIC-EM web portal.
3737
* Click the **Technologies** link to access the Technology menu.
3838
* Click **Networking**
3939
* Click **APIC-EM**<br/>
4040
![](/posts/files/coding-101-rest-basics-ga/assets/images/Menu.png)
4141
<br/><br/>
4242

43-
3. On the APIC-EM web portal. Click the `Docs` link.<br/>
43+
5. On the APIC-EM web portal. Click the `Docs` link.<br/>
4444
![](/posts/files/coding-101-rest-basics-ga/assets/images/apic-em-main.png)
4545

46-
4. On the APIC-EM Documentation web page open the API Reference doc in a separate tab. This will be a useful reference while you work on this lab.
46+
6. On the APIC-EM Documentation web page open the API Reference doc in a separate tab. This will be a useful reference while you work on this lab.
4747
![](/posts/files/coding-101-rest-basics-ga/assets/images/Ref.png)
4848
<br/>
4949
<br/>

0 commit comments

Comments
 (0)