Skip to content

Commit 5e99e41

Browse files
Update links and content in index.html
Corrected spelling errors and added real links.
1 parent 59e72a0 commit 5e99e41

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Wireframe/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,23 @@ <h1>Wireframe</h1>
1919
alt="README file illustration" width="600" height="300" />
2020
<h2>README File</h2>
2121
<p>A README file is a document that explains what a project is, how it works, and how to set it up or use it. On platforms like GitHub, it is usually the first thing people read to understand the project.</p>
22-
<a href="#">Read more</a>
22+
<a href="https://utrechtuniversity.github.io/workshop-computational-reproducibility/chapters/readme-files.html">Read more</a>
2323
</article>
2424

2525
<article>
2626
<img src="https://zeve.au/sitecentre/uploads/2022/10/mobile-tablet-desktop-wireframing.jpg"
2727
alt="Wireframe layout sketch" width="600" height="300" />
2828
<h2>Wireframe</h2>
2929
<p>A wireframe is a simple visual layout of a website or app that shows where elements like buttons, text, and images will be placed without using colors or detailed design. It helps plan the structure and user experience before development begins.</p>
30-
<a href="#">Read more</a>
30+
<a href="https://www.coursera.org/gb/articles/wireframe">Read more</a>
3131
</article>
3232

3333
<article>
3434
<img src="https://miro.medium.com/v2/1*K9scAx1Ezd-KJFabaYseCw.jpeg"
3535
alt="Git branches diagram" width="600" height="300" />
3636
<h2>Git Branch</h2>
37-
<p>LGit branches are separate versions of a project that allow developers to work on new features or fixes without changing the main code. In Git, changes can later be merged back into the main branch once they are ready.</p>
38-
<a href="#">Read more</a>
37+
<p>Git branches are separate versions of a project that allow developers to work on new features or fixes without changing the main code. In Git, changes can later be merged back into the main branch once they are ready.</p>
38+
<a href="https://www.atlassian.com/git/tutorials/using-branches">Read more</a>
3939
</article>
4040
</main>
4141

0 commit comments

Comments
 (0)