Skip to content

Commit cd2858a

Browse files
authored
Revise introduction and update Git branch link
Updated the content of the introduction and changed the link for more information about Git branches.
1 parent e2fdc78 commit cd2858a

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

Wireframe/index.html

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,10 @@
1212
<header>
1313
<h1>Wireframe</h1>
1414
<p>
15-
This page will show:
15+
This page will show you the purpose of README file, the purpose of
16+
Wireframe and what is branch in Git. It will include images and links to read more about each topic.
1617
</p>
17-
<ul>
18-
<li>Purpose of README file</li>
19-
<li>Purpose of Wireframe</li>
20-
<li>What is branch in Git</li>
21-
</ul>
18+
2219
</header>
2320
<main>
2421
<article>
@@ -51,7 +48,7 @@ <h2>What is a Branch in Git?</h2>
5148
It allows you to diverge from the mainline of development and work on features, experiments, or bug fixes
5249
without affecting the main codebase.
5350
</p>
54-
<a href="https://en.wikipedia.org/wiki/Git_branch">Read more</a>
51+
<a href="https://git-scm.com/book/en/v2/Git-Branching-Branches-in-a-Nutshell#:~:text=A%20branch%20in%20Git%20is,Note">Read more</a>
5552
</article>
5653
</main>
5754
<footer>
@@ -62,4 +59,4 @@ <h2>What is a Branch in Git?</h2>
6259
</footer>
6360
</body>
6461

65-
</html>
62+
</html>

0 commit comments

Comments
 (0)