Skip to content

Commit 5291536

Browse files
committed
add links to read more
1 parent da1339f commit 5291536

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
@@ -23,7 +23,7 @@ <h2>What is a README file?</h2>
2323
<p class="content">
2424
Typically named README.md and written in Markdown, it lives at the root of a repository and renders automatically on platforms like GitHub. Its core purpose is to answer three questions immediately: what does this project do, how do I get it running, and how do I use it?<br>A well-crafted README...
2525
</p>
26-
<a href="">Read more</a>
26+
<a href="https://en.wikipedia.org/wiki/README" target="_blank">Read more</a>
2727
</article>
2828
<article>
2929
<img src="Wireframe1.png" alt="Wireframe illustration" id="readmeImg"/>
@@ -34,7 +34,7 @@ <h2>What is a WIREFRAME?</h2>
3434
<p class="content">
3535
Think of it as the floor plan of a building: it shows where the rooms are, how they connect, and how large each space is — but says nothing about paint colours or furniture. In UI/UX design, wireframes...
3636
</p>
37-
<a href="">Read more</a>
37+
<a href="https://en.wikipedia.org/wiki/Website_wireframe" target="_blank">Read more</a>
3838
</article>
3939
<article>
4040
<img src="git-branch.png" alt="Git branch illustration" id="readmeImg"/>
@@ -45,7 +45,7 @@ <h2>What is a BRANCH in Git?</h2>
4545
<p class="content">
4646
Imagine a river that splits into a side channel. Work can proceed along the side channel independently; later, the two streams can be merged back together. In Git, this is exactly what a branch does: it diverges from a point in the commit history so
4747
</p>
48-
<a href="">Read more</a>
48+
<a href="https://en.wikipedia.org/wiki/Branching_(version_control)" target="_blank" >Read more</a>
4949
</article>
5050
</main>
5151
<footer>

0 commit comments

Comments
 (0)