From 667e0d7a9ca3a193e8aeaed2d46d4881ad480d73 Mon Sep 17 00:00:00 2001 From: Anne Gentle Date: Wed, 4 Apr 2018 16:13:20 -0500 Subject: [PATCH] Find and fix incorrect image references --- labs/00-labs-01-getting_started/1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/labs/00-labs-01-getting_started/1.md b/labs/00-labs-01-getting_started/1.md index 3019ffc..bd2d509 100644 --- a/labs/00-labs-01-getting_started/1.md +++ b/labs/00-labs-01-getting_started/1.md @@ -66,7 +66,7 @@ Each page in the end-user navigable lab corresponds to a single markdown file in Figure: Numeric filenames

- ![](posts/files/00-labs-01-getting_start/assets/images/md_files.png) + ![](assets/images/md_files.png)

* **Image files must meet the following specification** @@ -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.