Skip to content

Commit 097ffc4

Browse files
author
russom
committed
Added code to make the “Read more” link open in a new tab
1 parent 2e1c926 commit 097ffc4

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

Wireframe/index.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ <h3>The purpose of a README file</h3>
3131
</p>
3232
<a
3333
href="https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"
34-
>
35-
Read more about README files
34+
target="_blank"
35+
>Read more about README files
3636
</a>
3737
</article>
3838
<article>
@@ -49,6 +49,7 @@ <h3>The purpose of a wireframe</h3>
4949
user requirements effectively and clearly.
5050
</p>
5151
<a href="https://www.experienceux.co.uk/faqs/what-is-wireframing/"
52+
target="_blank"
5253
>Read more about wireframing
5354
</a>
5455
</article>
@@ -67,7 +68,8 @@ <h3>The Purpose of Branch in Git</h3>
6768
</p>
6869
<a
6970
href="https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"
70-
>Read more about branche in Git
71+
target="_blank"
72+
>Read more about branches in Git
7173
</a>
7274
</article>
7375
</main>

0 commit comments

Comments
 (0)