Skip to content

Commit c45cc6c

Browse files
committed
fix: assign different URLs to"Read more" links
1 parent e81cc54 commit c45cc6c

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

Wireframe/index.html

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ <h2>The purpose of a README file</h2>
3131
understand what the project does, how to install it, and how others
3232
can use or contribute to it.
3333
</p>
34-
<a href="#">Read more</a>
34+
<a
35+
href="https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"
36+
>Read more</a
37+
>
3538
</article>
3639
<article>
3740
<img
@@ -44,7 +47,9 @@ <h2>The Purpose of Wireframes</h2>
4447
structural framework, focusing on content layout and user interface
4548
functionality before design begins.
4649
</p>
47-
<a href="#">Read more</a>
50+
<a href="https://www.experienceux.co.uk/faqs/what-is-wireframing/"
51+
>Read more</a
52+
>
4853
</article>
4954
<article>
5055
<img
@@ -57,7 +62,10 @@ <h2>What is a Branch in Git?</h2>
5762
different versions of a project simultaneously without affecting the
5863
main codebase.
5964
</p>
60-
<a href="#">Read more</a>
65+
<a
66+
href="https://docs.github.com/es/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"
67+
>Read more</a
68+
>
6169
</article>
6270
</main>
6371
<footer>

0 commit comments

Comments
 (0)