Skip to content

Commit 8cb1daf

Browse files
committed
Add unique link to each article
1 parent b604bdf commit 8cb1daf

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
@@ -22,7 +22,7 @@ <h2>What is the purpose of a README file?</h2>
2222
and how to use it. Without a README, other developers
2323
would have no idea where to start. Writing a clear README
2424
is one of the most important habits a developer can build.</p>
25-
<a href="#">Read more</a>
25+
<a href="https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes">Read more</a>
2626
</article>
2727

2828
<article>
@@ -34,7 +34,7 @@ <h2>What is the purpose of a wireframe?</h2>
3434
the images, the text, the buttons. Think of it like the
3535
blueprint of a house. You plan before you build. A
3636
wireframe saves time and avoids confusion later.</p>
37-
<a href="#">Read more</a>
37+
<a href="https://en.wikipedia.org/wiki/Website_wireframe">Read more</a>
3838
</article>
3939

4040
<article>
@@ -46,7 +46,7 @@ <h2>What is a branch in Git?</h2>
4646
work is finished and tested, you merge your branch back
4747
into main. This is how developers work together without
4848
breaking each other's code.</p>
49-
<a href="#">Read more</a>
49+
<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>
5050
</article>
5151
</main>
5252

0 commit comments

Comments
 (0)