Skip to content

Commit bc3850b

Browse files
Update links in index.html for README and Wireframe
Added links
1 parent ea43494 commit bc3850b

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
@@ -20,23 +20,23 @@ <h2>What is the purpose of a README file?</h2>
2020
<p>
2121
A README file is a text file that provides information about a project and how to use it.
2222
</p>
23-
<a href="">Read more</a>
23+
<a href="https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes">Read more</a>
2424
</article>
2525
<article>
2626
<img src="https://www.oursky.com/images/blogs/86256bf2c9_6799482b54769870a1e9c883_1.jpeg" alt="Wireframe layout sketch" />
2727
<h2>What is the purpose of a Wireframe?</h2>
2828
<p>
2929
A wireframe is a visual plan used to organise the structure of a website.
3030
</p>
31-
<a href="">Read more</a>
31+
<a href="https://miro.com/wireframe/what-is-a-wireframe/">Read more</a>
3232
</article>
3333
<article>
3434
<img src="https://scalastic.io/assets/img/github-flow.svg" alt="Git branches diagram" />
3535
<h2>What is the purpose of a Git branch?</h2>
3636
<p>
3737
A Git branch is a separate line of development in a Git repository that allows developers to work on different features or bug fixes without affecting the main codebase.
3838
</p>
39-
<a href="">Read more</a>
39+
<a href="https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches">Read more</a>
4040
</article>
4141
</main>
4242
<footer>

0 commit comments

Comments
 (0)