fix: broken links

This commit is contained in:
rzmk 2024-03-04 12:34:16 -05:00
parent 0ce200ba0d
commit 1f47fcd5ce
No known key found for this signature in database
2 changed files with 8 additions and 8 deletions

View file

@ -25,14 +25,14 @@ There are many more differences and explanations, so feel free to take a search
Here are some _very_ brief descriptions of features you may find often using GitHub:
| Feature | Brief description |
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
| Version control | GitHub can host code repositories which use Git, and GitHub provides a GUI that works with Git |
| Collaboration | Work with friends, coworkers, or even anyone random users from around the world on projects |
| Issues | Track ideas, tasks, feedback, bugs, plans, and more |
| Pull requests | Propose a set of (code) changes from one branch to another and review changes (commonly abbreviated as 'PR') |
| Projects | Project management tool that can help keep track of issues & PRs, including views like [kanban boards](/technical-writing/kanban-board) & tables |
| Discussions | Similar to an online forum, another avenue for a repository's community to connect |
| Feature | Brief description |
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
| Version control | GitHub can host code repositories which use Git, and GitHub provides a GUI that works with Git |
| Collaboration | Work with friends, coworkers, or even anyone random users from around the world on projects |
| Issues | Track ideas, tasks, feedback, bugs, plans, and more |
| Pull requests | Propose a set of (code) changes from one branch to another and review changes (commonly abbreviated as 'PR') |
| Projects | Project management tool that can help keep track of issues & PRs, including views like [kanban boards](/technical-writing/kanban-boards) & tables |
| Discussions | Similar to an online forum, another avenue for a repository's community to connect |
There are plenty more features GitHub has to offer. Get started with GitHub by following the quest below!