From 3f0bdfc62993dfed77aa7d4cccf44fd2d230f300 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Fri, 10 Dec 2021 05:14:30 -0500 Subject: [PATCH] cleaning up trailing slash redirects (part 2) (#23536) --- ...finding-ways-to-contribute-to-open-source-on-github.md | 8 ++++---- content/get-started/exploring-projects-on-github/index.md | 8 ++++---- .../saving-repositories-with-stars.md | 8 ++++---- .../getting-started-with-git/about-remote-repositories.md | 6 +++--- .../associating-text-editors-with-git.md | 6 +++--- .../caching-your-github-credentials-in-git.md | 2 +- .../configuring-git-to-handle-line-endings.md | 6 +++--- .../get-started/getting-started-with-git/git-workflows.md | 2 +- .../getting-started-with-git/ignoring-files.md | 4 ++-- content/get-started/getting-started-with-git/index.md | 2 +- .../managing-remote-repositories.md | 6 +++--- .../learning-about-github/access-permissions-on-github.md | 6 +++--- content/get-started/learning-about-github/index.md | 2 +- .../learning-about-github/types-of-github-accounts.md | 8 ++++---- content/get-started/quickstart/be-social.md | 2 +- content/get-started/quickstart/communicating-on-github.md | 2 +- .../quickstart/git-and-github-learning-resources.md | 4 ++-- content/get-started/quickstart/github-flow.md | 4 ++-- content/get-started/signing-up-for-github/index.md | 2 +- .../setting-up-a-trial-of-github-enterprise-server.md | 2 +- .../signing-up-for-github/verifying-your-email-address.md | 4 ++-- content/get-started/using-git/index.md | 6 +++--- content/get-started/using-github/index.md | 2 +- content/get-started/using-github/keyboard-shortcuts.md | 6 +++--- content/get-started/using-github/supported-browsers.md | 4 ++-- 25 files changed, 56 insertions(+), 56 deletions(-) diff --git a/content/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github.md b/content/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github.md index d369f6013f..671697cc51 100644 --- a/content/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github.md +++ b/content/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github.md @@ -3,10 +3,10 @@ title: Finding ways to contribute to open source on GitHub intro: 'You can find ways to contribute to open source projects on {% data variables.product.product_location %} that are relevant to you.' permissions: '{% data reusables.enterprise-accounts.emu-permission-interact %}' redirect_from: - - /articles/where-can-i-find-open-source-projects-to-work-on/ - - /articles/finding-interesting-projects-on-github/ - - /articles/about-official-github-mirrors/ - - /articles/about-github-mirrors/ + - /articles/where-can-i-find-open-source-projects-to-work-on + - /articles/finding-interesting-projects-on-github + - /articles/about-official-github-mirrors + - /articles/about-github-mirrors - /articles/finding-open-source-projects-on-github - /github/getting-started-with-github/finding-open-source-projects-on-github - /github/getting-started-with-github/finding-ways-to-contribute-to-open-source-on-github diff --git a/content/get-started/exploring-projects-on-github/index.md b/content/get-started/exploring-projects-on-github/index.md index fc85007597..35476b39db 100644 --- a/content/get-started/exploring-projects-on-github/index.md +++ b/content/get-started/exploring-projects-on-github/index.md @@ -2,11 +2,11 @@ title: Exploring projects on GitHub intro: 'Discover interesting projects on {% data variables.product.product_name %} and contribute to open source by collaborating with other people.' redirect_from: - - /categories/stars/ - - /categories/87/articles/ - - /categories/exploring-projects-on-github/ + - /categories/stars + - /categories/87/articles + - /categories/exploring-projects-on-github - /articles/exploring-projects-on-github - - /github/getting-started-with-github/exploring-projects-on-github/ + - /github/getting-started-with-github/exploring-projects-on-github versions: fpt: '*' ghes: '*' diff --git a/content/get-started/exploring-projects-on-github/saving-repositories-with-stars.md b/content/get-started/exploring-projects-on-github/saving-repositories-with-stars.md index c61495fa8f..6f823e3ea2 100644 --- a/content/get-started/exploring-projects-on-github/saving-repositories-with-stars.md +++ b/content/get-started/exploring-projects-on-github/saving-repositories-with-stars.md @@ -2,10 +2,10 @@ title: Saving repositories with stars intro: 'You can star repositories and topics to keep track of projects you find interesting{% ifversion fpt or ghec %} and discover related content in your news feed{% endif %}.' redirect_from: - - /articles/stars/ - - /articles/about-stars/ - - /articles/browsing-friends-stars/ - - /articles/managing-your-stars/ + - /articles/stars + - /articles/about-stars + - /articles/browsing-friends-stars + - /articles/managing-your-stars - /articles/saving-repositories-with-stars - /github/getting-started-with-github/saving-repositories-with-stars - /github/getting-started-with-github/exploring-projects-on-github/saving-repositories-with-stars diff --git a/content/get-started/getting-started-with-git/about-remote-repositories.md b/content/get-started/getting-started-with-git/about-remote-repositories.md index 52cbeed516..6448f9759d 100644 --- a/content/get-started/getting-started-with-git/about-remote-repositories.md +++ b/content/get-started/getting-started-with-git/about-remote-repositories.md @@ -1,10 +1,10 @@ --- title: About remote repositories redirect_from: - - /articles/working-when-github-goes-down/ - - /articles/sharing-repositories-without-github/ + - /articles/working-when-github-goes-down + - /articles/sharing-repositories-without-github - /articles/about-remote-repositories - - /articles/which-url-should-i-use/ + - /articles/which-url-should-i-use - /articles/which-remote-url-should-i-use - /github/using-git/which-remote-url-should-i-use - /github/using-git/about-remote-repositories diff --git a/content/get-started/getting-started-with-git/associating-text-editors-with-git.md b/content/get-started/getting-started-with-git/associating-text-editors-with-git.md index 4c6cc0bd21..8abbe4ef24 100644 --- a/content/get-started/getting-started-with-git/associating-text-editors-with-git.md +++ b/content/get-started/getting-started-with-git/associating-text-editors-with-git.md @@ -2,9 +2,9 @@ title: Associating text editors with Git intro: Use a text editor to open and edit your files with Git. redirect_from: - - /textmate/ - - /articles/using-textmate-as-your-default-editor/ - - /articles/using-sublime-text-2-as-your-default-editor/ + - /textmate + - /articles/using-textmate-as-your-default-editor + - /articles/using-sublime-text-2-as-your-default-editor - /articles/associating-text-editors-with-git - /github/using-git/associating-text-editors-with-git - /github/getting-started-with-github/associating-text-editors-with-git diff --git a/content/get-started/getting-started-with-git/caching-your-github-credentials-in-git.md b/content/get-started/getting-started-with-git/caching-your-github-credentials-in-git.md index 8524ac5fbc..5c74e8cf31 100644 --- a/content/get-started/getting-started-with-git/caching-your-github-credentials-in-git.md +++ b/content/get-started/getting-started-with-git/caching-your-github-credentials-in-git.md @@ -1,7 +1,7 @@ --- title: Caching your GitHub credentials in Git redirect_from: - - /firewalls-and-proxies/ + - /firewalls-and-proxies - /articles/caching-your-github-password-in-git - /github/using-git/caching-your-github-password-in-git - /github/using-git/caching-your-github-credentials-in-git diff --git a/content/get-started/getting-started-with-git/configuring-git-to-handle-line-endings.md b/content/get-started/getting-started-with-git/configuring-git-to-handle-line-endings.md index ec926a063b..676651b64c 100644 --- a/content/get-started/getting-started-with-git/configuring-git-to-handle-line-endings.md +++ b/content/get-started/getting-started-with-git/configuring-git-to-handle-line-endings.md @@ -2,9 +2,9 @@ title: Configuring Git to handle line endings intro: 'To avoid problems in your diffs, you can configure Git to properly handle line endings.' redirect_from: - - /dealing-with-lineendings/ - - /line-endings/ - - /articles/dealing-with-line-endings/ + - /dealing-with-lineendings + - /line-endings + - /articles/dealing-with-line-endings - /articles/configuring-git-to-handle-line-endings - /github/using-git/configuring-git-to-handle-line-endings - /github/getting-started-with-github/configuring-git-to-handle-line-endings diff --git a/content/get-started/getting-started-with-git/git-workflows.md b/content/get-started/getting-started-with-git/git-workflows.md index aa6c419018..426fd8dbb8 100644 --- a/content/get-started/getting-started-with-git/git-workflows.md +++ b/content/get-started/getting-started-with-git/git-workflows.md @@ -2,7 +2,7 @@ title: Git workflows intro: '{% data variables.product.prodname_dotcom %} flow is a lightweight, branch-based workflow that supports teams and projects that deploy regularly.' redirect_from: - - /articles/what-is-a-good-git-workflow/ + - /articles/what-is-a-good-git-workflow - /articles/git-workflows - /github/using-git/git-workflows - /github/getting-started-with-github/git-workflows diff --git a/content/get-started/getting-started-with-git/ignoring-files.md b/content/get-started/getting-started-with-git/ignoring-files.md index 3d7991aad9..72d4b8d668 100644 --- a/content/get-started/getting-started-with-git/ignoring-files.md +++ b/content/get-started/getting-started-with-git/ignoring-files.md @@ -1,8 +1,8 @@ --- title: Ignoring files redirect_from: - - /git-ignore/ - - /ignore-files/ + - /git-ignore + - /ignore-files - /articles/ignoring-files - /github/using-git/ignoring-files - /github/getting-started-with-github/ignoring-files diff --git a/content/get-started/getting-started-with-git/index.md b/content/get-started/getting-started-with-git/index.md index 04cd18c760..35a583d510 100644 --- a/content/get-started/getting-started-with-git/index.md +++ b/content/get-started/getting-started-with-git/index.md @@ -6,7 +6,7 @@ redirect_from: - /github/using-git/getting-started-with-git-and-github - /github/using-git/learning-about-git - /articles/learning-about-git - - /github/getting-started-with-github/getting-started-with-git/ + - /github/getting-started-with-github/getting-started-with-git versions: fpt: '*' ghes: '*' diff --git a/content/get-started/getting-started-with-git/managing-remote-repositories.md b/content/get-started/getting-started-with-git/managing-remote-repositories.md index 3ffdb947b4..0914d2a7ea 100644 --- a/content/get-started/getting-started-with-git/managing-remote-repositories.md +++ b/content/get-started/getting-started-with-git/managing-remote-repositories.md @@ -2,9 +2,9 @@ title: Managing remote repositories intro: 'Learn to work with your local repositories on your computer and remote repositories hosted on {% data variables.product.product_name %}.' redirect_from: - - /categories/18/articles/ - - /remotes/ - - /categories/managing-remotes/ + - /categories/18/articles + - /remotes + - /categories/managing-remotes - /articles/managing-remote-repositories - /articles/adding-a-remote - /github/using-git/adding-a-remote diff --git a/content/get-started/learning-about-github/access-permissions-on-github.md b/content/get-started/learning-about-github/access-permissions-on-github.md index e12f41cae3..9d725ebcf0 100644 --- a/content/get-started/learning-about-github/access-permissions-on-github.md +++ b/content/get-started/learning-about-github/access-permissions-on-github.md @@ -1,9 +1,9 @@ --- title: Access permissions on GitHub redirect_from: - - /articles/needs-to-be-written-what-can-the-different-types-of-org-team-permissions-do/ - - /articles/what-are-the-different-types-of-team-permissions/ - - /articles/what-are-the-different-access-permissions/ + - /articles/needs-to-be-written-what-can-the-different-types-of-org-team-permissions-do + - /articles/what-are-the-different-types-of-team-permissions + - /articles/what-are-the-different-access-permissions - /articles/access-permissions-on-github - /github/getting-started-with-github/access-permissions-on-github - /github/getting-started-with-github/learning-about-github/access-permissions-on-github diff --git a/content/get-started/learning-about-github/index.md b/content/get-started/learning-about-github/index.md index af22236313..32d67d6de5 100644 --- a/content/get-started/learning-about-github/index.md +++ b/content/get-started/learning-about-github/index.md @@ -3,7 +3,7 @@ title: Learning about GitHub intro: 'Learn how you can use {% data variables.product.company_short %} products to improve your software management process and collaborate with other people.' redirect_from: - /articles/learning-about-github - - /github/getting-started-with-github/learning-about-github/ + - /github/getting-started-with-github/learning-about-github versions: fpt: '*' ghes: '*' diff --git a/content/get-started/learning-about-github/types-of-github-accounts.md b/content/get-started/learning-about-github/types-of-github-accounts.md index 242358a9c1..4981f1858c 100644 --- a/content/get-started/learning-about-github/types-of-github-accounts.md +++ b/content/get-started/learning-about-github/types-of-github-accounts.md @@ -2,10 +2,10 @@ title: Types of GitHub accounts intro: 'Your user account is your identity on {% data variables.product.product_location %}. Your user account can be a member of any number of organizations.{% ifversion fpt or ghec %} Organizations can belong to enterprise accounts.{% endif %}' redirect_from: - - /manage-multiple-clients/ - - /managing-clients/ - - /articles/what-s-the-difference-between-user-and-organization-accounts/ - - /articles/differences-between-user-and-organization-accounts/ + - /manage-multiple-clients + - /managing-clients + - /articles/what-s-the-difference-between-user-and-organization-accounts + - /articles/differences-between-user-and-organization-accounts - /articles/types-of-github-accounts - /github/getting-started-with-github/types-of-github-accounts - /github/getting-started-with-github/learning-about-github/types-of-github-accounts diff --git a/content/get-started/quickstart/be-social.md b/content/get-started/quickstart/be-social.md index a301f20548..e59c630dd1 100644 --- a/content/get-started/quickstart/be-social.md +++ b/content/get-started/quickstart/be-social.md @@ -1,7 +1,7 @@ --- title: Be social redirect_from: - - /be-social/ + - /be-social - /articles/be-social - /github/getting-started-with-github/be-social - /github/getting-started-with-github/quickstart/be-social diff --git a/content/get-started/quickstart/communicating-on-github.md b/content/get-started/quickstart/communicating-on-github.md index 6ef7d11006..3f155a9a7e 100644 --- a/content/get-started/quickstart/communicating-on-github.md +++ b/content/get-started/quickstart/communicating-on-github.md @@ -4,7 +4,7 @@ intro: 'You can discuss specific projects and changes, as well as broader ideas miniTocMaxHeadingLevel: 3 redirect_from: - /github/collaborating-with-issues-and-pull-requests/getting-started/quickstart-for-communicating-on-github - - /articles/about-discussions-in-issues-and-pull-requests/ + - /articles/about-discussions-in-issues-and-pull-requests - /github/collaborating-with-issues-and-pull-requests/about-conversations-on-github - /github/collaborating-with-issues-and-pull-requests/quickstart-for-communicating-on-github - /github/getting-started-with-github/quickstart/communicating-on-github diff --git a/content/get-started/quickstart/git-and-github-learning-resources.md b/content/get-started/quickstart/git-and-github-learning-resources.md index 5ce711cfb5..c7023667de 100644 --- a/content/get-started/quickstart/git-and-github-learning-resources.md +++ b/content/get-started/quickstart/git-and-github-learning-resources.md @@ -1,8 +1,8 @@ --- title: Git and GitHub learning resources redirect_from: - - /articles/good-resources-for-learning-git-and-github/ - - /articles/what-are-other-good-resources-for-learning-git-and-github/ + - /articles/good-resources-for-learning-git-and-github + - /articles/what-are-other-good-resources-for-learning-git-and-github - /articles/git-and-github-learning-resources - /github/getting-started-with-github/git-and-github-learning-resources - /github/getting-started-with-github/quickstart/git-and-github-learning-resources diff --git a/content/get-started/quickstart/github-flow.md b/content/get-started/quickstart/github-flow.md index 0db3281778..0ae27c4179 100644 --- a/content/get-started/quickstart/github-flow.md +++ b/content/get-started/quickstart/github-flow.md @@ -2,8 +2,8 @@ title: GitHub flow intro: 'Follow {% data variables.product.prodname_dotcom %} flow to collaborate on projects.' redirect_from: - - /articles/creating-and-editing-files-in-your-repository/ - - /articles/github-flow-in-the-browser/ + - /articles/creating-and-editing-files-in-your-repository + - /articles/github-flow-in-the-browser - /articles/github-flow - /github/collaborating-with-issues-and-pull-requests/github-flow - /github/getting-started-with-github/github-flow diff --git a/content/get-started/signing-up-for-github/index.md b/content/get-started/signing-up-for-github/index.md index 3c017589d2..5b9a0d3fcd 100644 --- a/content/get-started/signing-up-for-github/index.md +++ b/content/get-started/signing-up-for-github/index.md @@ -3,7 +3,7 @@ title: Signing up for GitHub intro: 'Start using {% data variables.product.prodname_dotcom %} for yourself or your team.' redirect_from: - /articles/signing-up-for-github - - /github/getting-started-with-github/signing-up-for-github/ + - /github/getting-started-with-github/signing-up-for-github versions: fpt: '*' ghes: '*' diff --git a/content/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server.md b/content/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server.md index 2f786d49a4..6b47866c00 100644 --- a/content/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server.md +++ b/content/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server.md @@ -2,7 +2,7 @@ title: Setting up a trial of GitHub Enterprise Server intro: 'You can try {% data variables.product.prodname_ghe_server %} for free.' redirect_from: - - /articles/requesting-a-trial-of-github-enterprise/ + - /articles/requesting-a-trial-of-github-enterprise - /articles/setting-up-a-trial-of-github-enterprise-server - /github/getting-started-with-github/setting-up-a-trial-of-github-enterprise-server - /github/getting-started-with-github/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server diff --git a/content/get-started/signing-up-for-github/verifying-your-email-address.md b/content/get-started/signing-up-for-github/verifying-your-email-address.md index bab72cc1e6..ec5d6be37c 100644 --- a/content/get-started/signing-up-for-github/verifying-your-email-address.md +++ b/content/get-started/signing-up-for-github/verifying-your-email-address.md @@ -2,8 +2,8 @@ title: Verifying your email address intro: 'Verifying your primary email address ensures strengthened security, allows {% data variables.product.prodname_dotcom %} staff to better assist you if you forget your password, and gives you access to more features on {% data variables.product.prodname_dotcom %}.' redirect_from: - - /articles/troubleshooting-email-verification/ - - /articles/setting-up-email-verification/ + - /articles/troubleshooting-email-verification + - /articles/setting-up-email-verification - /articles/verifying-your-email-address - /github/getting-started-with-github/verifying-your-email-address - /github/getting-started-with-github/signing-up-for-github/verifying-your-email-address diff --git a/content/get-started/using-git/index.md b/content/get-started/using-git/index.md index 31941dea9c..d0382733d1 100644 --- a/content/get-started/using-git/index.md +++ b/content/get-started/using-git/index.md @@ -5,11 +5,11 @@ redirect_from: - /articles/using-common-git-commands - /github/using-git/using-common-git-commands - /github/using-git/using-advanced-git-commands - - /categories/52/articles/ - - /categories/advanced-git/ + - /categories/52/articles + - /categories/advanced-git - /articles/using-advanced-git-commands - /github/using-git/changing-author-info - - /github/getting-started-with-github/using-git/ + - /github/getting-started-with-github/using-git versions: fpt: '*' ghes: '*' diff --git a/content/get-started/using-github/index.md b/content/get-started/using-github/index.md index 96ef3c0d9c..d0e1e4d2f2 100644 --- a/content/get-started/using-github/index.md +++ b/content/get-started/using-github/index.md @@ -3,7 +3,7 @@ title: Using GitHub intro: 'Explore {% data variables.product.company_short %}''s products from different platforms and devices.' redirect_from: - /articles/using-github - - /github/getting-started-with-github/using-github/ + - /github/getting-started-with-github/using-github versions: fpt: '*' ghes: '*' diff --git a/content/get-started/using-github/keyboard-shortcuts.md b/content/get-started/using-github/keyboard-shortcuts.md index fc913ab233..2265ca6c86 100644 --- a/content/get-started/using-github/keyboard-shortcuts.md +++ b/content/get-started/using-github/keyboard-shortcuts.md @@ -2,9 +2,9 @@ title: Keyboard shortcuts intro: 'Nearly every page on {% data variables.product.prodname_dotcom %} has a keyboard shortcut to perform actions faster.' redirect_from: - - /articles/using-keyboard-shortcuts/ - - /categories/75/articles/ - - /categories/keyboard-shortcuts/ + - /articles/using-keyboard-shortcuts + - /categories/75/articles + - /categories/keyboard-shortcuts - /articles/keyboard-shortcuts - /github/getting-started-with-github/keyboard-shortcuts - /github/getting-started-with-github/using-github/keyboard-shortcuts diff --git a/content/get-started/using-github/supported-browsers.md b/content/get-started/using-github/supported-browsers.md index 09f22fc518..610b6584c6 100644 --- a/content/get-started/using-github/supported-browsers.md +++ b/content/get-started/using-github/supported-browsers.md @@ -1,8 +1,8 @@ --- title: Supported browsers redirect_from: - - /articles/why-doesn-t-graphs-work-with-ie-8/ - - /articles/why-don-t-graphs-work-with-ie8/ + - /articles/why-doesn-t-graphs-work-with-ie-8 + - /articles/why-don-t-graphs-work-with-ie8 - /articles/supported-browsers - /github/getting-started-with-github/supported-browsers - /github/getting-started-with-github/using-github/supported-browsers