Skip to content

Commit 5ecd965

Browse files
committed
added links to reference webpages
1 parent 4c9a14e commit 5ecd965

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Wireframe/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,23 @@ <h2>What is a readme file?</h2>
2121
<p>
2222
A readme file informs anyone looking at your repository what your project is about. It lets them know how to install it (if its an application) and how to use it.
2323
</p>
24-
<a href="">Read more</a>
24+
<a href="https://github.com/hedge-dev/UnleashedRecomp">Read more</a>
2525
</article>
2626
<article>
2727
<img src="wireframe.png" alt="">
2828
<h2>What is the purpose of a Wireframe?</h2>
2929
<p>
3030
The purpose of a wireframe is to provide visual understanding for a web page layout. In other words, it shows the layout of webpage so clients can sign off on the layout before any extra creative work goes into it.
3131
</p>
32-
<a href="">Read more</a>
32+
<a href="https://www.figma.com/resource-library/what-is-wireframing/">Read more</a>
3333
</article>
3434
<article>
3535
<img src="images.png" alt="">
3636
<h2>What is a branch in Git?</h2>
3737
<p>
3838
A branch in Git is like a seperate workspace that is contained within the project where any changes made won't affect the main repository.
3939
</p>
40-
<a href="">Read more</a>
40+
<a href="https://git-scm.com/book/en/v2/Git-Branching-Branches-in-a-Nutshell#:~:text=A%20branch%20in%20Git%20is,Note">Read more</a>
4141
</article>
4242
</main>
4343
<footer>

0 commit comments

Comments
 (0)