You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Adding a bio to your profile](/articles/adding-a-bio-to-your-profile)
41
41
- term: billing cycle
42
42
description: The interval of time for your specific billing plan.
43
43
- term: billing email
@@ -160,8 +160,8 @@
160
160
- term: contributions
161
161
description: >-
162
162
Specific activities on GitHub that will:
163
-
- Add a square to a user's contribution graph: "[What counts as a contribution](https://help.github.com/articles/viewing-contributions-on-your-profile/#what-counts-as-a-contribution)"
164
-
- Add activities to a user's timeline on their profile: "[Contribution activity](https://help.github.com/articles/viewing-contributions-on-your-profile/#contribution-activity)"
163
+
- Add a square to a user's contribution graph: "[What counts as a contribution](/articles/viewing-contributions-on-your-profile/#what-counts-as-a-contribution)"
164
+
- Add activities to a user's timeline on their profile: "[Contribution activity](/articles/viewing-contributions-on-your-profile/#contribution-activity)"
165
165
- term: contributor
166
166
description: >-
167
167
A contributor is someone who does not have collaborator access to a repository but has contributed to a project and had a pull request they opened merged into the repository.
@@ -230,7 +230,7 @@
230
230
description: >-
231
231
A branch used to experiment with a new feature or fix an issue that is not in production. Also called a topic branch.
232
232
- term: fenced code block
233
-
description: An indented block of code you can create with GitHub Flavored Markdown using triple backticks \`\`\` before and after the code block. See this [example](https://help.github.com/en/articles/creating-and-highlighting-code-blocks#fenced-code-blocks).
233
+
description: An indented block of code you can create with GitHub Flavored Markdown using triple backticks \`\`\` before and after the code block. See this [example](/articles/creating-and-highlighting-code-blocks#fenced-code-blocks).
234
234
- term: fetch
235
235
description: >-
236
236
When you use `git fetch`, you're adding changes from the remote repository to
0 commit comments