@@ -20,7 +20,7 @@ <h2>Purpose of ReadME</h2>
2020 the likely uses and the guidelines of how others can contribute.
2121 </ p >
2222 < details >
23- < summary > Read more</ summary >
23+ < summary > Read more</ summary >
2424 < p >
2525 For more in-depth information, you can read the professional guide here:
2626 < a href ="https://www.makeareadme.com/ " target ="_blank " rel ="noopener noreferrer ">
@@ -38,7 +38,16 @@ <h2>Purpose of Wireframe</h2>
3838 wireframe is often used in the early stages of web or app
3939 development to prevent future, costly redesigns.
4040 </ p >
41- < a href =""> Read more</ a >
41+ < details >
42+ < summary > Read more</ summary >
43+ < p >
44+ For more details on wireframing best practices and how they streamline
45+ development, check out this guide:
46+ < a href ="https://www.uxpin.com/studio/blog/wireframing-guide/ " target ="_blank " rel ="noopener noreferrer ">
47+ The Ultimate Guide to Wireframing
48+ </ a >
49+ </ p >
50+ </ details >
4251 </ article >
4352 < article >
4453 < img src ="Branch.png " alt ="Branch image " />
@@ -48,8 +57,18 @@ <h2>What is a branch in Git</h2>
4857 allowing multiple developers to work on different features or bug fixes simultaneously
4958 without affecting the main codebase until changes are ready to be merged.
5059 </ p >
51- < a href =""> Read more</ a >
52- </ article >
60+ < details >
61+ < summary > Read more</ summary >
62+ < p >
63+ For a deeper dive into how branching workflows operate and how to merge
64+ your changes effectively, visit the official documentation:
65+ < a href ="https://git-scm.com/book/en/v2/Git-Branching-Branches-in-a-Nutshell " target ="_blank " rel ="noopener noreferrer ">
66+ Git Branching Explained
67+ </ a >
68+ </ p >
69+ </ details >
70+ </ article >
71+
5372 </ main >
5473
5574 < footer >
0 commit comments