Skip to content

Commit 5a0d134

Browse files
authored
Merge pull request #74 from CiscoDevNet/fix-errors
Fix errors in image paths
2 parents 9cd8ec7 + 4c9e233 commit 5a0d134

File tree

2 files changed

+2
-2
lines changed
  • labs
    • coding-205-writing-file-ga
    • coding-207-putting-it-together-ga

2 files changed

+2
-2
lines changed

labs/coding-205-writing-file-ga/4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Copy this code into your `write-file.py` file and run it.
2424

2525
What happened?
2626

27-
![](/posts/files/coding-205-writing-file-ga/assets/immages/step4a-results.jpg)
27+
![](/posts/files/coding-205-writing-file-ga/assets/images/step4a-results.jpg)
2828

2929
* The first two lines that you wrote are **OVERWRITTEN** by the second two lines. Oops!
3030
* When you open a file using the `w` Write mode, the file is written over if it exists.

labs/coding-207-putting-it-together-ga/1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ You are going to use the APIC-EM API as an example of a REST API in this lab. So
7171
<br/><br/>
7272

7373
3. You are now at the APIC-EM web portal. Open the API reference doc in a separate tab while you are working on this lab.<br/>
74-
![](/posts/files/coding-101-rest-basics-ga/assets/images/Ref.png)
74+
![](/posts/files/coding-207-putting-it-together-ga/assets/images/Ref.png)
7575
## Step 1. Introduction
7676

7777
In this Learning Lab, you are going to use all of the skills that you covered in these learning labs together in one application.

0 commit comments

Comments
 (0)