Skip to content

Commit

Permalink
Merge pull request #31 from CiscoDevNet/more-fixes
Browse files Browse the repository at this point in the history
Find and fix incorrect image references
  • Loading branch information
annegentle authored Apr 4, 2018
2 parents 45d8c4a + 667e0d7 commit 71fa85a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions labs/00-labs-01-getting_started/1.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Each page in the end-user navigable lab corresponds to a single markdown file in

<b>Figure: Numeric filenames</b>
<br/> <br/>
![](posts/files/00-labs-01-getting_start/assets/images/md_files.png)
![](assets/images/md_files.png)
<br/><br/>

* **Image files must meet the following specification**
Expand All @@ -85,7 +85,7 @@ Each page in the end-user navigable lab corresponds to a single markdown file in

To add an image to the page, use the following markdown syntax:
```
![](/posts/files/04-rest-04-learning-python-json/assets/images/your_image.png)`
![](assets/images/your_image.png)`
```
* `04-rest-04-learning-python-json` is the lab directory containing the `assets/images` subdirectory
* `your_image.png` is the image file to place on the page.
Expand Down

0 comments on commit 71fa85a

Please sign in to comment.