From 1f47fcd5cea55b20be551df4f9cb0d2caf8ad750 Mon Sep 17 00:00:00 2001 From: rzmk Date: Mon, 4 Mar 2024 12:34:16 -0500 Subject: [PATCH] fix: broken links --- .../{github_setup.mdx => github-setup.mdx} | 16 ++++++++-------- .../{qsv-pro.mdx => qsv-pro-setup.mdx} | 0 2 files changed, 8 insertions(+), 8 deletions(-) rename docs/onboarding/{github_setup.mdx => github-setup.mdx} (89%) rename docs/onboarding/{qsv-pro.mdx => qsv-pro-setup.mdx} (100%) diff --git a/docs/onboarding/github_setup.mdx b/docs/onboarding/github-setup.mdx similarity index 89% rename from docs/onboarding/github_setup.mdx rename to docs/onboarding/github-setup.mdx index 78c917a..d86c48c 100644 --- a/docs/onboarding/github_setup.mdx +++ b/docs/onboarding/github-setup.mdx @@ -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! diff --git a/docs/onboarding/qsv-pro.mdx b/docs/onboarding/qsv-pro-setup.mdx similarity index 100% rename from docs/onboarding/qsv-pro.mdx rename to docs/onboarding/qsv-pro-setup.mdx