From bffb13ef9a6930f90cf4833e15b78b71f23480a9 Mon Sep 17 00:00:00 2001 From: Kevin Shin Date: Fri, 10 May 2024 00:00:44 -0700 Subject: [PATCH] static file linking error --- source/Example/Example.md | 2 +- source/Tutorials/Tutorial.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Example/Example.md b/source/Example/Example.md index 28fd379..0302e32 100644 --- a/source/Example/Example.md +++ b/source/Example/Example.md @@ -15,7 +15,7 @@ has_children: true For our starter kit, we will be making a photogallery website that uses a server to store images. We'll outline the design process and go over our front and backend code. -![Photogallery](../source/assets/images/photogallery.jpg) +![Photogallery](../../source/assets/images/photogallery.jpg) [Previous: RESTful](Backend/RESTful){: .float-left .v-align-text-top} [Next: Getting Started](Example/Getting Started){: .float-right .v-align-text-top} diff --git a/source/Tutorials/Tutorial.md b/source/Tutorials/Tutorial.md index 94366d4..642abc3 100644 --- a/source/Tutorials/Tutorial.md +++ b/source/Tutorials/Tutorial.md @@ -9,7 +9,7 @@ has_children: true Oh no, you found an empty section! -![Raccoon-Rave](../source/assets/images/raccoon-rave.gif) +![Raccoon-Rave](../../source/assets/images/raccoon-rave.gif) Carry on, happy hacking!