Skip to content

Commit 1c81560

Browse files
Add target='_blank' to external links in index.html
1 parent 1a09438 commit 1c81560

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
and how can they get help with the project...
2222

2323
</p>
24-
<a href="https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes">Read more</a>
24+
<a href="https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes" target="_blank">Read more</a>
2525
</article>
2626

2727
<article>
@@ -31,7 +31,7 @@ <h2>What is a branch in Git</h2>
3131
In Git, a branch is like a separate workspace where you can make changes and try new ideas without affecting the main project. Think of it as a "parallel universe" for your code.
3232

3333
</p>
34-
<a href="https://www.w3schools.com/git/git_branch.asp?remote=github">Read more</a>
34+
<a href="https://www.w3schools.com/git/git_branch.asp?remote=github" target="_blank" >Read more</a>
3535

3636
</article>
3737

@@ -42,7 +42,7 @@ <h2>What is the purpose of wireframe </h2>
4242
<p>
4343
A wireframe is the skeleton of your digital project. Think of it as the foundation for your website, app, or dashboard. It focuses on layout, and content placement—not on colors, fonts, or any visual polish.
4444
</p>
45-
<a href="https://balsamiq.com/blog/what-are-wireframes/" >Read more</a>
45+
<a href="https://balsamiq.com/blog/what-are-wireframes/" target="_blank" >Read more</a>
4646

4747
</article>
4848

0 commit comments

Comments
 (0)