Skip to content

Commit 73f3668

Browse files
committed
add href links
1 parent 3f59b5d commit 73f3668

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
@@ -28,7 +28,7 @@ <h3>README File</h3>
2828
What is the purpose of a README file? It serves as the introductory guide and intruction manual for a project,
2929
explaining what the software does, how to install and run it, and how others can contribute to it.
3030
</p>
31-
<a href="">Read more</a>
31+
<a href="https://www.geeksforgeeks.org/git/what-is-readme-md-file/">Read more</a>
3232
</section>
3333
<section>
3434
<img src="Gitbranch1.jpg" alt="" />
@@ -37,12 +37,12 @@ <h3>Branch in Git</h3>
3737
What is a branch in Git? A branch in Git is a seperate line of development that allows you to isolate your work,
3838
experiment with new features, fix bugs or make changes without affecting the main codebase.
3939
</p>
40-
<a href="">Read more</a>
40+
<a href="https://github.com/gitstandards/git-branching">Read more</a>
4141
</section>
4242
</main>
4343
<footer>
4444
<p>
45-
Created By John Robinson
45+
Created By John Robinson 2026
4646
</p>
4747
</footer>
4848
</body>

0 commit comments

Comments
 (0)