Skip to content

Commit 1644b8e

Browse files
Added link to read more button for readme file, wireframe and git branch
1 parent c87e8a0 commit 1644b8e

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
@@ -19,7 +19,7 @@ <h2>README file</h2>
1919
<p>
2020
A README is the first file people read when they open a project. It explains what the project is, how to install it, how to use it, and any important notes. It helps users and contributors understand the project quickly without reading all the code.
2121
</p>
22-
<a href="">Read more</a>
22+
<a href="https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes">Read more</a>
2323
</article>
2424
<article>
2525
<img src="https://tse1.mm.bing.net/th/id/OIP.mVq3zkrWKT_pEi-AgfvHLgHaEY?r=0&rs=1&pid=ImgDetMain&o=7&rm=3" alt="Image of wireframe" />
@@ -29,7 +29,7 @@ <h2>Wireframe</h2>
2929

3030
Instead of thinking about colours or styling, a wireframe helps you understand how information is organised and how users will move through the page. It’s a planning tool that shows structure first, design later.
3131
</p>
32-
<a href="">Read more</a>
32+
<a href="https://www.figma.com/resource-library/what-is-wireframing/">Read more</a>
3333
</article>
3434
<article>
3535
<img src="https://community.appsmith.com/sites/default/files/styles/wide/public/2023-10/git-branch_0.png?itok=qNGcbtVy" alt="Git Branch Image" />
@@ -38,7 +38,7 @@ <h2>Git Branch</h2>
3838
A Git branch is a separate workspace where you can make changes without affecting the main project.<br>
3939
It lets you develop features, fix bugs, or experiment safely. When the work is ready, the branch is merged back into the main codebase.
4040
</p>
41-
<a href="">Read more</a>
41+
<a href="https://curriculum.codeyourfuture.io/itp/onboarding/sprints/1/prep/#branching">Read more</a>
4242
</article>
4343

4444
</main>

0 commit comments

Comments
 (0)