Skip to content

Commit 4466770

Browse files
author
lintsang
committed
add links to each article
1 parent 7dfbf5b commit 4466770

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
@@ -22,7 +22,7 @@ <h2>1. What is the purpose of a README file?</h2>
2222
<p>
2323
README file is the foundation document which ask user to Read Me First before doing anything in the project. It provides some concept explanation or basic requirements that user have to know. Sometimes it mentions contributin, licensing details and guideline for other developers who wants to contribute.
2424
</p>
25-
<a href="">Read more</a>
25+
<a href="https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes">Read more</a>
2626
</article>
2727
<article>
2828
<div class="image-wrapper">
@@ -32,7 +32,7 @@ <h2>2. What is the purpose of a wireframe?</h2>
3232
<p>
3333
Wireframe is a blueprints which can help teams to visualize the layout, user flow and hierarchy before committing to the colour or final UI design.
3434
</p>
35-
<a href="">Read more</a>
35+
<a href="https://www.orbitmedia.com/blog/7-reasons-to-wireframe/">Read more</a>
3636
</article>
3737
<article>
3838
<div class="image-wrapper">
@@ -42,7 +42,7 @@ <h2>3. What is a branch in Git?</h2>
4242
<p>
4343
A branch is a copied workspace from the main development and developers can modify and fix on her/his own branch of project without messing the main development.
4444
</p>
45-
<a href="">Read more</a>
45+
<a href="https://www.w3schools.com/GIT/git_branch.asp?remote=github">Read more</a>
4646
</article>
4747
</main>
4848
<footer>

0 commit comments

Comments
 (0)