Skip to content

Commit 80e54a8

Browse files
committed
Added links to read more section for each article
1 parent 89e1f4a commit 80e54a8

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,7 +21,7 @@ <h2>What is the purpose of a README file?</h2>
2121
A README file explains what a project is, how it works, and how someone can use it.
2222
It often includes setup instructions, features, and important notes for developers.
2323
</p>
24-
<a href="#">Read more</a>
24+
<a href="https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes">Read more</a>
2525
</article>
2626

2727
<article>
@@ -31,7 +31,7 @@ <h2>What is the purpose of a wireframe?</h2>
3131
A wireframe is a simple plan for a webpage or app. It shows where content, images,
3232
buttons, and sections will go before the final design is created.
3333
</p>
34-
<a href="#">Read more</a>
34+
<a href="https://github.com/dwyl/learn-wireframing/blob/master/README.md">Read more</a>
3535
</article>
3636

3737
<article>
@@ -41,7 +41,7 @@ <h2>What is a branch in Git?</h2>
4141
A branch in Git is a separate version of a project. It lets developers work on new
4242
features or fixes without changing the main version of the code.
4343
</p>
44-
<a href="#">Read more</a>
44+
<a href="https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches">Read more</a>
4545
</article>
4646
</main>
4747
<footer>

0 commit comments

Comments
 (0)