Skip to content

Commit 28ef6ef

Browse files
committed
Image path updates after folder reorganisation
1 parent f932341 commit 28ef6ef

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

Wireframe/index.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1>Wireframe</h1>
1414
<main>
1515
<article>
1616
<img
17-
src="readme.png"
17+
src="Images/readme.png"
1818
alt="Illustration promoting the creation of an effective README file"
1919
/>
2020
<h2>What is a README File?</h2>
@@ -26,7 +26,10 @@ <h2>What is a README File?</h2>
2626
<a href="https://www.makeareadme.com/">Read more</a>
2727
</article>
2828
<article>
29-
<img src="wireframe.png" alt="Wireframe showing a webpage layout" />
29+
<img
30+
src="Images/wireframe.png"
31+
alt="Wireframe showing a webpage layout"
32+
/>
3033
<h2>What is a Wireframe?</h2>
3134
<p>
3235
A wireframe is a digital diagram that shows the skeleton of a website.
@@ -36,7 +39,10 @@ <h2>What is a Wireframe?</h2>
3639
<a href="https://balsamiq.com/blog/what-are-wireframes/">Read more</a>
3740
</article>
3841
<article>
39-
<img src="git-branch.png" alt="Illustration of branching in Git" />
42+
<img
43+
src="Images/git-branch.png"
44+
alt="Illustration of branching in Git"
45+
/>
4046
<h2>What is a Git Branch?</h2>
4147
<p>
4248
A branch in Git is an independent line of development. Branches allow

0 commit comments

Comments
 (0)