Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 3a614e9

Browse files
authored
Merge pull request #18 from amyschoen/fix_links
Fixing Link Text
2 parents 7e3d03d + 98e8c5a commit 3a614e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

responses/create-a-branch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Branches are an important part of the GitHub flow because they allow us to separ
1616

1717
A single project can have hundreds of branches, each suggesting a new change to the `master` branch.
1818

19-
The best way to keep branches organized with a team is to keep them concise and short-lived. In other words, a single branch should represent a single new feature or bug fix. This reduces confusion among contributors when branches are only active for a few days before they’re merged <sup>[definition](https://help.github.com/articles/github-glossary/#merge)</sup> into the `master` branch.
19+
The best way to keep branches organized with a team is to keep them concise and short-lived. In other words, a single branch should represent a single new feature or bug fix. This reduces confusion among contributors when branches are only active for a few days before they’re merged <sup>[:book:](https://help.github.com/articles/github-glossary/#merge)</sup> into the `master` branch.
2020

2121
<hr>
2222
</details>

responses/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ From software to legal documents, you can count on GitHub to help you do your be
1616

1717
**GitHub is also a powerful version control tool.**
1818

19-
GitHub uses Git <sup>[definition](https://help.github.com/articles/github-glossary/#git)</sup>, the most popular open source version control software, to track every contribution and contributor <sup>[:book:](https://help.github.com/articles/github-glossary/#contributor)</sup> to your project--so you know exactly where every line of code came from.
19+
GitHub uses Git <sup>[:book:](https://help.github.com/articles/github-glossary/#git)</sup>, the most popular open source version control software, to track every contribution and contributor <sup>[:book:](https://help.github.com/articles/github-glossary/#contributor)</sup> to your project--so you know exactly where every line of code came from.
2020

2121
**GitHub helps people do much more.**
2222

0 commit comments

Comments
 (0)