Skip to content

Commit 9d3feb1

Browse files
committed
Add relevant link for articles
1 parent 2b432d4 commit 9d3feb1

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
@@ -20,7 +20,7 @@ <h2>What is the purpose of a README file?</h2>
2020
<p>
2121
A README file serves as the primary introduction and quick start guide to a project.
2222
</p>
23-
<a href="">Read more</a>
23+
<a href="https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes">Read more</a>
2424
</article>
2525

2626
<article>
@@ -29,7 +29,7 @@ <h2>What is the purpose of a Wireframe?</h2>
2929
<p>
3030
A Wireframe is the blueprint for a website or app, it outline the layout and structure before the building process.
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

3535
<article>
@@ -38,7 +38,7 @@ <h2>What is a branch in Git?</h2>
3838
<p>
3939
It is a seperate workspace where you can make changes and test new ideas without affecting the main project.
4040
</p>
41-
<a href="">Read more</a>
41+
<a href="https://www.w3schools.com/git/git_branch.asp">Read more</a>
4242
</article>
4343

4444
</main>

0 commit comments

Comments
 (0)