Skip to content

Commit

Permalink
cleaning up trailing slash redirects (part 4) (github#23601)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbe authored Dec 13, 2021
1 parent 6d12231 commit 6421611
Show file tree
Hide file tree
Showing 50 changed files with 101 additions and 101 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Authorizing a personal access token for use with SAML single sign-on
intro: 'To use a personal access token with an organization that uses SAML single sign-on (SSO), you must first authorize the token.'
redirect_from:
- /articles/authorizing-a-personal-access-token-for-use-with-a-saml-single-sign-on-organization/
- /articles/authorizing-a-personal-access-token-for-use-with-a-saml-single-sign-on-organization
- /articles/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on
- /github/authenticating-to-github/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on
- /github/authenticating-to-github/authenticating-with-saml-single-sign-on/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Authorizing an SSH key for use with SAML single sign-on
intro: 'To use an SSH key with an organization that uses SAML single sign-on (SSO), you must first authorize the key.'
redirect_from:
- /articles/authorizing-an-ssh-key-for-use-with-a-saml-single-sign-on-organization/
- /articles/authorizing-an-ssh-key-for-use-with-a-saml-single-sign-on-organization
- /articles/authorizing-an-ssh-key-for-use-with-saml-single-sign-on
- /github/authenticating-to-github/authorizing-an-ssh-key-for-use-with-saml-single-sign-on
- /github/authenticating-to-github/authenticating-with-saml-single-sign-on/authorizing-an-ssh-key-for-use-with-saml-single-sign-on
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ title: Authenticating with SAML single sign-on
intro: 'You can authenticate to {% ifversion fpt %}a {% data variables.product.product_name %} organization {% elsif ghae %}{% data variables.product.product_location %} {% endif %}with SAML single sign-on (SSO){% ifversion fpt %} and view your active sessions{% endif %}.'
product: '{% data reusables.gated-features.saml-sso %}'
redirect_from:
- /articles/authenticating-to-a-github-organization-with-saml-single-sign-on/
- /articles/authenticating-to-a-github-organization-with-saml-single-sign-on
- /articles/authenticating-with-saml-single-sign-on
- /github/authenticating-to-github/authenticating-with-saml-single-sign-on/
- /github/authenticating-to-github/authenticating-with-saml-single-sign-on
versions:
fpt: '*'
ghae: '*'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: Generating a new SSH key and adding it to the ssh-agent
intro: 'After you''ve checked for existing SSH keys, you can generate a new SSH key to use for authentication, then add it to the ssh-agent.'
redirect_from:
- /articles/adding-a-new-ssh-key-to-the-ssh-agent/
- /articles/generating-a-new-ssh-key/
- /articles/adding-a-new-ssh-key-to-the-ssh-agent
- /articles/generating-a-new-ssh-key
- /articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent
- /github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent
- /github/authenticating-to-github/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent
Expand Down
16 changes: 8 additions & 8 deletions content/authentication/connecting-to-github-with-ssh/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
title: Connecting to GitHub with SSH
intro: 'You can connect to {% data variables.product.product_name %} using the Secure Shell Protocol (SSH), which provides a secure channel over an unsecured network.'
redirect_from:
- /key-setup-redirect/
- /linux-key-setup/
- /mac-key-setup/
- /msysgit-key-setup/
- /articles/ssh-key-setup/
- /articles/generating-ssh-keys/
- /articles/generating-an-ssh-key/
- /key-setup-redirect
- /linux-key-setup
- /mac-key-setup
- /msysgit-key-setup
- /articles/ssh-key-setup
- /articles/generating-ssh-keys
- /articles/generating-an-ssh-key
- /articles/connecting-to-github-with-ssh
- /github/authenticating-to-github/connecting-to-github-with-ssh/
- /github/authenticating-to-github/connecting-to-github-with-ssh
versions:
fpt: '*'
ghes: '*'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: Working with SSH key passphrases
intro: You can secure your SSH keys and configure an authentication agent so that you won't have to reenter your passphrase every time you use your SSH keys.
redirect_from:
- /ssh-key-passphrases/
- /working-with-key-passphrases/
- /ssh-key-passphrases
- /working-with-key-passphrases
- /articles/working-with-ssh-key-passphrases
- /github/authenticating-to-github/working-with-ssh-key-passphrases
- /github/authenticating-to-github/connecting-to-github-with-ssh/working-with-ssh-key-passphrases
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: About commit signature verification
intro: 'Using GPG or S/MIME, you can sign tags and commits locally. These tags or commits are marked as verified on {% data variables.product.product_name %} so other people can be confident that the changes come from a trusted source.'
redirect_from:
- /articles/about-gpg-commit-and-tag-signatures/
- /articles/about-gpg/
- /articles/about-gpg-commit-and-tag-signatures
- /articles/about-gpg
- /articles/about-commit-signature-verification
- /github/authenticating-to-github/about-commit-signature-verification
- /github/authenticating-to-github/managing-commit-signature-verification/about-commit-signature-verification
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
title: Managing commit signature verification
intro: 'You can sign your work locally using GPG or S/MIME. {% data variables.product.product_name %} will verify these signatures so other people will know that your commits come from a trusted source.{% ifversion fpt %} {% data variables.product.product_name %} will automatically sign commits you make using the {% data variables.product.product_name %} web interface.{% endif %}'
redirect_from:
- /articles/generating-a-gpg-key/
- /articles/signing-commits-with-gpg/
- /articles/generating-a-gpg-key
- /articles/signing-commits-with-gpg
- /articles/managing-commit-signature-verification
- /github/authenticating-to-github/managing-commit-signature-verification/
- /github/authenticating-to-github/managing-commit-signature-verification
versions:
fpt: '*'
ghes: '*'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: Signing commits
intro: You can sign commits locally using GPG or S/MIME.
redirect_from:
- /articles/signing-commits-and-tags-using-gpg/
- /articles/signing-commits-using-gpg/
- /articles/signing-commits-and-tags-using-gpg
- /articles/signing-commits-using-gpg
- /articles/signing-commits
- /github/authenticating-to-github/signing-commits
- /github/authenticating-to-github/managing-commit-signature-verification/signing-commits
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Signing tags
intro: You can sign tags locally using GPG or S/MIME.
redirect_from:
- /articles/signing-tags-using-gpg/
- /articles/signing-tags-using-gpg
- /articles/signing-tags
- /github/authenticating-to-github/signing-tags
- /github/authenticating-to-github/managing-commit-signature-verification/signing-tags
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Telling Git about your signing key
intro: 'To sign commits locally, you need to inform Git that there''s a GPG or X.509 key you''d like to use.'
redirect_from:
- /articles/telling-git-about-your-gpg-key/
- /articles/telling-git-about-your-gpg-key
- /articles/telling-git-about-your-signing-key
- /github/authenticating-to-github/telling-git-about-your-signing-key
- /github/authenticating-to-github/managing-commit-signature-verification/telling-git-about-your-signing-key
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Checking your commit and tag signature verification status
intro: 'You can check the verification status of your commit and tag signatures on {% data variables.product.product_name %}.'
redirect_from:
- /articles/checking-your-gpg-commit-and-tag-signature-verification-status/
- /articles/checking-your-gpg-commit-and-tag-signature-verification-status
- /articles/checking-your-commit-and-tag-signature-verification-status
- /github/authenticating-to-github/checking-your-commit-and-tag-signature-verification-status
- /github/authenticating-to-github/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: Troubleshooting commit signature verification
intro: 'You may need to troubleshoot unexpected issues that arise when signing commits locally for verification on {% data variables.product.product_name %}.'
redirect_from:
- /articles/troubleshooting-gpg/
- /articles/troubleshooting-gpg
- /articles/troubleshooting-commit-signature-verification
- /github/authenticating-to-github/troubleshooting-commit-signature-verification/
- /github/authenticating-to-github/troubleshooting-commit-signature-verification
versions:
fpt: '*'
ghes: '*'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'Error: Agent admitted failure to sign'
intro: 'In rare circumstances, connecting to {% data variables.product.product_name %} via SSH on Linux produces the error `"Agent admitted failure to sign using the key"`. Follow these steps to resolve the problem.'
redirect_from:
- /articles/error-agent-admitted-failure-to-sign-using-the-key/
- /articles/error-agent-admitted-failure-to-sign-using-the-key
- /articles/error-agent-admitted-failure-to-sign
- /github/authenticating-to-github/error-agent-admitted-failure-to-sign
- /github/authenticating-to-github/troubleshooting-ssh/error-agent-admitted-failure-to-sign
Expand Down
2 changes: 1 addition & 1 deletion content/authentication/troubleshooting-ssh/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Troubleshooting SSH
intro: 'When using SSH to connect and authenticate to {% data variables.product.product_name %}, you may need to troubleshoot unexpected issues that may arise.'
redirect_from:
- /articles/troubleshooting-ssh
- /github/authenticating-to-github/troubleshooting-ssh/
- /github/authenticating-to-github/troubleshooting-ssh
versions:
fpt: '*'
ghes: '*'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: Recovering your SSH key passphrase
intro: 'If you''ve lost your SSH key passphrase, depending on the operating system you use, you may either recover it or you may need to generate a new SSH key passphrase.'
redirect_from:
- /articles/how-do-i-recover-my-passphrase/
- /articles/how-do-i-recover-my-ssh-key-passphrase/
- /articles/how-do-i-recover-my-passphrase
- /articles/how-do-i-recover-my-ssh-key-passphrase
- /articles/recovering-your-ssh-key-passphrase
- /github/authenticating-to-github/recovering-your-ssh-key-passphrase
- /github/authenticating-to-github/troubleshooting-ssh/recovering-your-ssh-key-passphrase
Expand Down
6 changes: 3 additions & 3 deletions content/github/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: GitHub
redirect_from:
- /articles/
- /common-issues-and-questions/
- /troubleshooting-common-issues/
- /articles
- /common-issues-and-questions
- /troubleshooting-common-issues
intro: 'Documentation, guides, and help topics for software developers, designers, and project managers. Covers using Git, pull requests, issues, wikis, gists, and everything you need to make the most of GitHub for development.'
versions:
fpt: '*'
Expand Down
6 changes: 3 additions & 3 deletions content/github/writing-on-github/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Writing on GitHub
redirect_from:
- /categories/88/articles/
- /articles/github-flavored-markdown/
- /articles/writing-on-github/
- /categories/88/articles
- /articles/github-flavored-markdown
- /articles/writing-on-github
- /categories/writing-on-github
intro: 'You can structure the information shared on {% data variables.product.product_name %} with various formatting options.'
versions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Archiving a GitHub repository
intro: 'You can archive, back up, and cite your work using {% data variables.product.product_name %}, the API, or third-party tools and services.'
redirect_from:
- /articles/can-i-archive-a-repository/
- /articles/can-i-archive-a-repository
- /articles/archiving-a-github-repository
- /enterprise/admin/user-management/archiving-and-unarchiving-repositories
- /github/creating-cloning-and-archiving-repositories/archiving-a-github-repository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Defining the mergeability of pull requests
intro: 'You can require pull requests to pass a set of checks before they can be merged. For example, you can block pull requests that don''t pass status checks or require that pull requests have a specific number of approving reviews before they can be merged.'
redirect_from:
- /articles/defining-the-mergeability-of-a-pull-request/
- /articles/defining-the-mergeability-of-a-pull-request
- /articles/defining-the-mergeability-of-pull-requests
- /enterprise/admin/developer-workflow/establishing-pull-request-merge-conditions
- /github/administering-a-repository/defining-the-mergeability-of-pull-requests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: Deleting and restoring branches in a pull request
intro: 'If you have write access in a repository, you can delete branches that are associated with closed or merged pull requests. You cannot delete branches that are associated with open pull requests.'
redirect_from:
- /articles/tidying-up-pull-requests/
- /articles/restoring-branches-in-a-pull-request/
- /articles/deleting-unused-branches/
- /articles/tidying-up-pull-requests
- /articles/restoring-branches-in-a-pull-request
- /articles/deleting-unused-branches
- /articles/deleting-and-restoring-branches-in-a-pull-request
- /github/administering-a-repository/deleting-and-restoring-branches-in-a-pull-request
- /github/administering-a-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: Creating a new repository
intro: You can create a new repository on your personal account or any organization where you have sufficient permissions.
redirect_from:
- /creating-a-repo/
- /articles/creating-a-repository-in-an-organization/
- /articles/creating-a-new-organization-repository/
- /creating-a-repo
- /articles/creating-a-repository-in-an-organization
- /articles/creating-a-new-organization-repository
- /articles/creating-a-new-repository
- /articles/creating-an-internal-repository
- /github/setting-up-and-managing-your-enterprise-account/creating-an-internal-repository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: Creating an issues-only repository
intro: '{% data variables.product.product_name %} does not provide issues-only access permissions, but you can accomplish this using a second repository which contains only the issues.'
redirect_from:
- /articles/issues-only-access-permissions/
- /articles/is-there-issues-only-access-to-organization-repositories/
- /articles/issues-only-access-permissions
- /articles/is-there-issues-only-access-to-organization-repositories
- /articles/creating-an-issues-only-repository
- /github/creating-cloning-and-archiving-repositories/creating-an-issues-only-repository
- /github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/creating-an-issues-only-repository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: Deleting a repository
intro: You can delete any repository or fork if you're either an organization owner or have admin permissions for the repository or fork. Deleting a forked repository does not delete the upstream repository.
redirect_from:
- /delete-a-repo/
- /deleting-a-repo/
- /delete-a-repo
- /deleting-a-repo
- /articles/deleting-a-repository
- /github/administering-a-repository/deleting-a-repository
- /github/administering-a-repository/managing-repository-settings/deleting-a-repository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Duplicating a repository
intro: 'To maintain a mirror of a repository without forking it, you can run a special clone command, then mirror-push to the new repository.'
redirect_from:
- /articles/duplicating-a-repo/
- /articles/duplicating-a-repo
- /articles/duplicating-a-repository
- /github/creating-cloning-and-archiving-repositories/duplicating-a-repository
- /github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/duplicating-a-repository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
title: Transferring a repository
intro: You can transfer repositories to other users or organization accounts.
redirect_from:
- /articles/about-repository-transfers/
- /move-a-repo/
- /moving-a-repo/
- /articles/what-is-transferred-with-a-repository/
- /articles/what-is-transferred-with-a-repo/
- /articles/how-to-transfer-a-repo/
- /articles/how-to-transfer-a-repository/
- /articles/transferring-a-repository-owned-by-your-personal-account/
- /articles/transferring-a-repository-owned-by-your-organization/
- /articles/about-repository-transfers
- /move-a-repo
- /moving-a-repo
- /articles/what-is-transferred-with-a-repository
- /articles/what-is-transferred-with-a-repo
- /articles/how-to-transfer-a-repo
- /articles/how-to-transfer-a-repository
- /articles/transferring-a-repository-owned-by-your-personal-account
- /articles/transferring-a-repository-owned-by-your-organization
- /articles/transferring-a-repository
- /github/administering-a-repository/transferring-a-repository
- /github/administering-a-repository/managing-repository-settings/transferring-a-repository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: About code owners
intro: You can use a CODEOWNERS file to define individuals or teams that are responsible for code in a repository.
redirect_from:
- /articles/about-codeowners/
- /articles/about-codeowners
- /articles/about-code-owners
- /github/creating-cloning-and-archiving-repositories/about-code-owners
- /github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-code-owners
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: About READMEs
intro: 'You can add a README file to your repository to tell other people why your project is useful, what they can do with your project, and how they can use it.'
redirect_from:
- /articles/section-links-on-readmes-and-blob-pages/
- /articles/relative-links-in-readmes/
- /articles/section-links-on-readmes-and-blob-pages
- /articles/relative-links-in-readmes
- /articles/about-readmes
- /github/creating-cloning-and-archiving-repositories/about-readmes
- /github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-readmes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
title: About repository languages
intro: The files and directories within a repository determine the languages that make up the repository. You can view a repository's languages to get a quick overview of the repository.
redirect_from:
- /articles/my-repository-is-marked-as-the-wrong-language/
- /articles/why-isn-t-my-favorite-language-recognized/
- /articles/my-repo-is-marked-as-the-wrong-language/
- /articles/why-isn-t-sql-recognized-as-a-language/
- /articles/why-isn-t-my-favorite-language-recognized-by-github/
- /articles/my-repository-is-marked-as-the-wrong-language
- /articles/why-isn-t-my-favorite-language-recognized
- /articles/my-repo-is-marked-as-the-wrong-language
- /articles/why-isn-t-sql-recognized-as-a-language
- /articles/why-isn-t-my-favorite-language-recognized-by-github
- /articles/about-repository-languages
- /github/creating-cloning-and-archiving-repositories/about-repository-languages
- /github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-repository-languages
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Classifying your repository with topics
intro: 'To help other people find and contribute to your project, you can add topics to your repository related to your project''s intended purpose, subject area, affinity groups, or other important qualities.'
redirect_from:
- /articles/about-topics/
- /articles/about-topics
- /articles/classifying-your-repository-with-topics
- /github/administering-a-repository/classifying-your-repository-with-topics
- /github/administering-a-repository/managing-repository-settings/classifying-your-repository-with-topics
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Licensing a repository
intro: 'Public repositories on GitHub are often used to share open source software. For your repository to truly be open source, you''ll need to license it so that others are free to use, change, and distribute the software.'
redirect_from:
- /articles/open-source-licensing/
- /articles/open-source-licensing
- /articles/licensing-a-repository
- /github/creating-cloning-and-archiving-repositories/licensing-a-repository
- /github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/licensing-a-repository
Expand Down
Loading

0 comments on commit 6421611

Please sign in to comment.