Skip to content

Commit b7dcace

Browse files
authored
Update index.html
Fix links inconsistencies and remove ellipsis in HTML.
1 parent 2239019 commit b7dcace

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Wireframe/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@ <h2>What is a README file?</h2>
2626
<img src="placeholder.svg" alt="" />
2727
<h2>What is a Wireframe?</h2>
2828
<p>
29-
A wireframe is a visual blueprint of a website or application's layout, focusing on structure and functionality without the distraction of design elements ...
29+
A wireframe is a visual blueprint of a website or application's layout, focusing on structure and functionality without the distraction of design elements.
3030
</p>
31-
<a href="https://balsamiq.com/learn/articles/what-are-wireframes">Learn more</a>
31+
<a href="https://balsamiq.com/learn/articles/what-are-wireframes">Read more</a>
3232
</article>
3333

3434
<article>
3535
<img src="placeholder.svg" alt="" />
3636
<h2>What is a Branch in Git?</h2>
3737
<p>
38-
In Git, a branch is an independent line of development that allows you to work on new features or fixes without affecting the main codebase....
38+
In Git, a branch is an independent line of development that allows you to work on new features or fixes without affecting the main codebase.
3939
</p>
40-
<a href="https://www.w3schools.com/git/git_branch.asp">Explore more</a>
40+
<a href="https://www.w3schools.com/git/git_branch.asp">Read more</a>
4141
</article>
4242
</main>
4343

0 commit comments

Comments
 (0)