Skip to content

Commit ce52dee

Browse files
providing the absolute path to href link element for read more on a Git branch
1 parent 16a9f4b commit ce52dee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Wireframe/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h2>What Is a Git Branch?</h2>
4040
In Git, a <em>branch</em> is like a separate workspace
4141
where you can make changes and try new ideas without affecting the main project.
4242
Think of it as a "parallel universe" for your code.</p>
43-
<a href="">Read more</a>
43+
<a href="https://www.w3schools.com/git/git_branch.asp?remote=github">Read more</a>
4444
</article>
4545
</main>
4646
<footer>

0 commit comments

Comments
 (0)