diff --git a/content/actions/creating-actions/creating-a-composite-run-steps-action.md b/content/actions/creating-actions/creating-a-composite-run-steps-action.md index 34312304fd0c..4460fa4f461a 100644 --- a/content/actions/creating-actions/creating-a-composite-run-steps-action.md +++ b/content/actions/creating-actions/creating-a-composite-run-steps-action.md @@ -1,6 +1,6 @@ --- title: Creating a composite run steps action -intro: 'In this guide, you''ll learn how to build a composite run steps action.' +intro: 'In this guide, you\'ll learn how to build a composite run steps action.' product: '{% data reusables.gated-features.actions %}' versions: free-pro-team: '*' diff --git a/content/actions/creating-actions/creating-a-javascript-action.md b/content/actions/creating-actions/creating-a-javascript-action.md index e2987d0d15fd..2611a197e054 100644 --- a/content/actions/creating-actions/creating-a-javascript-action.md +++ b/content/actions/creating-actions/creating-a-javascript-action.md @@ -1,6 +1,6 @@ --- title: Creating a JavaScript action -intro: 'In this guide, you''ll learn how to build a JavaScript action using the actions toolkit.' +intro: 'In this guide, you\'ll learn how to build a JavaScript action using the actions toolkit.' product: '{% data reusables.gated-features.actions %}' redirect_from: - /articles/creating-a-javascript-action diff --git a/content/actions/creating-actions/dockerfile-support-for-github-actions.md b/content/actions/creating-actions/dockerfile-support-for-github-actions.md index 58809b0f2249..149389a16071 100644 --- a/content/actions/creating-actions/dockerfile-support-for-github-actions.md +++ b/content/actions/creating-actions/dockerfile-support-for-github-actions.md @@ -1,7 +1,7 @@ --- title: Dockerfile support for GitHub Actions shortTitle: Docker -intro: 'When creating a `Dockerfile` for a Docker container action, you should be aware of how some Docker instructions interact with GitHub Actions and an action''s metadata file.' +intro: 'When creating a `Dockerfile` for a Docker container action, you should be aware of how some Docker instructions interact with GitHub Actions and an action\'s metadata file.' product: '{% data reusables.gated-features.actions %}' redirect_from: - /actions/building-actions/dockerfile-support-for-github-actions diff --git a/content/actions/creating-actions/publishing-actions-in-github-marketplace.md b/content/actions/creating-actions/publishing-actions-in-github-marketplace.md index fb35e6e2e11b..e4eaafd97c2e 100644 --- a/content/actions/creating-actions/publishing-actions-in-github-marketplace.md +++ b/content/actions/creating-actions/publishing-actions-in-github-marketplace.md @@ -1,6 +1,6 @@ --- title: Publishing actions in GitHub Marketplace -intro: 'You can publish actions in {% data variables.product.prodname_marketplace %} and share actions you''ve created with the {% data variables.product.prodname_dotcom %} community.' +intro: 'You can publish actions in {% data variables.product.prodname_marketplace %} and share actions you\'ve created with the {% data variables.product.prodname_dotcom %} community.' product: '{% data reusables.gated-features.actions %}' redirect_from: - /github/automating-your-workflow-with-github-actions/publishing-actions-in-github-marketplace diff --git a/content/actions/index.md b/content/actions/index.md index 7cbfa4232164..024aeaa0bf78 100644 --- a/content/actions/index.md +++ b/content/actions/index.md @@ -1,7 +1,7 @@ --- title: GitHub Actions Documentation shortTitle: GitHub Actions -intro: 'Automate, customize, and execute your software development workflows right in your repository with {% data variables.product.prodname_actions %}. You can discover, create, and share actions to perform any job you''d like, including CI/CD, and combine actions in a completely customized workflow.' +intro: 'Automate, customize, and execute your software development workflows right in your repository with {% data variables.product.prodname_actions %}. You can discover, create, and share actions to perform any job you\'d like, including CI/CD, and combine actions in a completely customized workflow.' introLinks: quickstart: /actions/quickstart learn: /actions/learn-github-actions diff --git a/content/actions/learn-github-actions/finding-and-customizing-actions.md b/content/actions/learn-github-actions/finding-and-customizing-actions.md index 4f1a287d3d01..270079579dee 100644 --- a/content/actions/learn-github-actions/finding-and-customizing-actions.md +++ b/content/actions/learn-github-actions/finding-and-customizing-actions.md @@ -1,7 +1,7 @@ --- title: Finding and customizing actions shortTitle: Finding and customizing actions -intro: 'Actions are the building blocks that power your workflow. A workflow can contain actions created by the community, or you can create your own actions directly within your application''s repository. This guide will show you how to discover, use, and customize actions.' +intro: 'Actions are the building blocks that power your workflow. A workflow can contain actions created by the community, or you can create your own actions directly within your application\'s repository. This guide will show you how to discover, use, and customize actions.' redirect_from: - /actions/automating-your-workflow-with-github-actions/using-github-marketplace-actions - /actions/automating-your-workflow-with-github-actions/using-actions-from-github-marketplace-in-your-workflow diff --git a/content/actions/reference/context-and-expression-syntax-for-github-actions.md b/content/actions/reference/context-and-expression-syntax-for-github-actions.md index ba100c62739c..6becac376a08 100644 --- a/content/actions/reference/context-and-expression-syntax-for-github-actions.md +++ b/content/actions/reference/context-and-expression-syntax-for-github-actions.md @@ -231,7 +231,7 @@ env: myHexNumber: ${{ 0xff }} myExponentialNumber: ${{ -2.99-e2 }} myString: ${{ 'Mona the Octocat' }} - myEscapedString: ${{ 'It''s open source!' }} + myEscapedString: ${{ 'It\'s open source!' }} ``` {% endraw %} diff --git a/content/admin/authentication/allowing-built-in-authentication-for-users-outside-your-identity-provider.md b/content/admin/authentication/allowing-built-in-authentication-for-users-outside-your-identity-provider.md index c1ccb9a41745..97a768c7becf 100644 --- a/content/admin/authentication/allowing-built-in-authentication-for-users-outside-your-identity-provider.md +++ b/content/admin/authentication/allowing-built-in-authentication-for-users-outside-your-identity-provider.md @@ -1,6 +1,6 @@ --- title: Allowing built-in authentication for users outside your identity provider -intro: 'You can configure built-in authentication to authenticate users who don''t have access to your identity provider that uses LDAP, SAML, or CAS.' +intro: 'You can configure built-in authentication to authenticate users who don\'t have access to your identity provider that uses LDAP, SAML, or CAS.' redirect_from: - /enterprise/admin/user-management/allowing-built-in-authentication-for-users-outside-your-identity-provider - /enterprise/admin/authentication/allowing-built-in-authentication-for-users-outside-your-identity-provider diff --git a/content/admin/authentication/authenticating-users-for-your-github-enterprise-server-instance.md b/content/admin/authentication/authenticating-users-for-your-github-enterprise-server-instance.md index f61c23d45b48..cec596b2268a 100644 --- a/content/admin/authentication/authenticating-users-for-your-github-enterprise-server-instance.md +++ b/content/admin/authentication/authenticating-users-for-your-github-enterprise-server-instance.md @@ -1,6 +1,6 @@ --- title: Authenticating users for your GitHub Enterprise Server instance -intro: 'You can use {% data variables.product.prodname_ghe_server %}''s built-in authentication, or choose between CAS, LDAP, or SAML to integrate your existing accounts and centrally manage user access to {% data variables.product.product_location_enterprise %}.' +intro: 'You can use {% data variables.product.prodname_ghe_server %}\'s built-in authentication, or choose between CAS, LDAP, or SAML to integrate your existing accounts and centrally manage user access to {% data variables.product.product_location_enterprise %}.' redirect_from: - /enterprise/admin/categories/authentication/ - /enterprise/admin/guides/installation/user-authentication/ diff --git a/content/admin/authentication/disabling-unauthenticated-sign-ups.md b/content/admin/authentication/disabling-unauthenticated-sign-ups.md index 5987411ce0d9..fcd47ba7d4b5 100644 --- a/content/admin/authentication/disabling-unauthenticated-sign-ups.md +++ b/content/admin/authentication/disabling-unauthenticated-sign-ups.md @@ -4,7 +4,7 @@ redirect_from: - /enterprise/admin/articles/disabling-sign-ups/ - /enterprise/admin/user-management/disabling-unauthenticated-sign-ups - /enterprise/admin/authentication/disabling-unauthenticated-sign-ups -intro: 'If you''re using built-in authentication, you can block unauthenticated people from being able to create an account.' +intro: 'If you\'re using built-in authentication, you can block unauthenticated people from being able to create an account.' versions: enterprise-server: '*' --- diff --git a/content/admin/authentication/index.md b/content/admin/authentication/index.md index fa91d86c3535..52ad58872554 100644 --- a/content/admin/authentication/index.md +++ b/content/admin/authentication/index.md @@ -1,6 +1,6 @@ --- title: Authentication -intro: 'You can use {% data variables.product.prodname_ghe_server %}''s built-in authentication, or choose between CAS, LDAP, or SAML to integrate your existing accounts and centrally manage user access to {% data variables.product.product_location_enterprise %}.' +intro: 'You can use {% data variables.product.prodname_ghe_server %}\'s built-in authentication, or choose between CAS, LDAP, or SAML to integrate your existing accounts and centrally manage user access to {% data variables.product.product_location_enterprise %}.' redirect_from: - /enterprise/admin/authentication versions: diff --git a/content/admin/configuration/configuring-your-enterprise.md b/content/admin/configuration/configuring-your-enterprise.md index 74b50d6c1bc9..7748433c5eda 100644 --- a/content/admin/configuration/configuring-your-enterprise.md +++ b/content/admin/configuration/configuring-your-enterprise.md @@ -1,6 +1,6 @@ --- title: Configuring your enterprise -intro: 'Once {% data variables.product.prodname_ghe_server %} is up and running, you can configure the appliance to suit your organization''s needs.' +intro: 'Once {% data variables.product.prodname_ghe_server %} is up and running, you can configure the appliance to suit your organization\'s needs.' redirect_from: - /enterprise/admin/guides/installation/basic-configuration/ - /enterprise/admin/guides/installation/administrative-tools/ diff --git a/content/admin/configuration/index.md b/content/admin/configuration/index.md index 2e8a92d9f8a8..b4eebb83eb1c 100644 --- a/content/admin/configuration/index.md +++ b/content/admin/configuration/index.md @@ -1,7 +1,7 @@ --- title: Configuring GitHub Enterprise shortTitle: Configuring GitHub Enterprise -intro: 'Once {% data variables.product.prodname_ghe_server %} is installed and set up, you can configure the appliance to suit your organization''s needs.' +intro: 'Once {% data variables.product.prodname_ghe_server %} is installed and set up, you can configure the appliance to suit your organization\'s needs.' redirect_from: - /enterprise/admin/configuration versions: diff --git a/content/admin/enterprise-management/configuring-collectd.md b/content/admin/enterprise-management/configuring-collectd.md index 9d1ae627f673..0f7405f169be 100644 --- a/content/admin/enterprise-management/configuring-collectd.md +++ b/content/admin/enterprise-management/configuring-collectd.md @@ -1,6 +1,6 @@ --- title: Configuring collectd -intro: '{% data variables.product.prodname_enterprise %} can gather data with `collectd` and send it to an external `collectd` server. Among other metrics, we gather a standard set of data such as CPU utilization, memory and disk consumption, network interface traffic and errors, and the VM''s overall load.' +intro: '{% data variables.product.prodname_enterprise %} can gather data with `collectd` and send it to an external `collectd` server. Among other metrics, we gather a standard set of data such as CPU utilization, memory and disk consumption, network interface traffic and errors, and the VM\'s overall load.' redirect_from: - /enterprise/admin/installation/configuring-collectd - /enterprise/admin/articles/configuring-collectd/ diff --git a/content/admin/enterprise-management/migrating-elasticsearch-indices-to-github-enterprise-server-214-or-later.md b/content/admin/enterprise-management/migrating-elasticsearch-indices-to-github-enterprise-server-214-or-later.md index caaf1d320091..e24bab18a91d 100644 --- a/content/admin/enterprise-management/migrating-elasticsearch-indices-to-github-enterprise-server-214-or-later.md +++ b/content/admin/enterprise-management/migrating-elasticsearch-indices-to-github-enterprise-server-214-or-later.md @@ -1,6 +1,6 @@ --- title: Migrating Elasticsearch indices to GitHub Enterprise Server 2.14 or later -intro: 'To prepare for an upgrade to {% data variables.product.prodname_ghe_server %} 2.14, you''ll need to migrate your indices to Elasticsearch 5.6 with our migration script.' +intro: 'To prepare for an upgrade to {% data variables.product.prodname_ghe_server %} 2.14, you\'ll need to migrate your indices to Elasticsearch 5.6 with our migration script.' redirect_from: - /enterprise/admin/installation/migrating-elasticsearch-indices-to-github-enterprise-2-14-or-later/ - /enterprise/admin/guides/installation/migrating-elasticsearch-indices-to-github-enterprise-2-14-or-later/ diff --git a/content/admin/enterprise-management/migrating-from-github-enterprise-1110x-to-2123.md b/content/admin/enterprise-management/migrating-from-github-enterprise-1110x-to-2123.md index 00638ec3d993..8d563690e4af 100644 --- a/content/admin/enterprise-management/migrating-from-github-enterprise-1110x-to-2123.md +++ b/content/admin/enterprise-management/migrating-from-github-enterprise-1110x-to-2123.md @@ -9,7 +9,7 @@ redirect_from: - /enterprise/admin/guides/installation/migrating-to-a-different-platform-or-from-github-enterprise-11-10-34x/ - /enterprise/admin/guides/installation/migrating-from-github-enterprise-11-10-x-to-2-1-23 - /enterprise/admin/enterprise-management/migrating-from-github-enterprise-1110x-to-2123 -intro: 'To migrate from {% data variables.product.prodname_enterprise %} 11.10.x to 2.1.23, you''ll need to set up a new appliance instance and migrate data from the previous instance.' +intro: 'To migrate from {% data variables.product.prodname_enterprise %} 11.10.x to 2.1.23, you\'ll need to set up a new appliance instance and migrate data from the previous instance.' versions: enterprise-server: '*' --- diff --git a/content/admin/enterprise-management/monitoring-your-appliance.md b/content/admin/enterprise-management/monitoring-your-appliance.md index 4e995c9f6266..c91bb41934c2 100644 --- a/content/admin/enterprise-management/monitoring-your-appliance.md +++ b/content/admin/enterprise-management/monitoring-your-appliance.md @@ -1,6 +1,6 @@ --- title: Monitoring your appliance -intro: 'As use of {% data variables.product.product_location_enterprise %} increases over time, the utilization of system resources, like CPU, memory, and storage will also increase. You can configure monitoring and alerting so that you''re aware of potential issues before they become critical enough to negatively impact application performance or availability.' +intro: 'As use of {% data variables.product.product_location_enterprise %} increases over time, the utilization of system resources, like CPU, memory, and storage will also increase. You can configure monitoring and alerting so that you\'re aware of potential issues before they become critical enough to negatively impact application performance or availability.' redirect_from: - /enterprise/admin/guides/installation/system-resource-monitoring-and-alerting/ - /enterprise/admin/guides/installation/monitoring-your-github-enterprise-appliance/ diff --git a/content/admin/enterprise-management/recommended-alert-thresholds.md b/content/admin/enterprise-management/recommended-alert-thresholds.md index 126d253fde6d..adccd221a7af 100644 --- a/content/admin/enterprise-management/recommended-alert-thresholds.md +++ b/content/admin/enterprise-management/recommended-alert-thresholds.md @@ -1,6 +1,6 @@ --- title: Recommended alert thresholds -intro: 'You can configure an alert to notify you of system resource issues before they affect your {% data variables.product.prodname_ghe_server %} appliance''s performance.' +intro: 'You can configure an alert to notify you of system resource issues before they affect your {% data variables.product.prodname_ghe_server %} appliance\'s performance.' redirect_from: - /enterprise/admin/guides/installation/about-recommended-alert-thresholds/ - /enterprise/admin/installation/about-recommended-alert-thresholds diff --git a/content/admin/enterprise-support/providing-data-to-github-support.md b/content/admin/enterprise-support/providing-data-to-github-support.md index 40ee088060b1..186482a93346 100644 --- a/content/admin/enterprise-support/providing-data-to-github-support.md +++ b/content/admin/enterprise-support/providing-data-to-github-support.md @@ -1,6 +1,6 @@ --- title: Providing data to GitHub Support -intro: 'Since {% data variables.contact.github_support %} doesn''t have access to your environment, we require some additional information from you.' +intro: 'Since {% data variables.contact.github_support %} doesn\'t have access to your environment, we require some additional information from you.' redirect_from: - /enterprise/admin/guides/installation/troubleshooting/ - /enterprise/admin/articles/support-bundles/ diff --git a/content/admin/github-actions/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access.md b/content/admin/github-actions/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access.md index 2fce2abf54ea..fc306d985da7 100644 --- a/content/admin/github-actions/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access.md +++ b/content/admin/github-actions/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access.md @@ -1,6 +1,6 @@ --- title: Setting up the tool cache on self-hosted runners without internet access -intro: 'To use the the included `actions/setup` actions on self-hosted runners without internet access, you must first populate the runner''s tool cache for your workflows.' +intro: 'To use the the included `actions/setup` actions on self-hosted runners without internet access, you must first populate the runner\'s tool cache for your workflows.' redirect_from: - /enterprise/admin/github-actions/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access versions: diff --git a/content/admin/overview/system-overview.md b/content/admin/overview/system-overview.md index 95aba06da394..bef65f77d713 100644 --- a/content/admin/overview/system-overview.md +++ b/content/admin/overview/system-overview.md @@ -1,6 +1,6 @@ --- title: System overview -intro: '{% data variables.product.prodname_ghe_server %} is your organization''s private copy of {% data variables.product.prodname_dotcom %} contained within a virtual appliance, hosted on premises or in the cloud, that you configure and control.' +intro: '{% data variables.product.prodname_ghe_server %} is your organization\'s private copy of {% data variables.product.prodname_dotcom %} contained within a virtual appliance, hosted on premises or in the cloud, that you configure and control.' redirect_from: - /enterprise/admin/installation/system-overview - /enterprise/admin/overview/system-overview diff --git a/content/admin/packages/configuring-third-party-storage-for-packages.md b/content/admin/packages/configuring-third-party-storage-for-packages.md index 5c0f19db55d2..964dcc77f79b 100644 --- a/content/admin/packages/configuring-third-party-storage-for-packages.md +++ b/content/admin/packages/configuring-third-party-storage-for-packages.md @@ -1,6 +1,6 @@ --- title: Configuring third-party storage for packages -intro: 'You can configure the third-party service that {% data variables.product.prodname_registry %} uses to store your enterprise''s packages.' +intro: 'You can configure the third-party service that {% data variables.product.prodname_registry %} uses to store your enterprise\'s packages.' redirect_from: - /enterprise/admin/packages/configuring-third-party-storage-for-packages versions: diff --git a/content/admin/user-management/configuring-email-for-notifications.md b/content/admin/user-management/configuring-email-for-notifications.md index 20c4d1503eb1..213ec24d9ac8 100644 --- a/content/admin/user-management/configuring-email-for-notifications.md +++ b/content/admin/user-management/configuring-email-for-notifications.md @@ -6,7 +6,7 @@ redirect_from: - /enterprise/admin/articles/troubleshooting-email/ - /enterprise/admin/articles/email-configuration-and-troubleshooting/ - /enterprise/admin/user-management/configuring-email-for-notifications -intro: 'To make it easy for users to respond quickly to activity on {% data variables.product.prodname_ghe_server %}, you can configure your instance to send email notifications on issue, pull request, and commit comments, as well as additional settings to allow inbound email replies. Notification emails are sent if there is activity on a repository a user is watching, if there is activity in a pull request or issue they are participating in, or if the user or team they''re a member of are @mentioned in a comment.' +intro: 'To make it easy for users to respond quickly to activity on {% data variables.product.prodname_ghe_server %}, you can configure your instance to send email notifications on issue, pull request, and commit comments, as well as additional settings to allow inbound email replies. Notification emails are sent if there is activity on a repository a user is watching, if there is activity in a pull request or issue they are participating in, or if the user or team they\'re a member of are @mentioned in a comment.' versions: enterprise-server: '*' --- diff --git a/content/admin/user-management/managing-users-in-your-enterprise.md b/content/admin/user-management/managing-users-in-your-enterprise.md index e89560fa5326..7d27b553618b 100644 --- a/content/admin/user-management/managing-users-in-your-enterprise.md +++ b/content/admin/user-management/managing-users-in-your-enterprise.md @@ -1,6 +1,6 @@ --- title: Managing users in your enterprise -intro: 'Once users are able to authenticate to {% data variables.product.product_location_enterprise %}, they''ll want to set up a few basic custom profile settings like an avatar and email notifications.' +intro: 'Once users are able to authenticate to {% data variables.product.product_location_enterprise %}, they\'ll want to set up a few basic custom profile settings like an avatar and email notifications.' redirect_from: - /enterprise/admin/guides/user-management/enabling-avatars-and-identicons/ - /enterprise/admin/user-management/basic-account-settings diff --git a/content/admin/user-management/migrating-data-to-your-enterprise.md b/content/admin/user-management/migrating-data-to-your-enterprise.md index 0a69843e9808..321d011ae0ad 100644 --- a/content/admin/user-management/migrating-data-to-your-enterprise.md +++ b/content/admin/user-management/migrating-data-to-your-enterprise.md @@ -1,6 +1,6 @@ --- title: Migrating data to your enterprise -intro: 'After generating a migration archive, you can import the data to your target {% data variables.product.prodname_ghe_server %} instance. You''ll be able to review changes for potential conflicts before permanently applying the changes to your target instance.' +intro: 'After generating a migration archive, you can import the data to your target {% data variables.product.prodname_ghe_server %} instance. You\'ll be able to review changes for potential conflicts before permanently applying the changes to your target instance.' redirect_from: - /enterprise/admin/guides/migrations/importing-migration-data-to-github-enterprise/ - /enterprise/admin/migrations/applying-the-imported-data-on-github-enterprise-server @@ -108,7 +108,7 @@ If you have any concerns about failed imports, contact {% data variables.contact ### Completing the import on {% data variables.product.prodname_ghe_server %} -After your migration is applied to your target instance and you have reviewed the migration, you''ll unlock the repositories and delete them off the source. Before deleting your source data we recommend waiting around two weeks to ensure that everything is functioning as expected. +After your migration is applied to your target instance and you have reviewed the migration, you\'ll unlock the repositories and delete them off the source. Before deleting your source data we recommend waiting around two weeks to ensure that everything is functioning as expected. ### Unlocking repositories on the target instance diff --git a/content/admin/user-management/preparing-to-migrate-data-to-your-enterprise.md b/content/admin/user-management/preparing-to-migrate-data-to-your-enterprise.md index 786051f2b836..e1db5d190b24 100644 --- a/content/admin/user-management/preparing-to-migrate-data-to-your-enterprise.md +++ b/content/admin/user-management/preparing-to-migrate-data-to-your-enterprise.md @@ -1,6 +1,6 @@ --- title: Preparing to migrate data to your enterprise -intro: 'After generating a migration archive, you can import the data to your target {% data variables.product.prodname_ghe_server %} instance. You''ll be able to review changes for potential conflicts before permanently applying the changes to your target instance.' +intro: 'After generating a migration archive, you can import the data to your target {% data variables.product.prodname_ghe_server %} instance. You\'ll be able to review changes for potential conflicts before permanently applying the changes to your target instance.' redirect_from: - /enterprise/admin/migrations/preparing-the-migrated-data-for-import-to-github-enterprise-server - /enterprise/admin/migrations/generating-a-list-of-migration-conflicts diff --git a/content/admin/user-management/requiring-two-factor-authentication-for-an-organization.md b/content/admin/user-management/requiring-two-factor-authentication-for-an-organization.md index 1f613a7739a2..ee20cb158cfb 100644 --- a/content/admin/user-management/requiring-two-factor-authentication-for-an-organization.md +++ b/content/admin/user-management/requiring-two-factor-authentication-for-an-organization.md @@ -1,6 +1,6 @@ --- title: Requiring two-factor authentication for an organization -intro: 'You can require organization members and outside collaborators to enable two-factor authentication for their personal accounts in an organization, making it harder for malicious actors to access an organization''s repositories and settings.' +intro: 'You can require organization members and outside collaborators to enable two-factor authentication for their personal accounts in an organization, making it harder for malicious actors to access an organization\'s repositories and settings.' redirect_from: - /enterprise/admin/user-management/requiring-two-factor-authentication-for-an-organization versions: diff --git a/content/admin/user-management/troubleshooting-service-hooks.md b/content/admin/user-management/troubleshooting-service-hooks.md index 7beb9f00fccf..7a96b16bcb7f 100644 --- a/content/admin/user-management/troubleshooting-service-hooks.md +++ b/content/admin/user-management/troubleshooting-service-hooks.md @@ -1,6 +1,6 @@ --- title: Troubleshooting service hooks -intro: 'If payloads aren''t being delivered, check for these common problems.' +intro: 'If payloads aren\'t being delivered, check for these common problems.' redirect_from: - /enterprise/admin/articles/troubleshooting-service-hooks/ - /enterprise/admin/developer-workflow/troubleshooting-service-hooks diff --git a/content/desktop/contributing-and-collaborating-using-github-desktop/adding-a-repository-from-your-local-computer-to-github-desktop.md b/content/desktop/contributing-and-collaborating-using-github-desktop/adding-a-repository-from-your-local-computer-to-github-desktop.md index 94173eb99bd3..03c11d3aa993 100644 --- a/content/desktop/contributing-and-collaborating-using-github-desktop/adding-a-repository-from-your-local-computer-to-github-desktop.md +++ b/content/desktop/contributing-and-collaborating-using-github-desktop/adding-a-repository-from-your-local-computer-to-github-desktop.md @@ -1,6 +1,6 @@ --- title: Adding a repository from your local computer to GitHub Desktop -intro: 'You can add any Git repository to {% data variables.product.prodname_desktop %}, even if it''s not a {% data variables.product.prodname_dotcom %} repository.' +intro: 'You can add any Git repository to {% data variables.product.prodname_desktop %}, even if it\'s not a {% data variables.product.prodname_dotcom %} repository.' redirect_from: - /desktop/contributing-to-projects/adding-a-repository-from-your-local-computer-to-github-desktop versions: diff --git a/content/desktop/contributing-and-collaborating-using-github-desktop/changing-a-remotes-url-from-github-desktop.md b/content/desktop/contributing-and-collaborating-using-github-desktop/changing-a-remotes-url-from-github-desktop.md index 6ddd9dccfb60..dd932697a2f9 100644 --- a/content/desktop/contributing-and-collaborating-using-github-desktop/changing-a-remotes-url-from-github-desktop.md +++ b/content/desktop/contributing-and-collaborating-using-github-desktop/changing-a-remotes-url-from-github-desktop.md @@ -1,6 +1,6 @@ --- title: Changing a remote's URL from GitHub Desktop -intro: 'You can change the remote URL for a repository you''re working with in {% data variables.product.prodname_desktop %}. You might do this if the repository has been renamed, or the username or organization that owns the repository has changed.' +intro: 'You can change the remote URL for a repository you\'re working with in {% data variables.product.prodname_desktop %}. You might do this if the repository has been renamed, or the username or organization that owns the repository has changed.' redirect_from: - /desktop/contributing-to-projects/changing-a-remotes-url-from-github-desktop - /desktop/contributing-to-projects/changing-a-remote-s-url-from-github-desktop diff --git a/content/desktop/contributing-and-collaborating-using-github-desktop/index.md b/content/desktop/contributing-and-collaborating-using-github-desktop/index.md index 3b94ba23119e..4e4a96139723 100644 --- a/content/desktop/contributing-and-collaborating-using-github-desktop/index.md +++ b/content/desktop/contributing-and-collaborating-using-github-desktop/index.md @@ -1,7 +1,7 @@ --- title: Contributing and collaborating using GitHub Desktop shortTitle: Contributing and collaborating -intro: 'Use GitHub Desktop to manage your projects, create meaningful commits, and track the project''s history in an app instead of on the command line.' +intro: 'Use GitHub Desktop to manage your projects, create meaningful commits, and track the project\'s history in an app instead of on the command line.' redirect_from: - /desktop/contributing-to-projects versions: diff --git a/content/desktop/installing-and-configuring-github-desktop/authenticating-to-github.md b/content/desktop/installing-and-configuring-github-desktop/authenticating-to-github.md index 8bb5f14c5a33..3babdda7197e 100644 --- a/content/desktop/installing-and-configuring-github-desktop/authenticating-to-github.md +++ b/content/desktop/installing-and-configuring-github-desktop/authenticating-to-github.md @@ -1,7 +1,7 @@ --- title: Authenticating to GitHub shortTitle: Authentication -intro: 'You can securely access your account''s resources on {% data variables.product.prodname_desktop %} by authenticating to {% data variables.product.prodname_dotcom %}.' +intro: 'You can securely access your account\'s resources on {% data variables.product.prodname_desktop %} by authenticating to {% data variables.product.prodname_dotcom %}.' redirect_from: - /desktop/getting-started-with-github-desktop/authenticating-to-github-using-the-browser - /desktop/getting-started-with-github-desktop/authenticating-to-github diff --git a/content/desktop/installing-and-configuring-github-desktop/configuring-git-for-github-desktop.md b/content/desktop/installing-and-configuring-github-desktop/configuring-git-for-github-desktop.md index 718486abbd7b..6de14dc52133 100644 --- a/content/desktop/installing-and-configuring-github-desktop/configuring-git-for-github-desktop.md +++ b/content/desktop/installing-and-configuring-github-desktop/configuring-git-for-github-desktop.md @@ -1,7 +1,7 @@ --- title: Configuring Git for GitHub Desktop shortTitle: Configuring Git -intro: 'If you don''t already have Git installed, you must configure it before using GitHub Desktop.' +intro: 'If you don\'t already have Git installed, you must configure it before using GitHub Desktop.' redirect_from: - /desktop/getting-started-with-github-desktop/configuring-git-for-github-desktop versions: diff --git a/content/developers/apps/creating-a-github-app-using-url-parameters.md b/content/developers/apps/creating-a-github-app-using-url-parameters.md index 203a9f3a3413..3a6f780675d2 100644 --- a/content/developers/apps/creating-a-github-app-using-url-parameters.md +++ b/content/developers/apps/creating-a-github-app-using-url-parameters.md @@ -1,6 +1,6 @@ --- title: Creating a GitHub App using URL parameters -intro: 'You can preselect the settings of a new {% data variables.product.prodname_github_app %} using URL [query parameters](https://en.wikipedia.org/wiki/Query_string) to quickly set up the new {% data variables.product.prodname_github_app %}''s configuration.' +intro: 'You can preselect the settings of a new {% data variables.product.prodname_github_app %} using URL [query parameters](https://en.wikipedia.org/wiki/Query_string) to quickly set up the new {% data variables.product.prodname_github_app %}\'s configuration.' redirect_from: - /apps/building-github-apps/creating-github-apps-using-url-parameters versions: diff --git a/content/developers/apps/migrating-oauth-apps-to-github-apps.md b/content/developers/apps/migrating-oauth-apps-to-github-apps.md index 366b5d317602..c7d625b3f85e 100644 --- a/content/developers/apps/migrating-oauth-apps-to-github-apps.md +++ b/content/developers/apps/migrating-oauth-apps-to-github-apps.md @@ -1,6 +1,6 @@ --- title: Migrating OAuth Apps to GitHub Apps -intro: 'Learn about the advantages of migrating your {% data variables.product.prodname_oauth_app %} to a {% data variables.product.prodname_github_app %} and how to migrate an {% data variables.product.prodname_oauth_app %} that isn''t listed on {% data variables.product.prodname_marketplace %}. ' +intro: 'Learn about the advantages of migrating your {% data variables.product.prodname_oauth_app %} to a {% data variables.product.prodname_github_app %} and how to migrate an {% data variables.product.prodname_oauth_app %} that isn\'t listed on {% data variables.product.prodname_marketplace %}. ' redirect_from: - /apps/migrating-oauth-apps-to-github-apps versions: diff --git a/content/developers/github-marketplace/billing-customers.md b/content/developers/github-marketplace/billing-customers.md index f479fde282a2..c1b973f152d1 100644 --- a/content/developers/github-marketplace/billing-customers.md +++ b/content/developers/github-marketplace/billing-customers.md @@ -1,6 +1,6 @@ --- title: Billing customers -intro: 'Apps on {% data variables.product.prodname_marketplace %} should adhere to GitHub''s billing guidelines and support recommended services. Following our guidelines helps customers navigate the billing process without any surprises.' +intro: 'Apps on {% data variables.product.prodname_marketplace %} should adhere to GitHub\'s billing guidelines and support recommended services. Following our guidelines helps customers navigate the billing process without any surprises.' redirect_from: - /apps/marketplace/administering-listing-plans-and-user-accounts/billing-customers-in-github-marketplace/ - /apps/marketplace/selling-your-app/billing-customers-in-github-marketplace/ diff --git a/content/developers/github-marketplace/handling-new-purchases-and-free-trials.md b/content/developers/github-marketplace/handling-new-purchases-and-free-trials.md index 474e9a6551ea..6de097b4eb73 100644 --- a/content/developers/github-marketplace/handling-new-purchases-and-free-trials.md +++ b/content/developers/github-marketplace/handling-new-purchases-and-free-trials.md @@ -1,6 +1,6 @@ --- title: Handling new purchases and free trials -intro: 'When a customer purchases a paid plan, free trial, or the free version of your {% data variables.product.prodname_marketplace %} app, you''ll receive the [`marketplace_purchase` event](/marketplace/integrating-with-the-github-marketplace-api/github-marketplace-webhook-events) webhook with the `purchased` action, which kicks off the purchasing flow.' +intro: 'When a customer purchases a paid plan, free trial, or the free version of your {% data variables.product.prodname_marketplace %} app, you\'ll receive the [`marketplace_purchase` event](/marketplace/integrating-with-the-github-marketplace-api/github-marketplace-webhook-events) webhook with the `purchased` action, which kicks off the purchasing flow.' redirect_from: - /apps/marketplace/administering-listing-plans-and-user-accounts/supporting-purchase-plans-for-github-apps/ - /apps/marketplace/administering-listing-plans-and-user-accounts/supporting-purchase-plans-for-oauth-apps/ diff --git a/content/developers/github-marketplace/receiving-payment-for-app-purchases.md b/content/developers/github-marketplace/receiving-payment-for-app-purchases.md index 3c8a760f5854..6363229f8bb6 100644 --- a/content/developers/github-marketplace/receiving-payment-for-app-purchases.md +++ b/content/developers/github-marketplace/receiving-payment-for-app-purchases.md @@ -1,6 +1,6 @@ --- title: Receiving payment for app purchases -intro: 'At the end of each month, you''ll receive payment for your {% data variables.product.prodname_marketplace %} listing.' +intro: 'At the end of each month, you\'ll receive payment for your {% data variables.product.prodname_marketplace %} listing.' redirect_from: - /apps/adding-integrations/managing-pricing-and-payments-for-a-github-marketplace-listing/receiving-payment-for-a-github-marketplace-listing/ - /apps/marketplace/managing-pricing-and-payments-for-a-github-marketplace-listing/receiving-payment-for-a-github-marketplace-listing/ diff --git a/content/developers/github-marketplace/security-review-process-for-submitted-apps.md b/content/developers/github-marketplace/security-review-process-for-submitted-apps.md index d1dc369feebf..35ce566993a2 100644 --- a/content/developers/github-marketplace/security-review-process-for-submitted-apps.md +++ b/content/developers/github-marketplace/security-review-process-for-submitted-apps.md @@ -1,6 +1,6 @@ --- title: Security review process for submitted apps -intro: 'GitHub''s security team reviews all apps submitted to {% data variables.product.prodname_marketplace %} to ensure that they meet security requirements. Follow these best practices to be prepared for the review process.' +intro: 'GitHub\'s security team reviews all apps submitted to {% data variables.product.prodname_marketplace %} to ensure that they meet security requirements. Follow these best practices to be prepared for the review process.' redirect_from: - /apps/marketplace/getting-started/security-review-process/ - /marketplace/getting-started/security-review-process diff --git a/content/developers/github-marketplace/viewing-metrics-for-your-listing.md b/content/developers/github-marketplace/viewing-metrics-for-your-listing.md index de4918046671..4a18f874b814 100644 --- a/content/developers/github-marketplace/viewing-metrics-for-your-listing.md +++ b/content/developers/github-marketplace/viewing-metrics-for-your-listing.md @@ -1,6 +1,6 @@ --- title: Viewing metrics for your listing -intro: 'The {% data variables.product.prodname_marketplace %} Insights page displays metrics for your {% data variables.product.prodname_github_app %}. You can use the metrics to track your {% data variables.product.prodname_github_app %}''s performance and make more informed decisions about pricing, plans, free trials, and how to visualize the effects of marketing campaigns.' +intro: 'The {% data variables.product.prodname_marketplace %} Insights page displays metrics for your {% data variables.product.prodname_github_app %}. You can use the metrics to track your {% data variables.product.prodname_github_app %}\'s performance and make more informed decisions about pricing, plans, free trials, and how to visualize the effects of marketing campaigns.' redirect_from: - /apps/marketplace/managing-github-marketplace-listings/viewing-performance-metrics-for-a-github-marketplace-listing/ - /apps/marketplace/viewing-performance-metrics-for-a-github-marketplace-listing/ diff --git a/content/developers/github-marketplace/webhook-events-for-the-github-marketplace-api.md b/content/developers/github-marketplace/webhook-events-for-the-github-marketplace-api.md index f4361de9dde6..42b6e1a3551b 100644 --- a/content/developers/github-marketplace/webhook-events-for-the-github-marketplace-api.md +++ b/content/developers/github-marketplace/webhook-events-for-the-github-marketplace-api.md @@ -1,6 +1,6 @@ --- title: Webhook events for the GitHub Marketplace API -intro: 'A {% data variables.product.prodname_marketplace %} app receives information about changes to a user''s plan from the Marketplace purchase event webhook. A Marketplace purchase event is triggered when a user purchases, cancels, or changes their payment plan. For details on how to respond to each of these types of events, see "[Billing flows](/marketplace/integrating-with-the-github-marketplace-api/#billing-flows)."' +intro: 'A {% data variables.product.prodname_marketplace %} app receives information about changes to a user\'s plan from the Marketplace purchase event webhook. A Marketplace purchase event is triggered when a user purchases, cancels, or changes their payment plan. For details on how to respond to each of these types of events, see "[Billing flows](/marketplace/integrating-with-the-github-marketplace-api/#billing-flows)."' redirect_from: - /apps/marketplace/setting-up-github-marketplace-webhooks/about-webhook-payloads-for-a-github-marketplace-listing/ - /apps/marketplace/integrating-with-the-github-marketplace-api/github-marketplace-webhook-events/ diff --git a/content/developers/github-marketplace/writing-a-listing-description-for-your-app.md b/content/developers/github-marketplace/writing-a-listing-description-for-your-app.md index 7dabc220bbe3..10839eaf2b39 100644 --- a/content/developers/github-marketplace/writing-a-listing-description-for-your-app.md +++ b/content/developers/github-marketplace/writing-a-listing-description-for-your-app.md @@ -1,6 +1,6 @@ --- title: Writing a listing description for your app -intro: 'To [list your app](/marketplace/listing-on-github-marketplace/) in the {% data variables.product.prodname_marketplace %}, you''ll need to write descriptions of your app and provide images that follow GitHub''s guidelines.' +intro: 'To [list your app](/marketplace/listing-on-github-marketplace/) in the {% data variables.product.prodname_marketplace %}, you\'ll need to write descriptions of your app and provide images that follow GitHub\'s guidelines.' redirect_from: - /apps/marketplace/getting-started-with-github-marketplace-listings/guidelines-for-writing-github-app-descriptions/ - /apps/marketplace/creating-and-submitting-your-app-for-approval/writing-github-app-descriptions/ diff --git a/content/developers/overview/about-githubs-apis.md b/content/developers/overview/about-githubs-apis.md index 4d21a0f8419f..a8ce0cf5f4e0 100644 --- a/content/developers/overview/about-githubs-apis.md +++ b/content/developers/overview/about-githubs-apis.md @@ -1,6 +1,6 @@ --- title: About GitHub's APIs -intro: 'Learn about {% data variables.product.prodname_dotcom %}''s APIs to extend and customize your {% data variables.product.prodname_dotcom %} experience.' +intro: 'Learn about {% data variables.product.prodname_dotcom %}\'s APIs to extend and customize your {% data variables.product.prodname_dotcom %} experience.' redirect_from: - /v3/versions versions: diff --git a/content/developers/overview/index.md b/content/developers/overview/index.md index 344dda0b0155..56783efc2891 100644 --- a/content/developers/overview/index.md +++ b/content/developers/overview/index.md @@ -1,6 +1,6 @@ --- title: Overview -intro: 'Learn about {% data variables.product.prodname_dotcom %}''s APIs, secure your deployments, and join {% data variables.product.prodname_dotcom %}''s Developer Program.' +intro: 'Learn about {% data variables.product.prodname_dotcom %}\'s APIs, secure your deployments, and join {% data variables.product.prodname_dotcom %}\'s Developer Program.' versions: free-pro-team: '*' enterprise-server: '*' diff --git a/content/developers/overview/replacing-github-services.md b/content/developers/overview/replacing-github-services.md index 7cc93257bfde..15fc693a71c9 100644 --- a/content/developers/overview/replacing-github-services.md +++ b/content/developers/overview/replacing-github-services.md @@ -1,6 +1,6 @@ --- title: Replacing GitHub Services -intro: 'If you''re still relying on the deprecated {% data variables.product.prodname_dotcom %} Services, learn how to migrate your service hooks to webhooks.' +intro: 'If you\'re still relying on the deprecated {% data variables.product.prodname_dotcom %} Services, learn how to migrate your service hooks to webhooks.' redirect_from: - /guides/replacing-github-services/ - /v3/guides/automating-deployments-to-integrators/ diff --git a/content/developers/overview/secret-scanning.md b/content/developers/overview/secret-scanning.md index 576d3f42ec6a..8a8bc91071ab 100644 --- a/content/developers/overview/secret-scanning.md +++ b/content/developers/overview/secret-scanning.md @@ -1,6 +1,6 @@ --- title: Secret scanning -intro: 'As a service provider, you can partner with {% data variables.product.prodname_dotcom %} to have your secret token formats secured through secret scanning, which searches for accidental commits of your secret format and can be sent to a service provider''s verify endpoint.' +intro: 'As a service provider, you can partner with {% data variables.product.prodname_dotcom %} to have your secret token formats secured through secret scanning, which searches for accidental commits of your secret format and can be sent to a service provider\'s verify endpoint.' redirect_from: - /partnerships/token-scanning/ - /partnerships/secret-scanning diff --git a/content/developers/webhooks-and-events/github-event-types.md b/content/developers/webhooks-and-events/github-event-types.md index 68d368da53f7..33d2c3c9bdab 100644 --- a/content/developers/webhooks-and-events/github-event-types.md +++ b/content/developers/webhooks-and-events/github-event-types.md @@ -1,6 +1,6 @@ --- title: GitHub event types -intro: 'For the {% data variables.product.prodname_dotcom %} Events API, learn about each event type, the triggering action on {% data variables.product.prodname_dotcom %}, and each event''s unique properties.' +intro: 'For the {% data variables.product.prodname_dotcom %} Events API, learn about each event type, the triggering action on {% data variables.product.prodname_dotcom %}, and each event\'s unique properties.' product: '{% data reusables.gated-features.enterprise-accounts %}' redirect_from: - /v3/activity/event_types diff --git a/content/developers/webhooks-and-events/issue-event-types.md b/content/developers/webhooks-and-events/issue-event-types.md index c453b70cb09f..972fe5298d5e 100644 --- a/content/developers/webhooks-and-events/issue-event-types.md +++ b/content/developers/webhooks-and-events/issue-event-types.md @@ -1,6 +1,6 @@ --- title: Issue event types -intro: 'For the Issues Events API and Timeline API, learn about each event type, the triggering action on {% data variables.product.prodname_dotcom %}, and each event''s unique properties.' +intro: 'For the Issues Events API and Timeline API, learn about each event type, the triggering action on {% data variables.product.prodname_dotcom %}, and each event\'s unique properties.' redirect_from: - /v3/issues/issue-event-types versions: diff --git a/content/github/administering-a-repository/about-merge-methods-on-github.md b/content/github/administering-a-repository/about-merge-methods-on-github.md index 91a47e1fac48..711cf1eb5b73 100644 --- a/content/github/administering-a-repository/about-merge-methods-on-github.md +++ b/content/github/administering-a-repository/about-merge-methods-on-github.md @@ -1,6 +1,6 @@ --- title: About merge methods on GitHub -intro: 'You can allow contributors with push access to your repository to merge their pull requests on {% data variables.product.product_location %} with different merge options or enforce a specific merge method for all of your repository''s pull requests.' +intro: 'You can allow contributors with push access to your repository to merge their pull requests on {% data variables.product.product_location %} with different merge options or enforce a specific merge method for all of your repository\'s pull requests.' redirect_from: - /articles/about-merge-methods-on-github versions: diff --git a/content/github/administering-a-repository/classifying-your-repository-with-topics.md b/content/github/administering-a-repository/classifying-your-repository-with-topics.md index f2eb90a25e86..1e405ef6c928 100644 --- a/content/github/administering-a-repository/classifying-your-repository-with-topics.md +++ b/content/github/administering-a-repository/classifying-your-repository-with-topics.md @@ -1,6 +1,6 @@ --- 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.' +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/classifying-your-repository-with-topics diff --git a/content/github/administering-a-repository/configuring-protected-branches.md b/content/github/administering-a-repository/configuring-protected-branches.md index 680230c3a57a..6ed8b3ed90df 100644 --- a/content/github/administering-a-repository/configuring-protected-branches.md +++ b/content/github/administering-a-repository/configuring-protected-branches.md @@ -1,6 +1,6 @@ --- title: Configuring protected branches -intro: 'If you''re a repository owner or have admin permissions in a repository, you can customize branch protections in the repository and enforce certain workflows, such as requiring more than one pull request review or requiring certain status checks to pass before allowing a pull request to merge.' +intro: 'If you\'re a repository owner or have admin permissions in a repository, you can customize branch protections in the repository and enforce certain workflows, such as requiring more than one pull request review or requiring certain status checks to pass before allowing a pull request to merge.' product: '{% data reusables.gated-features.protected-branches %}' redirect_from: - /articles/configuring-protected-branches diff --git a/content/github/administering-a-repository/defining-the-mergeability-of-pull-requests.md b/content/github/administering-a-repository/defining-the-mergeability-of-pull-requests.md index 6e38b75407be..f4af8795a142 100644 --- a/content/github/administering-a-repository/defining-the-mergeability-of-pull-requests.md +++ b/content/github/administering-a-repository/defining-the-mergeability-of-pull-requests.md @@ -1,6 +1,6 @@ --- 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.' +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-pull-requests diff --git a/content/github/administering-a-repository/keeping-your-dependencies-updated-automatically.md b/content/github/administering-a-repository/keeping-your-dependencies-updated-automatically.md index 3c6c79af15ab..17f04bbe44ee 100644 --- a/content/github/administering-a-repository/keeping-your-dependencies-updated-automatically.md +++ b/content/github/administering-a-repository/keeping-your-dependencies-updated-automatically.md @@ -1,6 +1,6 @@ --- title: Keeping your dependencies updated automatically -intro: '{% data variables.product.prodname_dependabot %} can maintain your repository''s dependencies automatically.' +intro: '{% data variables.product.prodname_dependabot %} can maintain your repository\'s dependencies automatically.' mapTopic: true versions: free-pro-team: '*' diff --git a/content/github/administering-a-repository/managing-branches-in-your-repository.md b/content/github/administering-a-repository/managing-branches-in-your-repository.md index 649ce43f079d..8a5420bc6e49 100644 --- a/content/github/administering-a-repository/managing-branches-in-your-repository.md +++ b/content/github/administering-a-repository/managing-branches-in-your-repository.md @@ -1,6 +1,6 @@ --- title: Managing branches in your repository -intro: 'Whenever you propose a change in Git, you [create a new branch](/articles/creating-and-deleting-branches-within-your-repository/). Branch management is an important part of the Git workflow. After some time, your list of branches may grow, so it''s a good idea to delete merged or stale branches.' +intro: 'Whenever you propose a change in Git, you [create a new branch](/articles/creating-and-deleting-branches-within-your-repository/). Branch management is an important part of the Git workflow. After some time, your list of branches may grow, so it\'s a good idea to delete merged or stale branches.' mapTopic: true redirect_from: - /articles/managing-branches-in-your-repository diff --git a/content/github/administering-a-repository/securing-your-repository.md b/content/github/administering-a-repository/securing-your-repository.md index 5a92993859ff..d24c34872b00 100644 --- a/content/github/administering-a-repository/securing-your-repository.md +++ b/content/github/administering-a-repository/securing-your-repository.md @@ -1,6 +1,6 @@ --- title: Securing your repository -intro: 'Security features like {% data variables.product.prodname_secret_scanning %} protect your repository''s data.' +intro: 'Security features like {% data variables.product.prodname_secret_scanning %} protect your repository\'s data.' mapTopic: true redirect_from: - /articles/securing-your-repository diff --git a/content/github/authenticating-to-github/about-authentication-to-github.md b/content/github/authenticating-to-github/about-authentication-to-github.md index 49c1b2434ab8..e0c8dd8eeb8e 100644 --- a/content/github/authenticating-to-github/about-authentication-to-github.md +++ b/content/github/authenticating-to-github/about-authentication-to-github.md @@ -1,6 +1,6 @@ --- title: About authentication to GitHub -intro: 'You can securely access your account''s resources by authenticating to {% data variables.product.product_name %}, using different credentials depending on where you authenticate.' +intro: 'You can securely access your account\'s resources by authenticating to {% data variables.product.product_name %}, using different credentials depending on where you authenticate.' versions: free-pro-team: '*' enterprise-server: '*' diff --git a/content/github/authenticating-to-github/accessing-github-using-two-factor-authentication.md b/content/github/authenticating-to-github/accessing-github-using-two-factor-authentication.md index 4310af7d7191..a2e06f05e22e 100644 --- a/content/github/authenticating-to-github/accessing-github-using-two-factor-authentication.md +++ b/content/github/authenticating-to-github/accessing-github-using-two-factor-authentication.md @@ -1,6 +1,6 @@ --- title: Accessing GitHub using two-factor authentication -intro: 'With 2FA enabled, you''ll be asked to provide your 2FA authentication code, as well as your password, when you sign in to {% data variables.product.product_name %}.' +intro: 'With 2FA enabled, you\'ll be asked to provide your 2FA authentication code, as well as your password, when you sign in to {% data variables.product.product_name %}.' redirect_from: - /articles/providing-your-2fa-security-code/ - /articles/providing-your-2fa-authentication-code/ diff --git a/content/github/authenticating-to-github/adding-a-new-gpg-key-to-your-github-account.md b/content/github/authenticating-to-github/adding-a-new-gpg-key-to-your-github-account.md index a0d8f40f837f..25beaa8472ea 100644 --- a/content/github/authenticating-to-github/adding-a-new-gpg-key-to-your-github-account.md +++ b/content/github/authenticating-to-github/adding-a-new-gpg-key-to-your-github-account.md @@ -1,6 +1,6 @@ --- title: Adding a new GPG key to your GitHub account -intro: 'To configure your {% data variables.product.product_name %} account to use your new (or existing) GPG key, you''ll also need to add it to your {% data variables.product.product_name %} account.' +intro: 'To configure your {% data variables.product.product_name %} account to use your new (or existing) GPG key, you\'ll also need to add it to your {% data variables.product.product_name %} account.' redirect_from: - /articles/adding-a-new-gpg-key-to-your-github-account versions: diff --git a/content/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account.md b/content/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account.md index 92956427aba8..23006f7b40b4 100644 --- a/content/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account.md +++ b/content/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account.md @@ -1,6 +1,6 @@ --- title: Adding a new SSH key to your GitHub account -intro: 'To configure your {% data variables.product.product_name %} account to use your new (or existing) SSH key, you''ll also need to add it to your {% data variables.product.product_name %} account.' +intro: 'To configure your {% data variables.product.product_name %} account to use your new (or existing) SSH key, you\'ll also need to add it to your {% data variables.product.product_name %} account.' redirect_from: - /articles/adding-a-new-ssh-key-to-your-github-account versions: diff --git a/content/github/authenticating-to-github/authorizing-oauth-apps.md b/content/github/authenticating-to-github/authorizing-oauth-apps.md index eba3bcec9b15..2d1d77f05593 100644 --- a/content/github/authenticating-to-github/authorizing-oauth-apps.md +++ b/content/github/authenticating-to-github/authorizing-oauth-apps.md @@ -1,6 +1,6 @@ --- title: Authorizing OAuth Apps -intro: 'You can connect your {% data variables.product.product_name %} identity to third-party applications using OAuth. When authorizing an {% data variables.product.prodname_oauth_app %}, you should ensure you trust the application, review who it''s developed by, and review the kinds of information the application wants to access.' +intro: 'You can connect your {% data variables.product.product_name %} identity to third-party applications using OAuth. When authorizing an {% data variables.product.prodname_oauth_app %}, you should ensure you trust the application, review who it\'s developed by, and review the kinds of information the application wants to access.' redirect_from: - /articles/authorizing-oauth-apps versions: diff --git a/content/github/authenticating-to-github/connecting-with-third-party-applications.md b/content/github/authenticating-to-github/connecting-with-third-party-applications.md index 15b7c3bc35b4..f173c7f2694a 100644 --- a/content/github/authenticating-to-github/connecting-with-third-party-applications.md +++ b/content/github/authenticating-to-github/connecting-with-third-party-applications.md @@ -1,6 +1,6 @@ --- title: Connecting with third-party applications -intro: 'You can connect your {% data variables.product.product_name %} identity to third-party applications using OAuth. When authorizing one of these applications, you should ensure you trust the application, review who it''s developed by, and review the kinds of information the application wants to access.' +intro: 'You can connect your {% data variables.product.product_name %} identity to third-party applications using OAuth. When authorizing one of these applications, you should ensure you trust the application, review who it\'s developed by, and review the kinds of information the application wants to access.' redirect_from: - /articles/connecting-with-third-party-applications versions: diff --git a/content/github/authenticating-to-github/deleted-or-missing-ssh-keys.md b/content/github/authenticating-to-github/deleted-or-missing-ssh-keys.md index a815793bf9cd..0828e17004bf 100644 --- a/content/github/authenticating-to-github/deleted-or-missing-ssh-keys.md +++ b/content/github/authenticating-to-github/deleted-or-missing-ssh-keys.md @@ -1,6 +1,6 @@ --- title: Deleted or missing SSH keys -intro: 'As a security precaution, {% data variables.product.prodname_dotcom %} automatically deletes SSH keys that haven''t been used in a year.' +intro: 'As a security precaution, {% data variables.product.prodname_dotcom %} automatically deletes SSH keys that haven\'t been used in a year.' redirect_from: - /articles/deleted-or-missing-ssh-keys versions: diff --git a/content/github/authenticating-to-github/error-key-already-in-use.md b/content/github/authenticating-to-github/error-key-already-in-use.md index e26e44ea86ee..5201f8b289cc 100644 --- a/content/github/authenticating-to-github/error-key-already-in-use.md +++ b/content/github/authenticating-to-github/error-key-already-in-use.md @@ -1,6 +1,6 @@ --- title: 'Error: Key already in use' -intro: 'This error occurs when you try to [add a key](/articles/adding-a-new-ssh-key-to-your-github-account) that''s already been added to another account or repository.' +intro: 'This error occurs when you try to [add a key](/articles/adding-a-new-ssh-key-to-your-github-account) that\'s already been added to another account or repository.' redirect_from: - /articles/error-key-already-in-use versions: diff --git a/content/github/authenticating-to-github/error-ssl-certificate-problem-verify-that-the-ca-cert-is-ok.md b/content/github/authenticating-to-github/error-ssl-certificate-problem-verify-that-the-ca-cert-is-ok.md index 1c844c383800..9ceeba47d792 100644 --- a/content/github/authenticating-to-github/error-ssl-certificate-problem-verify-that-the-ca-cert-is-ok.md +++ b/content/github/authenticating-to-github/error-ssl-certificate-problem-verify-that-the-ca-cert-is-ok.md @@ -1,6 +1,6 @@ --- title: 'Error: SSL certificate problem, verify that the CA cert is OK' -intro: 'This error means your CA root certificate is out of date. If your CA root certificate needs to be updated, you won''t be able to push or pull from {% data variables.product.product_name %} repositories.' +intro: 'This error means your CA root certificate is out of date. If your CA root certificate needs to be updated, you won\'t be able to push or pull from {% data variables.product.product_name %} repositories.' redirect_from: - /articles/error-ssl-certificate-problem-verify-that-the-ca-cert-is-ok versions: diff --git a/content/github/authenticating-to-github/error-were-doing-an-ssh-key-audit.md b/content/github/authenticating-to-github/error-were-doing-an-ssh-key-audit.md index 2a2016ae6c0c..b9ec3aee3da6 100644 --- a/content/github/authenticating-to-github/error-were-doing-an-ssh-key-audit.md +++ b/content/github/authenticating-to-github/error-were-doing-an-ssh-key-audit.md @@ -1,5 +1,5 @@ --- -title: 'Error: We''re doing an SSH key audit' +title: 'Error: We\'re doing an SSH key audit' intro: This error means the SSH key you're using to perform a Git operation is unverified. redirect_from: - /articles/error-we-re-doing-an-ssh-key-audit diff --git a/content/github/authenticating-to-github/generating-a-new-gpg-key.md b/content/github/authenticating-to-github/generating-a-new-gpg-key.md index 524cf1a11dbd..3d74993ec5c2 100644 --- a/content/github/authenticating-to-github/generating-a-new-gpg-key.md +++ b/content/github/authenticating-to-github/generating-a-new-gpg-key.md @@ -1,6 +1,6 @@ --- title: Generating a new GPG key -intro: 'If you don''t have an existing GPG key, you can generate a new GPG key to use for signing commits and tags.' +intro: 'If you don\'t have an existing GPG key, you can generate a new GPG key to use for signing commits and tags.' redirect_from: - /articles/generating-a-new-gpg-key versions: diff --git a/content/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md b/content/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md index 5997d0816d0a..d76b598a9041 100644 --- a/content/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md +++ b/content/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md @@ -1,6 +1,6 @@ --- 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.' +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/ diff --git a/content/github/authenticating-to-github/preventing-unauthorized-access.md b/content/github/authenticating-to-github/preventing-unauthorized-access.md index 79c9518fac9f..aa3091d195d1 100644 --- a/content/github/authenticating-to-github/preventing-unauthorized-access.md +++ b/content/github/authenticating-to-github/preventing-unauthorized-access.md @@ -1,6 +1,6 @@ --- title: Preventing unauthorized access -intro: 'You may be alerted to a security incident in the media, such as the discovery of the [Heartbleed bug](http://heartbleed.com/), or your computer could be stolen while you''re signed in to {% data variables.product.product_location %}. In such cases, changing your password prevents any unintended future access to your account and projects.' +intro: 'You may be alerted to a security incident in the media, such as the discovery of the [Heartbleed bug](http://heartbleed.com/), or your computer could be stolen while you\'re signed in to {% data variables.product.product_location %}. In such cases, changing your password prevents any unintended future access to your account and projects.' redirect_from: - /articles/preventing-unauthorized-access versions: diff --git a/content/github/authenticating-to-github/recovering-your-ssh-key-passphrase.md b/content/github/authenticating-to-github/recovering-your-ssh-key-passphrase.md index 3bb14b222896..44c89b13a518 100644 --- a/content/github/authenticating-to-github/recovering-your-ssh-key-passphrase.md +++ b/content/github/authenticating-to-github/recovering-your-ssh-key-passphrase.md @@ -1,6 +1,6 @@ --- 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.' +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/ diff --git a/content/github/authenticating-to-github/removing-sensitive-data-from-a-repository.md b/content/github/authenticating-to-github/removing-sensitive-data-from-a-repository.md index fd21c1010821..e01e14bbabf0 100644 --- a/content/github/authenticating-to-github/removing-sensitive-data-from-a-repository.md +++ b/content/github/authenticating-to-github/removing-sensitive-data-from-a-repository.md @@ -1,6 +1,6 @@ --- title: Removing sensitive data from a repository -intro: 'If you commit sensitive data, such as a password or SSH key into a Git repository, you can remove it from the history. To entirely remove unwanted files from a repository''s history you can use either the `git filter-branch` command or the BFG Repo-Cleaner open source tool.' +intro: 'If you commit sensitive data, such as a password or SSH key into a Git repository, you can remove it from the history. To entirely remove unwanted files from a repository\'s history you can use either the `git filter-branch` command or the BFG Repo-Cleaner open source tool.' redirect_from: - /remove-sensitive-data/ - /removing-sensitive-data/ diff --git a/content/github/authenticating-to-github/telling-git-about-your-signing-key.md b/content/github/authenticating-to-github/telling-git-about-your-signing-key.md index 0c77fd081e33..6f1da7be9a1b 100644 --- a/content/github/authenticating-to-github/telling-git-about-your-signing-key.md +++ b/content/github/authenticating-to-github/telling-git-about-your-signing-key.md @@ -1,6 +1,6 @@ --- title: Telling Git about your signing key -intro: 'To sign commits locally, you need to inform Git that there''s a GPG{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.14" %} or X.509{% endif %} key you''d like to use.' +intro: 'To sign commits locally, you need to inform Git that there\'s a GPG{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.14" %} or X.509{% endif %} key you\'d like to use.' redirect_from: - /articles/telling-git-about-your-gpg-key/ - /articles/telling-git-about-your-signing-key diff --git a/content/github/authenticating-to-github/testing-your-ssh-connection.md b/content/github/authenticating-to-github/testing-your-ssh-connection.md index a1b650233776..4ff070ba176c 100644 --- a/content/github/authenticating-to-github/testing-your-ssh-connection.md +++ b/content/github/authenticating-to-github/testing-your-ssh-connection.md @@ -1,6 +1,6 @@ --- title: Testing your SSH connection -intro: 'After you''ve set up your SSH key and added it to your {% data variables.product.product_name %} account, you can test your connection.' +intro: 'After you\'ve set up your SSH key and added it to your {% data variables.product.product_name %} account, you can test your connection.' redirect_from: - /articles/testing-your-ssh-connection versions: diff --git a/content/github/authenticating-to-github/using-a-verified-email-address-in-your-gpg-key.md b/content/github/authenticating-to-github/using-a-verified-email-address-in-your-gpg-key.md index bd27424d835c..6e1088109a22 100644 --- a/content/github/authenticating-to-github/using-a-verified-email-address-in-your-gpg-key.md +++ b/content/github/authenticating-to-github/using-a-verified-email-address-in-your-gpg-key.md @@ -1,6 +1,6 @@ --- title: Using a verified email address in your GPG key -intro: 'When verifying a signature, {% data variables.product.product_name %} checks that the committer or tagger email address matches an email address from the GPG key''s identities and is a verified email address on the user''s account. This ensures that the key belongs to you and that you created the commit or tag.' +intro: 'When verifying a signature, {% data variables.product.product_name %} checks that the committer or tagger email address matches an email address from the GPG key\'s identities and is a verified email address on the user\'s account. This ensures that the key belongs to you and that you created the commit or tag.' redirect_from: - /articles/using-a-verified-email-address-in-your-gpg-key versions: diff --git a/content/github/building-a-strong-community/about-issue-and-pull-request-templates.md b/content/github/building-a-strong-community/about-issue-and-pull-request-templates.md index 72da39e4d2d7..3406ad9bca6e 100644 --- a/content/github/building-a-strong-community/about-issue-and-pull-request-templates.md +++ b/content/github/building-a-strong-community/about-issue-and-pull-request-templates.md @@ -1,6 +1,6 @@ --- title: About issue and pull request templates -intro: 'With issue and pull request templates, you can customize and standardize the information you''d like contributors to include when they open issues and pull requests in your repository.' +intro: 'With issue and pull request templates, you can customize and standardize the information you\'d like contributors to include when they open issues and pull requests in your repository.' redirect_from: - /articles/about-issue-and-pull-request-templates versions: diff --git a/content/github/building-a-strong-community/about-team-discussions.md b/content/github/building-a-strong-community/about-team-discussions.md index 5f0eb86e2937..2739cdd69f55 100644 --- a/content/github/building-a-strong-community/about-team-discussions.md +++ b/content/github/building-a-strong-community/about-team-discussions.md @@ -1,6 +1,6 @@ --- title: About team discussions -intro: 'Your team can plan together, update one another, or talk about any topic you''d like in discussion posts on your team''s page in an organization.' +intro: 'Your team can plan together, update one another, or talk about any topic you\'d like in discussion posts on your team\'s page in an organization.' redirect_from: - /articles/about-team-discussions versions: diff --git a/content/github/building-a-strong-community/changing-access-permissions-for-wikis.md b/content/github/building-a-strong-community/changing-access-permissions-for-wikis.md index a6d5f9d90779..f0fd2048f608 100644 --- a/content/github/building-a-strong-community/changing-access-permissions-for-wikis.md +++ b/content/github/building-a-strong-community/changing-access-permissions-for-wikis.md @@ -1,6 +1,6 @@ --- title: Changing access permissions for wikis -intro: 'Only repository collaborators can edit a public repository''s wiki by default, but you can allow anyone with a {% data variables.product.product_name %} account to edit your wiki.' +intro: 'Only repository collaborators can edit a public repository\'s wiki by default, but you can allow anyone with a {% data variables.product.product_name %} account to edit your wiki.' product: '{% data reusables.gated-features.wikis %}' redirect_from: - /articles/changing-access-permissions-for-wikis diff --git a/content/github/building-a-strong-community/creating-a-pull-request-template-for-your-repository.md b/content/github/building-a-strong-community/creating-a-pull-request-template-for-your-repository.md index df8b539e61fe..3c5e933e51ba 100644 --- a/content/github/building-a-strong-community/creating-a-pull-request-template-for-your-repository.md +++ b/content/github/building-a-strong-community/creating-a-pull-request-template-for-your-repository.md @@ -1,6 +1,6 @@ --- title: Creating a pull request template for your repository -intro: 'When you add a pull request template to your repository, project contributors will automatically see the template''s contents in the pull request body.' +intro: 'When you add a pull request template to your repository, project contributors will automatically see the template\'s contents in the pull request body.' redirect_from: - /articles/creating-a-pull-request-template-for-your-repository versions: diff --git a/content/github/building-a-strong-community/editing-or-deleting-a-team-discussion.md b/content/github/building-a-strong-community/editing-or-deleting-a-team-discussion.md index e01537057f36..34b109dffde7 100644 --- a/content/github/building-a-strong-community/editing-or-deleting-a-team-discussion.md +++ b/content/github/building-a-strong-community/editing-or-deleting-a-team-discussion.md @@ -1,6 +1,6 @@ --- title: Editing or deleting a team discussion -intro: 'Organization members can edit or delete discussions on a team''s page. If you''re an organization member, you can edit or delete the discussion.' +intro: 'Organization members can edit or delete discussions on a team\'s page. If you\'re an organization member, you can edit or delete the discussion.' redirect_from: - /articles/editing-or-deleting-a-team-discussion versions: diff --git a/content/github/building-a-strong-community/limiting-interactions-in-your-organization.md b/content/github/building-a-strong-community/limiting-interactions-in-your-organization.md index f820de44a599..4537ab547387 100644 --- a/content/github/building-a-strong-community/limiting-interactions-in-your-organization.md +++ b/content/github/building-a-strong-community/limiting-interactions-in-your-organization.md @@ -1,6 +1,6 @@ --- title: Limiting interactions in your organization -intro: 'Organization owners can temporarily restrict certain users from commenting, opening issues, or creating pull requests in the organization''s public repositories to enforce a period of limited activity.' +intro: 'Organization owners can temporarily restrict certain users from commenting, opening issues, or creating pull requests in the organization\'s public repositories to enforce a period of limited activity.' redirect_from: - /github/setting-up-and-managing-organizations-and-teams/limiting-interactions-in-your-organization - /articles/limiting-interactions-in-your-organization diff --git a/content/github/building-a-strong-community/manually-creating-a-single-issue-template-for-your-repository.md b/content/github/building-a-strong-community/manually-creating-a-single-issue-template-for-your-repository.md index ff57ebed423f..97e904fe28c9 100644 --- a/content/github/building-a-strong-community/manually-creating-a-single-issue-template-for-your-repository.md +++ b/content/github/building-a-strong-community/manually-creating-a-single-issue-template-for-your-repository.md @@ -1,6 +1,6 @@ --- title: Manually creating a single issue template for your repository -intro: 'When you add a manually-created issue template to your repository, project contributors will automatically see the template''s contents in the issue body.' +intro: 'When you add a manually-created issue template to your repository, project contributors will automatically see the template\'s contents in the issue body.' redirect_from: - /articles/creating-an-issue-template-for-your-repository/ - /articles/manually-creating-a-single-issue-template-for-your-repository diff --git a/content/github/building-a-strong-community/moderating-comments-and-conversations.md b/content/github/building-a-strong-community/moderating-comments-and-conversations.md index c3baa99c569a..2e9f908cf835 100644 --- a/content/github/building-a-strong-community/moderating-comments-and-conversations.md +++ b/content/github/building-a-strong-community/moderating-comments-and-conversations.md @@ -1,6 +1,6 @@ --- title: Moderating comments and conversations -intro: 'Moderating conversations creates a welcoming community for all contributors to your project by promoting healthy collaboration and de-escalating conflict. You can apply your community''s code of conduct to discussions by viewing reported content, editing and deleting comments, and locking conversations.' +intro: 'Moderating conversations creates a welcoming community for all contributors to your project by promoting healthy collaboration and de-escalating conflict. You can apply your community\'s code of conduct to discussions by viewing reported content, editing and deleting comments, and locking conversations.' mapTopic: true redirect_from: - /articles/moderating-comments-and-conversations diff --git a/content/github/building-a-strong-community/pinning-a-team-discussion.md b/content/github/building-a-strong-community/pinning-a-team-discussion.md index f2c944fd89e5..49100a2e604c 100644 --- a/content/github/building-a-strong-community/pinning-a-team-discussion.md +++ b/content/github/building-a-strong-community/pinning-a-team-discussion.md @@ -1,6 +1,6 @@ --- title: Pinning a team discussion -intro: 'You can pin important discussions to your organization''s team pages for easy reference, and unpin discussions that are no longer relevant.' +intro: 'You can pin important discussions to your organization\'s team pages for easy reference, and unpin discussions that are no longer relevant.' redirect_from: - /articles/pinning-a-team-discussion versions: diff --git a/content/github/building-a-strong-community/unblocking-a-user-from-your-organization.md b/content/github/building-a-strong-community/unblocking-a-user-from-your-organization.md index 616b7024246b..3edaf288654f 100644 --- a/content/github/building-a-strong-community/unblocking-a-user-from-your-organization.md +++ b/content/github/building-a-strong-community/unblocking-a-user-from-your-organization.md @@ -1,6 +1,6 @@ --- title: Unblocking a user from your organization -intro: 'Organization owners can unblock a user who was previously blocked, restoring their access to the organization''s repositories.' +intro: 'Organization owners can unblock a user who was previously blocked, restoring their access to the organization\'s repositories.' redirect_from: - /articles/unblocking-a-user-from-your-organization versions: diff --git a/content/github/building-a-strong-community/unblocking-a-user-from-your-personal-account.md b/content/github/building-a-strong-community/unblocking-a-user-from-your-personal-account.md index f62dd1c2acbb..18e12c8b1d73 100644 --- a/content/github/building-a-strong-community/unblocking-a-user-from-your-personal-account.md +++ b/content/github/building-a-strong-community/unblocking-a-user-from-your-personal-account.md @@ -1,6 +1,6 @@ --- title: Unblocking a user from your personal account -intro: 'If you''ve mended fences with a {% data variables.product.prodname_dotcom %} user you''ve blocked, you can unblock their account.' +intro: 'If you\'ve mended fences with a {% data variables.product.prodname_dotcom %} user you\'ve blocked, you can unblock their account.' redirect_from: - /articles/unblocking-a-user-from-your-personal-account versions: diff --git a/content/github/collaborating-with-issues-and-pull-requests/about-pull-requests.md b/content/github/collaborating-with-issues-and-pull-requests/about-pull-requests.md index 0345e2af7d9e..3013ab6f33bb 100644 --- a/content/github/collaborating-with-issues-and-pull-requests/about-pull-requests.md +++ b/content/github/collaborating-with-issues-and-pull-requests/about-pull-requests.md @@ -1,6 +1,6 @@ --- title: About pull requests -intro: 'Pull requests let you tell others about changes you''ve pushed to a branch in a repository on {% data variables.product.product_name %}. Once a pull request is opened, you can discuss and review the potential changes with collaborators and add follow-up commits before your changes are merged into the base branch.' +intro: 'Pull requests let you tell others about changes you\'ve pushed to a branch in a repository on {% data variables.product.product_name %}. Once a pull request is opened, you can discuss and review the potential changes with collaborators and add follow-up commits before your changes are merged into the base branch.' redirect_from: - /articles/using-pull-requests/ - /articles/about-pull-requests diff --git a/content/github/collaborating-with-issues-and-pull-requests/addressing-merge-conflicts.md b/content/github/collaborating-with-issues-and-pull-requests/addressing-merge-conflicts.md index 4796d0c19943..86c7503fcf47 100644 --- a/content/github/collaborating-with-issues-and-pull-requests/addressing-merge-conflicts.md +++ b/content/github/collaborating-with-issues-and-pull-requests/addressing-merge-conflicts.md @@ -1,6 +1,6 @@ --- title: Addressing merge conflicts -intro: 'If your changes have merge conflicts with the base branch, you must address the merge conflicts before you can merge your pull request''s changes.' +intro: 'If your changes have merge conflicts with the base branch, you must address the merge conflicts before you can merge your pull request\'s changes.' mapTopic: true redirect_from: - /articles/addressing-merge-conflicts diff --git a/content/github/collaborating-with-issues-and-pull-requests/allowing-changes-to-a-pull-request-branch-created-from-a-fork.md b/content/github/collaborating-with-issues-and-pull-requests/allowing-changes-to-a-pull-request-branch-created-from-a-fork.md index 027319e06f19..e6b560bf370f 100644 --- a/content/github/collaborating-with-issues-and-pull-requests/allowing-changes-to-a-pull-request-branch-created-from-a-fork.md +++ b/content/github/collaborating-with-issues-and-pull-requests/allowing-changes-to-a-pull-request-branch-created-from-a-fork.md @@ -1,6 +1,6 @@ --- title: Allowing changes to a pull request branch created from a fork -intro: 'For greater collaboration, you can allow commits on branches you''ve created from forks owned by your user account.' +intro: 'For greater collaboration, you can allow commits on branches you\'ve created from forks owned by your user account.' redirect_from: - /articles/allowing-changes-to-a-pull-request-branch-created-from-a-fork permissions: People with push access to the upstream repository of a fork owned by a user account can commit to the forked branches. diff --git a/content/github/collaborating-with-issues-and-pull-requests/merging-an-upstream-repository-into-your-fork.md b/content/github/collaborating-with-issues-and-pull-requests/merging-an-upstream-repository-into-your-fork.md index 52c1a63c1a13..4444f4aa499a 100644 --- a/content/github/collaborating-with-issues-and-pull-requests/merging-an-upstream-repository-into-your-fork.md +++ b/content/github/collaborating-with-issues-and-pull-requests/merging-an-upstream-repository-into-your-fork.md @@ -1,6 +1,6 @@ --- title: Merging an upstream repository into your fork -intro: 'If you don''t have push (write) access to an upstream repository, then you can pull commits from that repository into your own fork.' +intro: 'If you don\'t have push (write) access to an upstream repository, then you can pull commits from that repository into your own fork.' redirect_from: - /articles/merging-an-upstream-repository-into-your-fork versions: diff --git a/content/github/collaborating-with-issues-and-pull-requests/requesting-a-pull-request-review.md b/content/github/collaborating-with-issues-and-pull-requests/requesting-a-pull-request-review.md index 57272d628c4c..30ba7b91f63c 100644 --- a/content/github/collaborating-with-issues-and-pull-requests/requesting-a-pull-request-review.md +++ b/content/github/collaborating-with-issues-and-pull-requests/requesting-a-pull-request-review.md @@ -1,6 +1,6 @@ --- title: Requesting a pull request review -intro: 'After you create a pull request, you can ask a specific person to review the changes you''ve proposed. If you''re an organization member, you can also request a specific team to review your changes.' +intro: 'After you create a pull request, you can ask a specific person to review the changes you\'ve proposed. If you\'re an organization member, you can also request a specific team to review your changes.' redirect_from: - /articles/requesting-a-pull-request-review versions: diff --git a/content/github/committing-changes-to-your-project/creating-a-commit-on-behalf-of-an-organization.md b/content/github/committing-changes-to-your-project/creating-a-commit-on-behalf-of-an-organization.md index a84bef98b1c3..7c8b4816bf17 100644 --- a/content/github/committing-changes-to-your-project/creating-a-commit-on-behalf-of-an-organization.md +++ b/content/github/committing-changes-to-your-project/creating-a-commit-on-behalf-of-an-organization.md @@ -1,6 +1,6 @@ --- title: Creating a commit on behalf of an organization -intro: 'You can create commits on behalf of an organization by adding a trailer to the commit''s message. Commits attributed to an organization include an `on-behalf-of` badge on {% data variables.product.product_name %}.' +intro: 'You can create commits on behalf of an organization by adding a trailer to the commit\'s message. Commits attributed to an organization include an `on-behalf-of` badge on {% data variables.product.product_name %}.' redirect_from: - /articles/creating-a-commit-on-behalf-of-an-organization versions: diff --git a/content/github/committing-changes-to-your-project/creating-a-commit-with-multiple-authors.md b/content/github/committing-changes-to-your-project/creating-a-commit-with-multiple-authors.md index 7176500a25ca..a1c970780017 100644 --- a/content/github/committing-changes-to-your-project/creating-a-commit-with-multiple-authors.md +++ b/content/github/committing-changes-to-your-project/creating-a-commit-with-multiple-authors.md @@ -1,6 +1,6 @@ --- title: Creating a commit with multiple authors -intro: 'You can attribute a commit to more than one author by adding one or more `Co-authored-by` trailers to the commit''s message. Co-authored commits are visible on {% data variables.product.product_name %}{% if enterpriseServerVersions contains currentVersion %} and can be included in the profile contributions graph and the repository''s statistics{% endif %}.' +intro: 'You can attribute a commit to more than one author by adding one or more `Co-authored-by` trailers to the commit\'s message. Co-authored commits are visible on {% data variables.product.product_name %}{% if enterpriseServerVersions contains currentVersion %} and can be included in the profile contributions graph and the repository\'s statistics{% endif %}.' redirect_from: - /articles/creating-a-commit-with-multiple-authors versions: diff --git a/content/github/creating-cloning-and-archiving-repositories/about-repository-visibility.md b/content/github/creating-cloning-and-archiving-repositories/about-repository-visibility.md index 8eae27e8aec4..41993228eca2 100644 --- a/content/github/creating-cloning-and-archiving-repositories/about-repository-visibility.md +++ b/content/github/creating-cloning-and-archiving-repositories/about-repository-visibility.md @@ -1,6 +1,6 @@ --- title: About repository visibility -intro: 'You can restrict who has access to a repository by choosing a repository''s visibility: {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}public, internal, or private{% else %} public or private{% endif %}.' +intro: 'You can restrict who has access to a repository by choosing a repository\'s visibility: {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}public, internal, or private{% else %} public or private{% endif %}.' versions: free-pro-team: '*' enterprise-server: '*' diff --git a/content/github/creating-cloning-and-archiving-repositories/https-cloning-errors.md b/content/github/creating-cloning-and-archiving-repositories/https-cloning-errors.md index c9b89a3790ec..9a60b49f8ab6 100644 --- a/content/github/creating-cloning-and-archiving-repositories/https-cloning-errors.md +++ b/content/github/creating-cloning-and-archiving-repositories/https-cloning-errors.md @@ -1,6 +1,6 @@ --- title: HTTPS cloning errors -intro: 'There are a few common errors when using HTTPS with Git. These errors usually indicate you have an old version of Git, or you don''t have access to the repository.' +intro: 'There are a few common errors when using HTTPS with Git. These errors usually indicate you have an old version of Git, or you don\'t have access to the repository.' redirect_from: - /articles/error-the-requested-url-returned-error-403/ - /articles/error-the-requested-url-returned-error-401/ diff --git a/content/github/creating-cloning-and-archiving-repositories/licensing-a-repository.md b/content/github/creating-cloning-and-archiving-repositories/licensing-a-repository.md index 1e702964b182..713d6db3b00a 100644 --- a/content/github/creating-cloning-and-archiving-repositories/licensing-a-repository.md +++ b/content/github/creating-cloning-and-archiving-repositories/licensing-a-repository.md @@ -1,6 +1,6 @@ --- 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.' +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/licensing-a-repository diff --git a/content/github/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace.md b/content/github/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace.md index 0c41e31762d2..4e8674efd8f6 100644 --- a/content/github/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace.md +++ b/content/github/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace.md @@ -1,6 +1,6 @@ --- title: Purchasing and installing apps in GitHub Marketplace -intro: '{% data variables.product.prodname_marketplace %} includes apps with free and paid pricing plans. When you find a paid app you''d like to use for your personal account or organization, you can purchase and install the app using your existing billing information.' +intro: '{% data variables.product.prodname_marketplace %} includes apps with free and paid pricing plans. When you find a paid app you\'d like to use for your personal account or organization, you can purchase and install the app using your existing billing information.' mapTopic: true redirect_from: - /articles/purchasing-and-installing-apps-in-github-marketplace diff --git a/content/github/developing-online-with-codespaces/developing-in-a-codespace.md b/content/github/developing-online-with-codespaces/developing-in-a-codespace.md index a9df2f093fa8..5bde707b18b6 100644 --- a/content/github/developing-online-with-codespaces/developing-in-a-codespace.md +++ b/content/github/developing-online-with-codespaces/developing-in-a-codespace.md @@ -1,6 +1,6 @@ --- title: Developing in a codespace -intro: 'You can open a codespace on {% data variables.product.product_name %}, then develop using {% data variables.product.prodname_vscode %}''s features.' +intro: 'You can open a codespace on {% data variables.product.product_name %}, then develop using {% data variables.product.prodname_vscode %}\'s features.' product: '{% data reusables.gated-features.codespaces %}' permissions: Anyone can develop in a codespace owned by their user account. redirect_from: diff --git a/content/github/finding-security-vulnerabilities-and-errors-in-your-code/automatically-scanning-your-code-for-vulnerabilities-and-errors.md b/content/github/finding-security-vulnerabilities-and-errors-in-your-code/automatically-scanning-your-code-for-vulnerabilities-and-errors.md index 2f126e4f1c23..a1039aea6d6c 100644 --- a/content/github/finding-security-vulnerabilities-and-errors-in-your-code/automatically-scanning-your-code-for-vulnerabilities-and-errors.md +++ b/content/github/finding-security-vulnerabilities-and-errors-in-your-code/automatically-scanning-your-code-for-vulnerabilities-and-errors.md @@ -1,7 +1,7 @@ --- title: Automatically scanning your code for vulnerabilities and errors shortTitle: Scanning automatically -intro: 'You can find vulnerabilities and errors in your project''s code on {% data variables.product.prodname_dotcom %}, as well as view, triage, understand, and resolve the related {% data variables.product.prodname_code_scanning %} alerts.' +intro: 'You can find vulnerabilities and errors in your project\'s code on {% data variables.product.prodname_dotcom %}, as well as view, triage, understand, and resolve the related {% data variables.product.prodname_code_scanning %} alerts.' mapTopic: true product: '{% data reusables.gated-features.code-scanning %}' versions: diff --git a/content/github/finding-security-vulnerabilities-and-errors-in-your-code/enabling-code-scanning-for-a-repository.md b/content/github/finding-security-vulnerabilities-and-errors-in-your-code/enabling-code-scanning-for-a-repository.md index d44cd2e445b5..cffd6bc481bb 100644 --- a/content/github/finding-security-vulnerabilities-and-errors-in-your-code/enabling-code-scanning-for-a-repository.md +++ b/content/github/finding-security-vulnerabilities-and-errors-in-your-code/enabling-code-scanning-for-a-repository.md @@ -1,7 +1,7 @@ --- title: Enabling code scanning for a repository shortTitle: Enabling code scanning -intro: 'You can enable {% data variables.product.prodname_code_scanning %} for your project''s repository.' +intro: 'You can enable {% data variables.product.prodname_code_scanning %} for your project\'s repository.' product: '{% data reusables.gated-features.code-scanning %}' permissions: 'If you have write permissions to a repository, you can enable {% data variables.product.prodname_code_scanning %} for that repository.' redirect_from: diff --git a/content/github/finding-security-vulnerabilities-and-errors-in-your-code/managing-code-scanning-alerts-for-your-repository.md b/content/github/finding-security-vulnerabilities-and-errors-in-your-code/managing-code-scanning-alerts-for-your-repository.md index 4dd31e54ebf4..53d3ba853e77 100644 --- a/content/github/finding-security-vulnerabilities-and-errors-in-your-code/managing-code-scanning-alerts-for-your-repository.md +++ b/content/github/finding-security-vulnerabilities-and-errors-in-your-code/managing-code-scanning-alerts-for-your-repository.md @@ -1,7 +1,7 @@ --- title: Managing code scanning alerts for your repository shortTitle: Managing alerts -intro: 'You can view, fix, {% if currentVersion == "enterprise-server@2.22" %}or close{% else %}dismiss, or delete{% endif %} alerts for potential vulnerabilities or errors in your project''s code.' +intro: 'You can view, fix, {% if currentVersion == "enterprise-server@2.22" %}or close{% else %}dismiss, or delete{% endif %} alerts for potential vulnerabilities or errors in your project\'s code.' product: '{% data reusables.gated-features.code-scanning %}' permissions: 'If you have write permission to a repository you can manage {% data variables.product.prodname_code_scanning %} alerts for that repository.' versions: diff --git a/content/github/finding-security-vulnerabilities-and-errors-in-your-code/sarif-support-for-code-scanning.md b/content/github/finding-security-vulnerabilities-and-errors-in-your-code/sarif-support-for-code-scanning.md index b43bd29294a5..30ddf63e3fc4 100644 --- a/content/github/finding-security-vulnerabilities-and-errors-in-your-code/sarif-support-for-code-scanning.md +++ b/content/github/finding-security-vulnerabilities-and-errors-in-your-code/sarif-support-for-code-scanning.md @@ -1,7 +1,7 @@ --- title: SARIF support for code scanning shortTitle: SARIF support -intro: 'To display results from a third-party static analysis tool in your repository on {% data variables.product.prodname_dotcom %}, you''ll need your results stored in a SARIF file that supports a specific subset of the SARIF 2.1.0 JSON schema for {% data variables.product.prodname_code_scanning %}. If you use the default {% data variables.product.prodname_codeql %} static analysis engine, then your results will display in your repository on {% data variables.product.prodname_dotcom %} automatically.' +intro: 'To display results from a third-party static analysis tool in your repository on {% data variables.product.prodname_dotcom %}, you\'ll need your results stored in a SARIF file that supports a specific subset of the SARIF 2.1.0 JSON schema for {% data variables.product.prodname_code_scanning %}. If you use the default {% data variables.product.prodname_codeql %} static analysis engine, then your results will display in your repository on {% data variables.product.prodname_dotcom %} automatically.' product: '{% data reusables.gated-features.code-scanning %}' redirect_from: - /github/finding-security-vulnerabilities-and-errors-in-your-code/about-sarif-support-for-code-scanning diff --git a/content/github/finding-security-vulnerabilities-and-errors-in-your-code/troubleshooting-codeql-code-scanning-in-your-ci-system.md b/content/github/finding-security-vulnerabilities-and-errors-in-your-code/troubleshooting-codeql-code-scanning-in-your-ci-system.md index 9ea1c457d6f5..e6c2e6077f58 100644 --- a/content/github/finding-security-vulnerabilities-and-errors-in-your-code/troubleshooting-codeql-code-scanning-in-your-ci-system.md +++ b/content/github/finding-security-vulnerabilities-and-errors-in-your-code/troubleshooting-codeql-code-scanning-in-your-ci-system.md @@ -1,7 +1,7 @@ --- title: Troubleshooting CodeQL code scanning in your CI system shortTitle: Troubleshooting in your CI -intro: 'If you''re having problems with the {% data variables.product.prodname_codeql_runner %}, you can troubleshoot by using these tips.' +intro: 'If you\'re having problems with the {% data variables.product.prodname_codeql_runner %}, you can troubleshoot by using these tips.' product: '{% data reusables.gated-features.code-scanning %}' redirect_from: - /github/finding-security-vulnerabilities-and-errors-in-your-code/troubleshooting-code-scanning-in-your-ci-system diff --git a/content/github/finding-security-vulnerabilities-and-errors-in-your-code/troubleshooting-the-codeql-workflow.md b/content/github/finding-security-vulnerabilities-and-errors-in-your-code/troubleshooting-the-codeql-workflow.md index 9dd5a07a9074..18cc5713ff6a 100644 --- a/content/github/finding-security-vulnerabilities-and-errors-in-your-code/troubleshooting-the-codeql-workflow.md +++ b/content/github/finding-security-vulnerabilities-and-errors-in-your-code/troubleshooting-the-codeql-workflow.md @@ -1,7 +1,7 @@ --- title: Troubleshooting the CodeQL workflow shortTitle: Troubleshooting CodeQL -intro: 'If you''re having problems with {% data variables.product.prodname_code_scanning %}, you can troubleshoot by using these tips for resolving issues.' +intro: 'If you\'re having problems with {% data variables.product.prodname_code_scanning %}, you can troubleshoot by using these tips for resolving issues.' product: '{% data reusables.gated-features.code-scanning %}' redirect_from: - /github/finding-security-vulnerabilities-and-errors-in-your-code/troubleshooting-code-scanning diff --git a/content/github/getting-started-with-github/access-permissions-on-github.md b/content/github/getting-started-with-github/access-permissions-on-github.md index 614cda294151..dd4a7056c254 100644 --- a/content/github/getting-started-with-github/access-permissions-on-github.md +++ b/content/github/getting-started-with-github/access-permissions-on-github.md @@ -5,7 +5,7 @@ redirect_from: - /articles/what-are-the-different-types-of-team-permissions/ - /articles/what-are-the-different-access-permissions/ - /articles/access-permissions-on-github -intro: 'While you can grant read/write access to collaborators on a personal repository, members of an organization can have more granular access permissions for the organization''s repositories.' +intro: 'While you can grant read/write access to collaborators on a personal repository, members of an organization can have more granular access permissions for the organization\'s repositories.' versions: free-pro-team: '*' enterprise-server: '*' diff --git a/content/github/getting-started-with-github/be-social.md b/content/github/getting-started-with-github/be-social.md index 4ec38ef2713e..9ee3df7ed077 100644 --- a/content/github/getting-started-with-github/be-social.md +++ b/content/github/getting-started-with-github/be-social.md @@ -3,7 +3,7 @@ title: Be social redirect_from: - /be-social/ - /articles/be-social -intro: 'You can interact with people, repositories, and organizations on {% data variables.product.prodname_dotcom %}. See what others are working on and who they''re connecting with from your personal dashboard.' +intro: 'You can interact with people, repositories, and organizations on {% data variables.product.prodname_dotcom %}. See what others are working on and who they\'re connecting with from your personal dashboard.' versions: free-pro-team: '*' enterprise-server: '*' diff --git a/content/github/getting-started-with-github/create-a-repo.md b/content/github/getting-started-with-github/create-a-repo.md index 086e99f8d784..568d43384b5e 100644 --- a/content/github/getting-started-with-github/create-a-repo.md +++ b/content/github/getting-started-with-github/create-a-repo.md @@ -3,7 +3,7 @@ title: Create a repo redirect_from: - /create-a-repo/ - /articles/create-a-repo -intro: 'To put your project up on {% data variables.product.product_location %}, you''ll need to create a repository for it to live in.' +intro: 'To put your project up on {% data variables.product.product_location %}, you\'ll need to create a repository for it to live in.' versions: free-pro-team: '*' enterprise-server: '*' diff --git a/content/github/getting-started-with-github/index.md b/content/github/getting-started-with-github/index.md index 9a08419bdd32..1c6b342ea14a 100644 --- a/content/github/getting-started-with-github/index.md +++ b/content/github/getting-started-with-github/index.md @@ -1,7 +1,7 @@ --- title: Getting started with GitHub shortTitle: Getting started -intro: 'Learn about {% data variables.product.prodname_dotcom %}''s products, sign up for an account, and explore the {% data variables.product.prodname_dotcom %} community.' +intro: 'Learn about {% data variables.product.prodname_dotcom %}\'s products, sign up for an account, and explore the {% data variables.product.prodname_dotcom %} community.' redirect_from: - /categories/54/articles/ - /categories/bootcamp/ diff --git a/content/github/getting-started-with-github/troubleshooting-connectivity-problems.md b/content/github/getting-started-with-github/troubleshooting-connectivity-problems.md index 4249a68c657b..84ba0dda353f 100644 --- a/content/github/getting-started-with-github/troubleshooting-connectivity-problems.md +++ b/content/github/getting-started-with-github/troubleshooting-connectivity-problems.md @@ -1,6 +1,6 @@ --- title: Troubleshooting connectivity problems -intro: 'If you''re having trouble connecting to {% data variables.product.prodname_dotcom %}, you can troubleshoot your connection, then use the {% data variables.product.prodname_debug %} tool to diagnose problems.' +intro: 'If you\'re having trouble connecting to {% data variables.product.prodname_dotcom %}, you can troubleshoot your connection, then use the {% data variables.product.prodname_debug %} tool to diagnose problems.' redirect_from: - /articles/troubleshooting-connectivity-problems versions: diff --git a/content/github/managing-files-in-a-repository/adding-a-file-to-a-repository.md b/content/github/managing-files-in-a-repository/adding-a-file-to-a-repository.md index 3dc35b4b227d..ffc0fd5b16b2 100644 --- a/content/github/managing-files-in-a-repository/adding-a-file-to-a-repository.md +++ b/content/github/managing-files-in-a-repository/adding-a-file-to-a-repository.md @@ -1,6 +1,6 @@ --- title: Adding a file to a repository -intro: 'You can upload and commit an existing file to a {% data variables.product.product_name %} repository. Drag and drop a file to any directory in the file tree, or upload files from the repository''s main page.' +intro: 'You can upload and commit an existing file to a {% data variables.product.product_name %} repository. Drag and drop a file to any directory in the file tree, or upload files from the repository\'s main page.' redirect_from: - /articles/adding-a-file-to-a-repository versions: diff --git a/content/github/managing-files-in-a-repository/editing-files-in-another-users-repository.md b/content/github/managing-files-in-a-repository/editing-files-in-another-users-repository.md index 3075ff02ff9f..2471c4def32b 100644 --- a/content/github/managing-files-in-a-repository/editing-files-in-another-users-repository.md +++ b/content/github/managing-files-in-a-repository/editing-files-in-another-users-repository.md @@ -1,6 +1,6 @@ --- title: Editing files in another user's repository -intro: 'When you edit a file in another user''s repository, we''ll automatically [fork the repository](/articles/fork-a-repo) and [open a pull request](/articles/creating-a-pull-request) for you.' +intro: 'When you edit a file in another user\'s repository, we\'ll automatically [fork the repository](/articles/fork-a-repo) and [open a pull request](/articles/creating-a-pull-request) for you.' redirect_from: - /articles/editing-files-in-another-users-repository/ - /articles/editing-files-in-another-user-s-repository diff --git a/content/github/managing-files-in-a-repository/moving-a-file-to-a-new-location.md b/content/github/managing-files-in-a-repository/moving-a-file-to-a-new-location.md index b78e58dd1f6c..d506d06b70ef 100644 --- a/content/github/managing-files-in-a-repository/moving-a-file-to-a-new-location.md +++ b/content/github/managing-files-in-a-repository/moving-a-file-to-a-new-location.md @@ -1,6 +1,6 @@ --- title: Moving a file to a new location -intro: 'When editing a file, you can choose to move it anywhere within your repository, even if the directory doesn''t exist.' +intro: 'When editing a file, you can choose to move it anywhere within your repository, even if the directory doesn\'t exist.' redirect_from: - /articles/moving-a-file-to-a-new-location versions: diff --git a/content/github/managing-large-files/collaboration-with-git-large-file-storage.md b/content/github/managing-large-files/collaboration-with-git-large-file-storage.md index e2ad6093dc2f..fcc6f784000f 100644 --- a/content/github/managing-large-files/collaboration-with-git-large-file-storage.md +++ b/content/github/managing-large-files/collaboration-with-git-large-file-storage.md @@ -1,6 +1,6 @@ --- title: Collaboration with Git Large File Storage -intro: 'With {% data variables.large_files.product_name_short %} enabled, you''ll be able to fetch, modify, and push large files just as you would expect with any file that Git manages. However, a user that doesn''t have {% data variables.large_files.product_name_short %} will experience a different workflow.' +intro: 'With {% data variables.large_files.product_name_short %} enabled, you\'ll be able to fetch, modify, and push large files just as you would expect with any file that Git manages. However, a user that doesn\'t have {% data variables.large_files.product_name_short %} will experience a different workflow.' redirect_from: - /articles/collaboration-with-large-file-storage/ - /articles/collaboration-with-git-large-file-storage diff --git a/content/github/managing-large-files/installing-git-large-file-storage.md b/content/github/managing-large-files/installing-git-large-file-storage.md index 1f5faeaf424d..3236d2582187 100644 --- a/content/github/managing-large-files/installing-git-large-file-storage.md +++ b/content/github/managing-large-files/installing-git-large-file-storage.md @@ -1,6 +1,6 @@ --- title: Installing Git Large File Storage -intro: 'In order to use {% data variables.large_files.product_name_short %}, you''ll need to download and install a new program that''s separate from Git.' +intro: 'In order to use {% data variables.large_files.product_name_short %}, you\'ll need to download and install a new program that\'s separate from Git.' redirect_from: - /articles/installing-large-file-storage/ - /articles/installing-git-large-file-storage diff --git a/content/github/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage.md b/content/github/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage.md index ac0d0da9d8db..a5d40a8410bd 100644 --- a/content/github/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage.md +++ b/content/github/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage.md @@ -1,6 +1,6 @@ --- title: Moving a file in your repository to Git Large File Storage -intro: 'If you''ve set up {% data variables.large_files.product_name_short %}, and you have an existing file in your repository that needs to be tracked in {% data variables.large_files.product_name_short %}, you need to first remove it from your repository.' +intro: 'If you\'ve set up {% data variables.large_files.product_name_short %}, and you have an existing file in your repository that needs to be tracked in {% data variables.large_files.product_name_short %}, you need to first remove it from your repository.' redirect_from: - /articles/moving-a-file-in-your-repository-to-git-large-file-storage versions: diff --git a/content/github/managing-large-files/removing-files-from-git-large-file-storage.md b/content/github/managing-large-files/removing-files-from-git-large-file-storage.md index 9290d04394dc..896e1dccf908 100644 --- a/content/github/managing-large-files/removing-files-from-git-large-file-storage.md +++ b/content/github/managing-large-files/removing-files-from-git-large-file-storage.md @@ -1,6 +1,6 @@ --- title: Removing files from Git Large File Storage -intro: 'If you''ve set up {% data variables.large_files.product_name_short %} for your repository, you can remove all files or a subset of files from {% data variables.large_files.product_name_short %}.' +intro: 'If you\'ve set up {% data variables.large_files.product_name_short %} for your repository, you can remove all files or a subset of files from {% data variables.large_files.product_name_short %}.' redirect_from: - /articles/removing-files-from-git-large-file-storage versions: diff --git a/content/github/managing-large-files/resolving-git-large-file-storage-upload-failures.md b/content/github/managing-large-files/resolving-git-large-file-storage-upload-failures.md index 3cbe3c445e3a..e86f037df419 100644 --- a/content/github/managing-large-files/resolving-git-large-file-storage-upload-failures.md +++ b/content/github/managing-large-files/resolving-git-large-file-storage-upload-failures.md @@ -1,6 +1,6 @@ --- title: Resolving Git Large File Storage upload failures -intro: 'If your {% data variables.large_files.product_name_short %} files didn''t upload properly, you can take several steps to troubleshoot the upload error.' +intro: 'If your {% data variables.large_files.product_name_short %} files didn\'t upload properly, you can take several steps to troubleshoot the upload error.' redirect_from: - /articles/resolving-git-large-file-storage-upload-failures versions: diff --git a/content/github/managing-security-vulnerabilities/managing-vulnerabilities-in-your-projects-dependencies.md b/content/github/managing-security-vulnerabilities/managing-vulnerabilities-in-your-projects-dependencies.md index 85d0c898bea8..e36991d6d015 100644 --- a/content/github/managing-security-vulnerabilities/managing-vulnerabilities-in-your-projects-dependencies.md +++ b/content/github/managing-security-vulnerabilities/managing-vulnerabilities-in-your-projects-dependencies.md @@ -1,6 +1,6 @@ --- title: Managing vulnerabilities in your project's dependencies -intro: 'You can track your repository''s dependencies and receive {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_alerts %}{% else %}security alerts{% endif %} when {% data variables.product.product_name %} detects vulnerable dependencies.' +intro: 'You can track your repository\'s dependencies and receive {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_alerts %}{% else %}security alerts{% endif %} when {% data variables.product.product_name %} detects vulnerable dependencies.' mapTopic: true redirect_from: - /articles/updating-your-project-s-dependencies/ diff --git a/content/github/managing-security-vulnerabilities/removing-a-collaborator-from-a-security-advisory.md b/content/github/managing-security-vulnerabilities/removing-a-collaborator-from-a-security-advisory.md index ff06ba0cb0d3..3953d50e1903 100644 --- a/content/github/managing-security-vulnerabilities/removing-a-collaborator-from-a-security-advisory.md +++ b/content/github/managing-security-vulnerabilities/removing-a-collaborator-from-a-security-advisory.md @@ -1,6 +1,6 @@ --- title: Removing a collaborator from a security advisory -intro: 'When you remove a collaborator from a security advisory, they lose read and write access to the security advisory''s discussion and metadata.' +intro: 'When you remove a collaborator from a security advisory, they lose read and write access to the security advisory\'s discussion and metadata.' versions: free-pro-team: '*' --- diff --git a/content/github/managing-subscriptions-and-notifications-on-github/about-notifications.md b/content/github/managing-subscriptions-and-notifications-on-github/about-notifications.md index 217afbb26ed9..19b3bd533524 100644 --- a/content/github/managing-subscriptions-and-notifications-on-github/about-notifications.md +++ b/content/github/managing-subscriptions-and-notifications-on-github/about-notifications.md @@ -1,6 +1,6 @@ --- title: About notifications -intro: 'Notifications provide updates about the activity on {% data variables.product.product_name %} that you''ve subscribed to. You can use the notifications inbox to customize, triage, and manage your updates.' +intro: 'Notifications provide updates about the activity on {% data variables.product.product_name %} that you\'ve subscribed to. You can use the notifications inbox to customize, triage, and manage your updates.' redirect_from: - /articles/notifications/ - /articles/about-notifications diff --git a/content/github/managing-your-work-on-github/closing-a-project-board.md b/content/github/managing-your-work-on-github/closing-a-project-board.md index 8543304b3f6a..46b9dcb29f78 100644 --- a/content/github/managing-your-work-on-github/closing-a-project-board.md +++ b/content/github/managing-your-work-on-github/closing-a-project-board.md @@ -1,6 +1,6 @@ --- title: Closing a project board -intro: 'If you''ve completed all the tasks in a project board or no longer need to use a project board, you can close the project board.' +intro: 'If you\'ve completed all the tasks in a project board or no longer need to use a project board, you can close the project board.' redirect_from: - /articles/closing-a-project/ - /articles/closing-a-project-board diff --git a/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests-by-assignees.md b/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests-by-assignees.md index 62efeb547e0b..811c6e01b952 100644 --- a/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests-by-assignees.md +++ b/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests-by-assignees.md @@ -1,6 +1,6 @@ --- title: Filtering issues and pull requests by assignees -intro: 'Once you''ve [assigned an issue or pull request to someone](/articles/assigning-issues-and-pull-requests-to-other-github-users), you can find items based on who''s working on them.' +intro: 'Once you\'ve [assigned an issue or pull request to someone](/articles/assigning-issues-and-pull-requests-to-other-github-users), you can find items based on who\'s working on them.' redirect_from: - /articles/filtering-issues-and-pull-requests-by-assignees versions: diff --git a/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests-by-labels.md b/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests-by-labels.md index 4273b2e6ce79..ba6a4d51ab9f 100644 --- a/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests-by-labels.md +++ b/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests-by-labels.md @@ -1,6 +1,6 @@ --- title: Filtering issues and pull requests by labels -intro: 'Once you''ve [applied labels to an issue or pull request](/articles/applying-labels-to-issues-and-pull-requests), you can find items based on their labels.' +intro: 'Once you\'ve [applied labels to an issue or pull request](/articles/applying-labels-to-issues-and-pull-requests), you can find items based on their labels.' redirect_from: - /articles/filtering-issues-and-pull-requests-by-labels versions: diff --git a/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests-by-milestone.md b/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests-by-milestone.md index 753238cbd162..3c0fa4b40413 100644 --- a/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests-by-milestone.md +++ b/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests-by-milestone.md @@ -1,6 +1,6 @@ --- title: Filtering issues and pull requests by milestone -intro: 'Issues and pull requests can be filtered based on the milestone they''re associated with. Once you''ve [associated an issue or pull request with a milestone](/articles/associating-milestones-with-issues-and-pull-requests), you can find items based on their milestones. Within a milestone, you can prioritize issues and pull requests.' +intro: 'Issues and pull requests can be filtered based on the milestone they\'re associated with. Once you\'ve [associated an issue or pull request with a milestone](/articles/associating-milestones-with-issues-and-pull-requests), you can find items based on their milestones. Within a milestone, you can prioritize issues and pull requests.' redirect_from: - /articles/filtering-issues-and-pull-requests-by-milestone versions: diff --git a/content/github/managing-your-work-on-github/sharing-filters.md b/content/github/managing-your-work-on-github/sharing-filters.md index 7c0b5a86afb5..ea8a66f2be3b 100644 --- a/content/github/managing-your-work-on-github/sharing-filters.md +++ b/content/github/managing-your-work-on-github/sharing-filters.md @@ -1,6 +1,6 @@ --- title: Sharing filters -intro: 'When you filter or sort issues and pull requests, your browser''s URL is automatically updated to match the new view.' +intro: 'When you filter or sort issues and pull requests, your browser\'s URL is automatically updated to match the new view.' redirect_from: - /articles/sharing-filters versions: diff --git a/content/github/managing-your-work-on-github/viewing-all-of-your-issues-and-pull-requests.md b/content/github/managing-your-work-on-github/viewing-all-of-your-issues-and-pull-requests.md index aa457913a7bc..76ff0d5db8ad 100644 --- a/content/github/managing-your-work-on-github/viewing-all-of-your-issues-and-pull-requests.md +++ b/content/github/managing-your-work-on-github/viewing-all-of-your-issues-and-pull-requests.md @@ -1,6 +1,6 @@ --- title: Viewing all of your issues and pull requests -intro: 'The Issues and Pull Request dashboards list the open issues and pull requests you''ve created. You can use them to update items that have gone stale, close them, or keep track of where you''ve been mentioned across all repositories—including those you''re not subscribed to.' +intro: 'The Issues and Pull Request dashboards list the open issues and pull requests you\'ve created. You can use them to update items that have gone stale, close them, or keep track of where you\'ve been mentioned across all repositories—including those you\'re not subscribed to.' redirect_from: - /articles/viewing-all-of-your-issues-and-pull-requests versions: diff --git a/content/github/managing-your-work-on-github/viewing-your-milestones-progress.md b/content/github/managing-your-work-on-github/viewing-your-milestones-progress.md index 34b5a15f4eb0..acfef808dad9 100644 --- a/content/github/managing-your-work-on-github/viewing-your-milestones-progress.md +++ b/content/github/managing-your-work-on-github/viewing-your-milestones-progress.md @@ -1,6 +1,6 @@ --- title: Viewing your milestone's progress -intro: 'In order to track your milestones, you''ll want to get a better understanding of how many open issues and pull requests are remaining.' +intro: 'In order to track your milestones, you\'ll want to get a better understanding of how many open issues and pull requests are remaining.' redirect_from: - /articles/viewing-your-milestone-s-progress - /articles/viewing-your-milestones-progress diff --git a/content/github/receiving-notifications-about-activity-on-github/about-notifications.md b/content/github/receiving-notifications-about-activity-on-github/about-notifications.md index fa20f0ba19cf..996c50ad8491 100644 --- a/content/github/receiving-notifications-about-activity-on-github/about-notifications.md +++ b/content/github/receiving-notifications-about-activity-on-github/about-notifications.md @@ -1,6 +1,6 @@ --- title: About notifications -intro: 'Notifications provide updates about the activities and conversations you''re interested in. You can receive notifications on {% data variables.product.product_name %} or through your email client.' +intro: 'Notifications provide updates about the activities and conversations you\'re interested in. You can receive notifications on {% data variables.product.product_name %} or through your email client.' versions: enterprise-server: <2.21 --- diff --git a/content/github/receiving-notifications-about-activity-on-github/about-web-notifications.md b/content/github/receiving-notifications-about-activity-on-github/about-web-notifications.md index f271829cb0bf..030e2eecf9bc 100644 --- a/content/github/receiving-notifications-about-activity-on-github/about-web-notifications.md +++ b/content/github/receiving-notifications-about-activity-on-github/about-web-notifications.md @@ -1,6 +1,6 @@ --- title: About web notifications -intro: 'If you''re receiving web notifications, you can view your participating and watching notifications on the notifications page on {% data variables.product.product_name %}.' +intro: 'If you\'re receiving web notifications, you can view your participating and watching notifications on the notifications page on {% data variables.product.product_name %}.' versions: enterprise-server: <2.21 --- diff --git a/content/github/receiving-notifications-about-activity-on-github/getting-started-with-notifications.md b/content/github/receiving-notifications-about-activity-on-github/getting-started-with-notifications.md index 8f969e28d2c8..a7fbff23cab0 100644 --- a/content/github/receiving-notifications-about-activity-on-github/getting-started-with-notifications.md +++ b/content/github/receiving-notifications-about-activity-on-github/getting-started-with-notifications.md @@ -1,6 +1,6 @@ --- title: Getting started with notifications -intro: 'Notifications help you keep track of the conversations and updates you''re interested in. You can receive notifications on {% data variables.product.product_name %} or through your email client for conversations you''re participating in or updates you''re watching.' +intro: 'Notifications help you keep track of the conversations and updates you\'re interested in. You can receive notifications on {% data variables.product.product_name %} or through your email client for conversations you\'re participating in or updates you\'re watching.' mapTopic: true versions: enterprise-server: <2.21 diff --git a/content/github/receiving-notifications-about-activity-on-github/listing-the-issues-and-pull-requests-youre-subscribed-to.md b/content/github/receiving-notifications-about-activity-on-github/listing-the-issues-and-pull-requests-youre-subscribed-to.md index 9851bd376530..1a8c80c2df45 100644 --- a/content/github/receiving-notifications-about-activity-on-github/listing-the-issues-and-pull-requests-youre-subscribed-to.md +++ b/content/github/receiving-notifications-about-activity-on-github/listing-the-issues-and-pull-requests-youre-subscribed-to.md @@ -1,6 +1,6 @@ --- title: Listing the issues and pull requests you're subscribed to -intro: 'You can see an overview of all the issues and pull requests you''re subscribed to, making it easier to navigate to conversations you''re interested in but have not received recent notifications about.' +intro: 'You can see an overview of all the issues and pull requests you\'re subscribed to, making it easier to navigate to conversations you\'re interested in but have not received recent notifications about.' versions: enterprise-server: <2.21 --- diff --git a/content/github/receiving-notifications-about-activity-on-github/managing-your-notifications.md b/content/github/receiving-notifications-about-activity-on-github/managing-your-notifications.md index 707a5c8163e3..20bf5f3d571b 100644 --- a/content/github/receiving-notifications-about-activity-on-github/managing-your-notifications.md +++ b/content/github/receiving-notifications-about-activity-on-github/managing-your-notifications.md @@ -1,6 +1,6 @@ --- title: Managing your notifications -intro: 'To make it easier to receive the notifications you''re interested in, you can mark notifications as read, subscribe and unsubscribe from notifications, and watch and unwatch repositories.' +intro: 'To make it easier to receive the notifications you\'re interested in, you can mark notifications as read, subscribe and unsubscribe from notifications, and watch and unwatch repositories.' mapTopic: true versions: enterprise-server: <2.21 diff --git a/content/github/receiving-notifications-about-activity-on-github/marking-notifications-as-read.md b/content/github/receiving-notifications-about-activity-on-github/marking-notifications-as-read.md index a00046cda5f9..f9b208ba7e9b 100644 --- a/content/github/receiving-notifications-about-activity-on-github/marking-notifications-as-read.md +++ b/content/github/receiving-notifications-about-activity-on-github/marking-notifications-as-read.md @@ -1,6 +1,6 @@ --- title: Marking notifications as read -intro: 'You can mark web notifications as read without reviewing them. If an update is made to the conversation, you''ll receive a new notification. You can also mark read notifications as unread, so you can easily find them again later.' +intro: 'You can mark web notifications as read without reviewing them. If an update is made to the conversation, you\'ll receive a new notification. You can also mark read notifications as unread, so you can easily find them again later.' versions: enterprise-server: <2.21 --- diff --git a/content/github/receiving-notifications-about-activity-on-github/subscribing-to-and-unsubscribing-from-notifications.md b/content/github/receiving-notifications-about-activity-on-github/subscribing-to-and-unsubscribing-from-notifications.md index 56449b1787f0..0586af9b4f7b 100644 --- a/content/github/receiving-notifications-about-activity-on-github/subscribing-to-and-unsubscribing-from-notifications.md +++ b/content/github/receiving-notifications-about-activity-on-github/subscribing-to-and-unsubscribing-from-notifications.md @@ -1,6 +1,6 @@ --- title: Subscribing to and unsubscribing from notifications -intro: 'You can subscribe to individual conversations in issues, pull requests, and team discussions, even if you''re not watching the repository or a member of the team where the conversation is occurring. If you''re no longer interested in a conversation, you can unsubscribe or customize the types of notifications you receive.' +intro: 'You can subscribe to individual conversations in issues, pull requests, and team discussions, even if you\'re not watching the repository or a member of the team where the conversation is occurring. If you\'re no longer interested in a conversation, you can unsubscribe or customize the types of notifications you receive.' versions: enterprise-server: <2.21 --- diff --git a/content/github/setting-up-and-managing-billing-and-payments-on-github/about-billing-for-git-large-file-storage.md b/content/github/setting-up-and-managing-billing-and-payments-on-github/about-billing-for-git-large-file-storage.md index 7abf04ebd901..334888bd575a 100644 --- a/content/github/setting-up-and-managing-billing-and-payments-on-github/about-billing-for-git-large-file-storage.md +++ b/content/github/setting-up-and-managing-billing-and-payments-on-github/about-billing-for-git-large-file-storage.md @@ -1,6 +1,6 @@ --- title: About billing for Git Large File Storage -intro: 'If you purchase additional storage and bandwidth for {% data variables.large_files.product_name_long %}, your purchase shares your account''s existing billing date, payment method, and receipt.' +intro: 'If you purchase additional storage and bandwidth for {% data variables.large_files.product_name_long %}, your purchase shares your account\'s existing billing date, payment method, and receipt.' redirect_from: - /articles/about-billing-for-git-large-file-storage versions: diff --git a/content/github/setting-up-and-managing-billing-and-payments-on-github/about-billing-for-github-marketplace.md b/content/github/setting-up-and-managing-billing-and-payments-on-github/about-billing-for-github-marketplace.md index ae029cc60bb1..e67a53993256 100644 --- a/content/github/setting-up-and-managing-billing-and-payments-on-github/about-billing-for-github-marketplace.md +++ b/content/github/setting-up-and-managing-billing-and-payments-on-github/about-billing-for-github-marketplace.md @@ -1,6 +1,6 @@ --- title: About billing for GitHub Marketplace -intro: 'If you install a paid app in {% data variables.product.prodname_marketplace %}, your subscription shares your account''s existing billing date, payment method, and receipt.' +intro: 'If you install a paid app in {% data variables.product.prodname_marketplace %}, your subscription shares your account\'s existing billing date, payment method, and receipt.' redirect_from: - /articles/about-billing-for-github-marketplace versions: diff --git a/content/github/setting-up-and-managing-billing-and-payments-on-github/about-billing-on-github.md b/content/github/setting-up-and-managing-billing-and-payments-on-github/about-billing-on-github.md index 8b377b21e1d9..ed17fa0ba354 100644 --- a/content/github/setting-up-and-managing-billing-and-payments-on-github/about-billing-on-github.md +++ b/content/github/setting-up-and-managing-billing-and-payments-on-github/about-billing-on-github.md @@ -1,6 +1,6 @@ --- title: About billing on GitHub -intro: 'Everything you purchase on {% data variables.product.prodname_dotcom %} shares your account''s billing date, payment method, and receipt.' +intro: 'Everything you purchase on {% data variables.product.prodname_dotcom %} shares your account\'s billing date, payment method, and receipt.' redirect_from: - /articles/about-billing-on-github versions: diff --git a/content/github/setting-up-and-managing-billing-and-payments-on-github/downgrading-the-billing-plan-for-a-github-marketplace-app.md b/content/github/setting-up-and-managing-billing-and-payments-on-github/downgrading-the-billing-plan-for-a-github-marketplace-app.md index 0ee8629d6351..4a47a7b2b989 100644 --- a/content/github/setting-up-and-managing-billing-and-payments-on-github/downgrading-the-billing-plan-for-a-github-marketplace-app.md +++ b/content/github/setting-up-and-managing-billing-and-payments-on-github/downgrading-the-billing-plan-for-a-github-marketplace-app.md @@ -1,6 +1,6 @@ --- title: Downgrading the billing plan for a GitHub Marketplace app -intro: 'If you''d like to use a different billing plan, you can downgrade your {% data variables.product.prodname_marketplace %} app at any time.' +intro: 'If you\'d like to use a different billing plan, you can downgrade your {% data variables.product.prodname_marketplace %} app at any time.' redirect_from: - /articles/downgrading-an-app-for-your-personal-account/ - /articles/downgrading-an-app-for-your-organization/ diff --git a/content/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-your-github-account.md b/content/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-your-github-account.md index 929708d3eaae..776526e8132f 100644 --- a/content/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-your-github-account.md +++ b/content/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-your-github-account.md @@ -1,6 +1,6 @@ --- title: Managing billing for your GitHub account -intro: '{% data variables.product.product_name %} offers free and paid products for every account. You can upgrade, downgrade, and view pending changes to your account''s subscription at any time.' +intro: '{% data variables.product.product_name %} offers free and paid products for every account. You can upgrade, downgrade, and view pending changes to your account\'s subscription at any time.' redirect_from: - /categories/97/articles/ - /categories/paying-for-user-accounts/ diff --git a/content/github/setting-up-and-managing-billing-and-payments-on-github/managing-your-github-billing-settings.md b/content/github/setting-up-and-managing-billing-and-payments-on-github/managing-your-github-billing-settings.md index e684dad17cf1..e82a15f3ad56 100644 --- a/content/github/setting-up-and-managing-billing-and-payments-on-github/managing-your-github-billing-settings.md +++ b/content/github/setting-up-and-managing-billing-and-payments-on-github/managing-your-github-billing-settings.md @@ -1,6 +1,6 @@ --- title: Managing your GitHub billing settings -intro: 'Your account''s billing settings apply to every paid feature or product you add to the account. You can manage settings like your payment method, billing cycle, and billing email. You can also view billing information such as your subscription, billing date, payment history, and past receipts.' +intro: 'Your account\'s billing settings apply to every paid feature or product you add to the account. You can manage settings like your payment method, billing cycle, and billing email. You can also view billing information such as your subscription, billing date, payment history, and past receipts.' redirect_from: - /articles/viewing-and-managing-your-personal-account-s-billing-information/ - /articles/paying-for-user-accounts/ diff --git a/content/github/setting-up-and-managing-billing-and-payments-on-github/removing-a-payment-method.md b/content/github/setting-up-and-managing-billing-and-payments-on-github/removing-a-payment-method.md index d28d8cb4be5b..c9382b1019c6 100644 --- a/content/github/setting-up-and-managing-billing-and-payments-on-github/removing-a-payment-method.md +++ b/content/github/setting-up-and-managing-billing-and-payments-on-github/removing-a-payment-method.md @@ -1,6 +1,6 @@ --- title: Removing a payment method -intro: 'If you aren''t using your payment method for any paid subscriptions on {% data variables.product.prodname_dotcom %}, you can remove the payment method so it''s no longer stored in your account.' +intro: 'If you aren\'t using your payment method for any paid subscriptions on {% data variables.product.prodname_dotcom %}, you can remove the payment method so it\'s no longer stored in your account.' redirect_from: - /articles/removing-a-credit-card-associated-with-your-user-account/ - /articles/removing-a-payment-method-associated-with-your-user-account/ diff --git a/content/github/setting-up-and-managing-billing-and-payments-on-github/renewing-your-clients-paid-organization.md b/content/github/setting-up-and-managing-billing-and-payments-on-github/renewing-your-clients-paid-organization.md index 95f32e829cc5..928fd7927985 100644 --- a/content/github/setting-up-and-managing-billing-and-payments-on-github/renewing-your-clients-paid-organization.md +++ b/content/github/setting-up-and-managing-billing-and-payments-on-github/renewing-your-clients-paid-organization.md @@ -1,6 +1,6 @@ --- title: Renewing your client's paid organization -intro: 'If your client''s organization has a valid payment method on file, their yearly subscription will automatically renew. Billing managers can view and update the organization''s payment method and subscription.' +intro: 'If your client\'s organization has a valid payment method on file, their yearly subscription will automatically renew. Billing managers can view and update the organization\'s payment method and subscription.' redirect_from: - /articles/renewing-your-client-s-paid-organization - /articles/renewing-your-clients-paid-organization diff --git a/content/github/setting-up-and-managing-billing-and-payments-on-github/setting-your-billing-email.md b/content/github/setting-up-and-managing-billing-and-payments-on-github/setting-your-billing-email.md index a2d2fb3b7dfa..c7cb8dcd043f 100644 --- a/content/github/setting-up-and-managing-billing-and-payments-on-github/setting-your-billing-email.md +++ b/content/github/setting-up-and-managing-billing-and-payments-on-github/setting-your-billing-email.md @@ -1,6 +1,6 @@ --- title: Setting your billing email -intro: 'Your account''s billing email is where {% data variables.product.product_name %} sends receipts and other billing-related communication.' +intro: 'Your account\'s billing email is where {% data variables.product.product_name %} sends receipts and other billing-related communication.' redirect_from: - /articles/setting-your-personal-account-s-billing-email/ - /articles/can-i-change-what-email-address-received-my-github-receipt/ diff --git a/content/github/setting-up-and-managing-billing-and-payments-on-github/viewing-your-git-large-file-storage-usage.md b/content/github/setting-up-and-managing-billing-and-payments-on-github/viewing-your-git-large-file-storage-usage.md index 10f786b60db2..8f4678077362 100644 --- a/content/github/setting-up-and-managing-billing-and-payments-on-github/viewing-your-git-large-file-storage-usage.md +++ b/content/github/setting-up-and-managing-billing-and-payments-on-github/viewing-your-git-large-file-storage-usage.md @@ -1,6 +1,6 @@ --- title: Viewing your Git Large File Storage usage -intro: 'You can audit your account''s monthly bandwidth quota and remaining storage for {% data variables.large_files.product_name_short %}.' +intro: 'You can audit your account\'s monthly bandwidth quota and remaining storage for {% data variables.large_files.product_name_short %}.' redirect_from: - /articles/viewing-storage-and-bandwidth-usage-for-a-personal-account/ - /articles/viewing-storage-and-bandwidth-usage-for-an-organization/ diff --git a/content/github/setting-up-and-managing-billing-and-payments-on-github/viewing-your-subscriptions-and-billing-date.md b/content/github/setting-up-and-managing-billing-and-payments-on-github/viewing-your-subscriptions-and-billing-date.md index 71591f0aefe8..cca4f633b9e0 100644 --- a/content/github/setting-up-and-managing-billing-and-payments-on-github/viewing-your-subscriptions-and-billing-date.md +++ b/content/github/setting-up-and-managing-billing-and-payments-on-github/viewing-your-subscriptions-and-billing-date.md @@ -1,6 +1,6 @@ --- title: Viewing your subscriptions and billing date -intro: 'You can view your account''s subscription, your other paid features and products, and your next billing date in your account''s billing settings.' +intro: 'You can view your account\'s subscription, your other paid features and products, and your next billing date in your account\'s billing settings.' redirect_from: - /articles/finding-your-next-billing-date/ - /articles/finding-your-personal-account-s-next-billing-date/ diff --git a/content/github/setting-up-and-managing-organizations-and-teams/about-identity-and-access-management-with-saml-single-sign-on.md b/content/github/setting-up-and-managing-organizations-and-teams/about-identity-and-access-management-with-saml-single-sign-on.md index 6a63cdaa869c..fc911646bd81 100644 --- a/content/github/setting-up-and-managing-organizations-and-teams/about-identity-and-access-management-with-saml-single-sign-on.md +++ b/content/github/setting-up-and-managing-organizations-and-teams/about-identity-and-access-management-with-saml-single-sign-on.md @@ -1,6 +1,6 @@ --- title: About identity and access management with SAML single sign-on -intro: 'If you centrally manage your users'' identities and applications with an identity provider (IdP), you can configure Security Assertion Markup Language (SAML) single sign-on (SSO) to protect your organization''s resources on {% data variables.product.prodname_dotcom %}.' +intro: 'If you centrally manage your users\' identities and applications with an identity provider (IdP), you can configure Security Assertion Markup Language (SAML) single sign-on (SSO) to protect your organization\'s resources on {% data variables.product.prodname_dotcom %}.' product: '{% data reusables.gated-features.saml-sso %}' redirect_from: - /articles/about-identity-and-access-management-with-saml-single-sign-on diff --git a/content/github/setting-up-and-managing-organizations-and-teams/about-your-organization-dashboard.md b/content/github/setting-up-and-managing-organizations-and-teams/about-your-organization-dashboard.md index 70fd57ed1ee5..e7db1d19c59d 100644 --- a/content/github/setting-up-and-managing-organizations-and-teams/about-your-organization-dashboard.md +++ b/content/github/setting-up-and-managing-organizations-and-teams/about-your-organization-dashboard.md @@ -1,6 +1,6 @@ --- title: About your organization dashboard -intro: 'As an organization member, you can visit your organization''s dashboard throughout the day to stay updated on recent activity and keep track of issues and pull requests you''re working on or following in the organization.' +intro: 'As an organization member, you can visit your organization\'s dashboard throughout the day to stay updated on recent activity and keep track of issues and pull requests you\'re working on or following in the organization.' redirect_from: - /articles/about-your-organization-dashboard versions: diff --git a/content/github/setting-up-and-managing-organizations-and-teams/adding-a-billing-manager-to-your-organization.md b/content/github/setting-up-and-managing-organizations-and-teams/adding-a-billing-manager-to-your-organization.md index 7a1580b75f49..99ea6e2081a9 100644 --- a/content/github/setting-up-and-managing-organizations-and-teams/adding-a-billing-manager-to-your-organization.md +++ b/content/github/setting-up-and-managing-organizations-and-teams/adding-a-billing-manager-to-your-organization.md @@ -1,6 +1,6 @@ --- title: Adding a billing manager to your organization -intro: 'A *billing manager* is a user who manages the billing settings for your organization, such as updating payment information. This is a great option if regular members of your organization don''t typically have access to billing resources.' +intro: 'A *billing manager* is a user who manages the billing settings for your organization, such as updating payment information. This is a great option if regular members of your organization don\'t typically have access to billing resources.' redirect_from: - /articles/adding-a-billing-manager-to-your-organization versions: diff --git a/content/github/setting-up-and-managing-organizations-and-teams/adding-outside-collaborators-to-repositories-in-your-organization.md b/content/github/setting-up-and-managing-organizations-and-teams/adding-outside-collaborators-to-repositories-in-your-organization.md index cc2d31754829..29e087fcf21e 100644 --- a/content/github/setting-up-and-managing-organizations-and-teams/adding-outside-collaborators-to-repositories-in-your-organization.md +++ b/content/github/setting-up-and-managing-organizations-and-teams/adding-outside-collaborators-to-repositories-in-your-organization.md @@ -1,6 +1,6 @@ --- title: Adding outside collaborators to repositories in your organization -intro: 'An *outside collaborator* is a person who isn''t explicitly a member of your organization, but who has Read, Write, or Admin permissions to one or more repositories in your organization.' +intro: 'An *outside collaborator* is a person who isn\'t explicitly a member of your organization, but who has Read, Write, or Admin permissions to one or more repositories in your organization.' redirect_from: - /articles/adding-outside-collaborators-to-repositories-in-your-organization versions: diff --git a/content/github/setting-up-and-managing-organizations-and-teams/can-i-create-accounts-for-people-in-my-organization.md b/content/github/setting-up-and-managing-organizations-and-teams/can-i-create-accounts-for-people-in-my-organization.md index 6e719b47eddb..1d7cb131b8be 100644 --- a/content/github/setting-up-and-managing-organizations-and-teams/can-i-create-accounts-for-people-in-my-organization.md +++ b/content/github/setting-up-and-managing-organizations-and-teams/can-i-create-accounts-for-people-in-my-organization.md @@ -3,7 +3,7 @@ title: Can I create accounts for people in my organization? redirect_from: - /articles/can-i-create-accounts-for-those-in-my-organization/ - /articles/can-i-create-accounts-for-people-in-my-organization -intro: 'While you can add users to an organization you''ve created, you can''t create personal user accounts on behalf of another person.' +intro: 'While you can add users to an organization you\'ve created, you can\'t create personal user accounts on behalf of another person.' versions: free-pro-team: '*' --- diff --git a/content/github/setting-up-and-managing-organizations-and-teams/converting-an-organization-into-a-user.md b/content/github/setting-up-and-managing-organizations-and-teams/converting-an-organization-into-a-user.md index f06589eb3397..3eb3c83246ec 100644 --- a/content/github/setting-up-and-managing-organizations-and-teams/converting-an-organization-into-a-user.md +++ b/content/github/setting-up-and-managing-organizations-and-teams/converting-an-organization-into-a-user.md @@ -1,6 +1,6 @@ --- title: Converting an organization into a user -intro: 'It''s not possible to convert an organization into a personal user account, but you can create a new user account and transfer the organization''s repositories to it.' +intro: 'It\'s not possible to convert an organization into a personal user account, but you can create a new user account and transfer the organization\'s repositories to it.' redirect_from: - /articles/converting-an-organization-into-a-user versions: diff --git a/content/github/setting-up-and-managing-organizations-and-teams/converting-an-outside-collaborator-to-an-organization-member.md b/content/github/setting-up-and-managing-organizations-and-teams/converting-an-outside-collaborator-to-an-organization-member.md index be985f927923..d034c24b5cbb 100644 --- a/content/github/setting-up-and-managing-organizations-and-teams/converting-an-outside-collaborator-to-an-organization-member.md +++ b/content/github/setting-up-and-managing-organizations-and-teams/converting-an-outside-collaborator-to-an-organization-member.md @@ -1,6 +1,6 @@ --- title: Converting an outside collaborator to an organization member -intro: 'If you would like to give an outside collaborator on your organization''s repositories broader permissions within your organization, you can {% if currentVersion == "free-pro-team@latest" %}invite them to become a member of{% else %}make them a member of{% endif %} the organization.' +intro: 'If you would like to give an outside collaborator on your organization\'s repositories broader permissions within your organization, you can {% if currentVersion == "free-pro-team@latest" %}invite them to become a member of{% else %}make them a member of{% endif %} the organization.' redirect_from: - /articles/converting-an-outside-collaborator-to-an-organization-member versions: diff --git a/content/github/setting-up-and-managing-organizations-and-teams/denying-access-to-a-previously-approved-oauth-app-for-your-organization.md b/content/github/setting-up-and-managing-organizations-and-teams/denying-access-to-a-previously-approved-oauth-app-for-your-organization.md index 0463ce5199d4..2f05d7fa7459 100644 --- a/content/github/setting-up-and-managing-organizations-and-teams/denying-access-to-a-previously-approved-oauth-app-for-your-organization.md +++ b/content/github/setting-up-and-managing-organizations-and-teams/denying-access-to-a-previously-approved-oauth-app-for-your-organization.md @@ -1,6 +1,6 @@ --- title: Denying access to a previously approved OAuth App for your organization -intro: 'If an organization no longer requires a previously authorized {% data variables.product.prodname_oauth_app %}, owners can remove the application''s access to the organization''s resources.' +intro: 'If an organization no longer requires a previously authorized {% data variables.product.prodname_oauth_app %}, owners can remove the application\'s access to the organization\'s resources.' redirect_from: - /articles/denying-access-to-a-previously-approved-application-for-your-organization/ - /articles/denying-access-to-a-previously-approved-oauth-app-for-your-organization diff --git a/content/github/setting-up-and-managing-organizations-and-teams/disabling-oauth-app-access-restrictions-for-your-organization.md b/content/github/setting-up-and-managing-organizations-and-teams/disabling-oauth-app-access-restrictions-for-your-organization.md index a7c2a1bb2a90..19c0a5adfd1a 100644 --- a/content/github/setting-up-and-managing-organizations-and-teams/disabling-oauth-app-access-restrictions-for-your-organization.md +++ b/content/github/setting-up-and-managing-organizations-and-teams/disabling-oauth-app-access-restrictions-for-your-organization.md @@ -1,6 +1,6 @@ --- title: Disabling OAuth App access restrictions for your organization -intro: 'Organization owners can disable restrictions on the {% data variables.product.prodname_oauth_app %}s that have access to the organization''s resources.' +intro: 'Organization owners can disable restrictions on the {% data variables.product.prodname_oauth_app %}s that have access to the organization\'s resources.' redirect_from: - /articles/disabling-third-party-application-restrictions-for-your-organization/ - /articles/disabling-oauth-app-access-restrictions-for-your-organization diff --git a/content/github/setting-up-and-managing-organizations-and-teams/downloading-your-organizations-saml-single-sign-on-recovery-codes.md b/content/github/setting-up-and-managing-organizations-and-teams/downloading-your-organizations-saml-single-sign-on-recovery-codes.md index bebfbbc2d9aa..3ac91610ff11 100644 --- a/content/github/setting-up-and-managing-organizations-and-teams/downloading-your-organizations-saml-single-sign-on-recovery-codes.md +++ b/content/github/setting-up-and-managing-organizations-and-teams/downloading-your-organizations-saml-single-sign-on-recovery-codes.md @@ -1,6 +1,6 @@ --- title: Downloading your organization's SAML single sign-on recovery codes -intro: 'Organization administrators should download their organization''s SAML single sign-on recovery codes to ensure that they can access {% data variables.product.product_name %} even if the identity provider for the organization is unavailable.' +intro: 'Organization administrators should download their organization\'s SAML single sign-on recovery codes to ensure that they can access {% data variables.product.product_name %} even if the identity provider for the organization is unavailable.' redirect_from: - /articles/downloading-your-organization-s-saml-single-sign-on-recovery-codes - /articles/downloading-your-organizations-saml-single-sign-on-recovery-codes diff --git a/content/github/setting-up-and-managing-organizations-and-teams/enabling-oauth-app-access-restrictions-for-your-organization.md b/content/github/setting-up-and-managing-organizations-and-teams/enabling-oauth-app-access-restrictions-for-your-organization.md index afb7f66b0cd9..9108575083e1 100644 --- a/content/github/setting-up-and-managing-organizations-and-teams/enabling-oauth-app-access-restrictions-for-your-organization.md +++ b/content/github/setting-up-and-managing-organizations-and-teams/enabling-oauth-app-access-restrictions-for-your-organization.md @@ -1,6 +1,6 @@ --- title: Enabling OAuth App access restrictions for your organization -intro: 'Organization owners can enable {% data variables.product.prodname_oauth_app %} access restrictions to prevent untrusted apps from accessing the organization''s resources while allowing organization members to use {% data variables.product.prodname_oauth_app %}s for their personal accounts.' +intro: 'Organization owners can enable {% data variables.product.prodname_oauth_app %} access restrictions to prevent untrusted apps from accessing the organization\'s resources while allowing organization members to use {% data variables.product.prodname_oauth_app %}s for their personal accounts.' redirect_from: - /articles/enabling-third-party-application-restrictions-for-your-organization/ - /articles/enabling-oauth-app-access-restrictions-for-your-organization diff --git a/content/github/setting-up-and-managing-organizations-and-teams/keeping-your-organization-secure.md b/content/github/setting-up-and-managing-organizations-and-teams/keeping-your-organization-secure.md index 16e6d269417b..67ec10b2465e 100644 --- a/content/github/setting-up-and-managing-organizations-and-teams/keeping-your-organization-secure.md +++ b/content/github/setting-up-and-managing-organizations-and-teams/keeping-your-organization-secure.md @@ -3,7 +3,7 @@ title: Keeping your organization secure redirect_from: - /articles/preventing-unauthorized-access-to-organization-information/ - /articles/keeping-your-organization-secure -intro: 'Organization owners have several features to help them keep their projects and data secure. If you''re the owner of an organization, you should regularly review your organization''s audit log, member 2FA status, and application settings to ensure that no unauthorized or malicious activity has occurred.' +intro: 'Organization owners have several features to help them keep their projects and data secure. If you\'re the owner of an organization, you should regularly review your organization\'s audit log, member 2FA status, and application settings to ensure that no unauthorized or malicious activity has occurred.' mapTopic: true versions: free-pro-team: '*' diff --git a/content/github/setting-up-and-managing-organizations-and-teams/managing-an-individuals-access-to-an-organization-project-board.md b/content/github/setting-up-and-managing-organizations-and-teams/managing-an-individuals-access-to-an-organization-project-board.md index fec9591097f5..f27cd250cbdc 100644 --- a/content/github/setting-up-and-managing-organizations-and-teams/managing-an-individuals-access-to-an-organization-project-board.md +++ b/content/github/setting-up-and-managing-organizations-and-teams/managing-an-individuals-access-to-an-organization-project-board.md @@ -1,6 +1,6 @@ --- title: Managing an individual’s access to an organization project board -intro: 'As an organization owner or project board admin, you can manage an individual member''s access to a project board owned by your organization.' +intro: 'As an organization owner or project board admin, you can manage an individual member\'s access to a project board owned by your organization.' redirect_from: - /articles/managing-an-individual-s-access-to-an-organization-project-board - /articles/managing-an-individuals-access-to-an-organization-project-board diff --git a/content/github/setting-up-and-managing-organizations-and-teams/managing-peoples-access-to-your-organization-with-roles.md b/content/github/setting-up-and-managing-organizations-and-teams/managing-peoples-access-to-your-organization-with-roles.md index 8028809214dc..6c645867344f 100644 --- a/content/github/setting-up-and-managing-organizations-and-teams/managing-peoples-access-to-your-organization-with-roles.md +++ b/content/github/setting-up-and-managing-organizations-and-teams/managing-peoples-access-to-your-organization-with-roles.md @@ -1,6 +1,6 @@ --- title: Managing people's access to your organization with roles -intro: 'A person''s role in your organization defines their level of access to your organization, its settings, and your data. You can make people owners, members, or billing managers for your organization, or you can give them team maintainer permissions.' +intro: 'A person\'s role in your organization defines their level of access to your organization, its settings, and your data. You can make people owners, members, or billing managers for your organization, or you can give them team maintainer permissions.' redirect_from: - /articles/managing-people-s-access-to-your-organization-with-roles - /articles/managing-peoples-access-to-your-organization-with-roles diff --git a/content/github/setting-up-and-managing-organizations-and-teams/managing-security-and-analysis-settings-for-your-organization.md b/content/github/setting-up-and-managing-organizations-and-teams/managing-security-and-analysis-settings-for-your-organization.md index 95208a04275f..f9a528f8c24b 100644 --- a/content/github/setting-up-and-managing-organizations-and-teams/managing-security-and-analysis-settings-for-your-organization.md +++ b/content/github/setting-up-and-managing-organizations-and-teams/managing-security-and-analysis-settings-for-your-organization.md @@ -1,6 +1,6 @@ --- title: Managing security and analysis settings for your organization -intro: 'You can control features that secure and analyze the code in your organization''s projects on {% data variables.product.prodname_dotcom %}.' +intro: 'You can control features that secure and analyze the code in your organization\'s projects on {% data variables.product.prodname_dotcom %}.' permissions: Organization owners can manage security and analysis settings for repositories in the organization. versions: free-pro-team: '*' diff --git a/content/github/setting-up-and-managing-organizations-and-teams/managing-team-access-to-an-organization-repository.md b/content/github/setting-up-and-managing-organizations-and-teams/managing-team-access-to-an-organization-repository.md index 8fcbd4e96a41..49c0d544ccbf 100644 --- a/content/github/setting-up-and-managing-organizations-and-teams/managing-team-access-to-an-organization-repository.md +++ b/content/github/setting-up-and-managing-organizations-and-teams/managing-team-access-to-an-organization-repository.md @@ -1,6 +1,6 @@ --- title: Managing team access to an organization repository -intro: 'You can give a team access to a repository, remove a team''s access to a repository, or change a team''s permission level for a repository.' +intro: 'You can give a team access to a repository, remove a team\'s access to a repository, or change a team\'s permission level for a repository.' redirect_from: - /articles/managing-team-access-to-an-organization-repository-early-access-program/ - /articles/managing-team-access-to-an-organization-repository diff --git a/content/github/setting-up-and-managing-organizations-and-teams/moving-a-team-in-your-organizations-hierarchy.md b/content/github/setting-up-and-managing-organizations-and-teams/moving-a-team-in-your-organizations-hierarchy.md index 0607f850faf1..93cc81b93781 100644 --- a/content/github/setting-up-and-managing-organizations-and-teams/moving-a-team-in-your-organizations-hierarchy.md +++ b/content/github/setting-up-and-managing-organizations-and-teams/moving-a-team-in-your-organizations-hierarchy.md @@ -1,6 +1,6 @@ --- title: Moving a team in your organization’s hierarchy -intro: 'Team maintainers and organization owners can nest a team under a parent team, or change or remove a nested team''s parent.' +intro: 'Team maintainers and organization owners can nest a team under a parent team, or change or remove a nested team\'s parent.' redirect_from: - /articles/changing-a-team-s-parent/ - /articles/moving-a-team-in-your-organization-s-hierarchy diff --git a/content/github/setting-up-and-managing-organizations-and-teams/preparing-to-enforce-saml-single-sign-on-in-your-organization.md b/content/github/setting-up-and-managing-organizations-and-teams/preparing-to-enforce-saml-single-sign-on-in-your-organization.md index 8302c0736736..0c79c4b7a1d2 100644 --- a/content/github/setting-up-and-managing-organizations-and-teams/preparing-to-enforce-saml-single-sign-on-in-your-organization.md +++ b/content/github/setting-up-and-managing-organizations-and-teams/preparing-to-enforce-saml-single-sign-on-in-your-organization.md @@ -1,6 +1,6 @@ --- title: Preparing to enforce SAML single sign-on in your organization -intro: 'Before you enforce SAML single sign-on in your organization, you should verify your organization''s membership and configure the connection settings to your identity provider.' +intro: 'Before you enforce SAML single sign-on in your organization, you should verify your organization\'s membership and configure the connection settings to your identity provider.' product: '{% data reusables.gated-features.saml-sso %}' redirect_from: - /articles/preparing-to-enforce-saml-single-sign-on-in-your-organization diff --git a/content/github/setting-up-and-managing-organizations-and-teams/reinstating-a-former-member-of-your-organization.md b/content/github/setting-up-and-managing-organizations-and-teams/reinstating-a-former-member-of-your-organization.md index 2db5ef11c624..2f9c59b562a8 100644 --- a/content/github/setting-up-and-managing-organizations-and-teams/reinstating-a-former-member-of-your-organization.md +++ b/content/github/setting-up-and-managing-organizations-and-teams/reinstating-a-former-member-of-your-organization.md @@ -1,6 +1,6 @@ --- title: Reinstating a former member of your organization -intro: 'Organization owners can {% if currentVersion == "free-pro-team@latest" %}invite former organization members to rejoin{% else %}add former members to{% endif%} your organization, and choose whether to restore the person''s former role, access permissions, forks, and settings.' +intro: 'Organization owners can {% if currentVersion == "free-pro-team@latest" %}invite former organization members to rejoin{% else %}add former members to{% endif%} your organization, and choose whether to restore the person\'s former role, access permissions, forks, and settings.' redirect_from: - /articles/reinstating-a-former-member-of-your-organization versions: diff --git a/content/github/setting-up-and-managing-organizations-and-teams/reinstating-a-former-outside-collaborators-access-to-your-organization.md b/content/github/setting-up-and-managing-organizations-and-teams/reinstating-a-former-outside-collaborators-access-to-your-organization.md index 90f63f350be0..39334626f437 100644 --- a/content/github/setting-up-and-managing-organizations-and-teams/reinstating-a-former-outside-collaborators-access-to-your-organization.md +++ b/content/github/setting-up-and-managing-organizations-and-teams/reinstating-a-former-outside-collaborators-access-to-your-organization.md @@ -1,6 +1,6 @@ --- title: Reinstating a former outside collaborator's access to your organization -intro: 'If you required two-factor authentication in your organization and an outside collaborator was removed from the organization for not having 2FA enabled, you can reinstate a former outside collaborator''s access permissions for organization repositories, forks, and settings.' +intro: 'If you required two-factor authentication in your organization and an outside collaborator was removed from the organization for not having 2FA enabled, you can reinstate a former outside collaborator\'s access permissions for organization repositories, forks, and settings.' redirect_from: - /articles/reinstating-a-former-outside-collaborator-s-access-to-your-organization - /articles/reinstating-a-former-outside-collaborators-access-to-your-organization diff --git a/content/github/setting-up-and-managing-organizations-and-teams/removing-a-billing-manager-from-your-organization.md b/content/github/setting-up-and-managing-organizations-and-teams/removing-a-billing-manager-from-your-organization.md index 16b4fb64bbb2..06bd1c0e023d 100644 --- a/content/github/setting-up-and-managing-organizations-and-teams/removing-a-billing-manager-from-your-organization.md +++ b/content/github/setting-up-and-managing-organizations-and-teams/removing-a-billing-manager-from-your-organization.md @@ -1,6 +1,6 @@ --- title: Removing a billing manager from your organization -intro: 'If a person with the *billing manager* role no longer needs to view or change your organization''s billing information, you can remove their access to the organization.' +intro: 'If a person with the *billing manager* role no longer needs to view or change your organization\'s billing information, you can remove their access to the organization.' redirect_from: - /articles/removing-a-billing-manager-from-your-organization versions: diff --git a/content/github/setting-up-and-managing-organizations-and-teams/removing-an-outside-collaborator-from-an-organization-project-board.md b/content/github/setting-up-and-managing-organizations-and-teams/removing-an-outside-collaborator-from-an-organization-project-board.md index f5f7470a9b3b..ca7ab53b91e5 100644 --- a/content/github/setting-up-and-managing-organizations-and-teams/removing-an-outside-collaborator-from-an-organization-project-board.md +++ b/content/github/setting-up-and-managing-organizations-and-teams/removing-an-outside-collaborator-from-an-organization-project-board.md @@ -1,6 +1,6 @@ --- title: Removing an outside collaborator from an organization project board -intro: 'As an organization owner or project board admin, you can remove an outside collaborator''s access to a project board.' +intro: 'As an organization owner or project board admin, you can remove an outside collaborator\'s access to a project board.' redirect_from: - /articles/removing-an-outside-collaborator-from-an-organization-project-board versions: diff --git a/content/github/setting-up-and-managing-organizations-and-teams/removing-organization-members-from-a-team.md b/content/github/setting-up-and-managing-organizations-and-teams/removing-organization-members-from-a-team.md index 603eefba506c..b612a7234716 100644 --- a/content/github/setting-up-and-managing-organizations-and-teams/removing-organization-members-from-a-team.md +++ b/content/github/setting-up-and-managing-organizations-and-teams/removing-organization-members-from-a-team.md @@ -1,6 +1,6 @@ --- title: Removing organization members from a team -intro: 'People with *owner* or *team maintainer* permissions can remove team members from a team. This may be necessary if a person no longer needs access to a repository the team grants, or if a person is no longer focused on a team''s projects.' +intro: 'People with *owner* or *team maintainer* permissions can remove team members from a team. This may be necessary if a person no longer needs access to a repository the team grants, or if a person is no longer focused on a team\'s projects.' redirect_from: - /articles/removing-organization-members-from-a-team-early-access-program/ - /articles/removing-organization-members-from-a-team diff --git a/content/github/setting-up-and-managing-organizations-and-teams/requesting-to-add-or-change-a-parent-team.md b/content/github/setting-up-and-managing-organizations-and-teams/requesting-to-add-or-change-a-parent-team.md index f3cd52274ad7..23f5e9560fce 100644 --- a/content/github/setting-up-and-managing-organizations-and-teams/requesting-to-add-or-change-a-parent-team.md +++ b/content/github/setting-up-and-managing-organizations-and-teams/requesting-to-add-or-change-a-parent-team.md @@ -1,6 +1,6 @@ --- title: Requesting to add or change a parent team -intro: 'If you have maintainer permissions in a team, you can request to nest your team under a parent team in your organization''s hierarchy.' +intro: 'If you have maintainer permissions in a team, you can request to nest your team under a parent team in your organization\'s hierarchy.' redirect_from: - /articles/requesting-to-add-or-change-a-parent-team versions: diff --git a/content/github/setting-up-and-managing-organizations-and-teams/requiring-two-factor-authentication-in-your-organization.md b/content/github/setting-up-and-managing-organizations-and-teams/requiring-two-factor-authentication-in-your-organization.md index 62557ec9b2e5..d7047ecc2d33 100644 --- a/content/github/setting-up-and-managing-organizations-and-teams/requiring-two-factor-authentication-in-your-organization.md +++ b/content/github/setting-up-and-managing-organizations-and-teams/requiring-two-factor-authentication-in-your-organization.md @@ -1,6 +1,6 @@ --- title: Requiring two-factor authentication in your organization -intro: 'Organization owners can require {% if currentVersion == "free-pro-team@latest" %}organization members, outside collaborators, and billing managers{% else %}organization members and outside collaborators{% endif %} to enable two-factor authentication for their personal accounts, making it harder for malicious actors to access an organization''s repositories and settings.' +intro: 'Organization owners can require {% if currentVersion == "free-pro-team@latest" %}organization members, outside collaborators, and billing managers{% else %}organization members and outside collaborators{% endif %} to enable two-factor authentication for their personal accounts, making it harder for malicious actors to access an organization\'s repositories and settings.' redirect_from: - /articles/requiring-two-factor-authentication-in-your-organization versions: diff --git a/content/github/setting-up-and-managing-organizations-and-teams/restricting-access-to-your-organizations-data.md b/content/github/setting-up-and-managing-organizations-and-teams/restricting-access-to-your-organizations-data.md index a5156b07c5d5..4bdb0b5c167d 100644 --- a/content/github/setting-up-and-managing-organizations-and-teams/restricting-access-to-your-organizations-data.md +++ b/content/github/setting-up-and-managing-organizations-and-teams/restricting-access-to-your-organizations-data.md @@ -1,6 +1,6 @@ --- title: Restricting access to your organization's data -intro: '{% data variables.product.prodname_oauth_app %} access restrictions allow organization owners to restrict an untrusted app''s access to the organization''s data. Organization members can then use {% data variables.product.prodname_oauth_app %}s for their personal user accounts while keeping organization data safe.' +intro: '{% data variables.product.prodname_oauth_app %} access restrictions allow organization owners to restrict an untrusted app\'s access to the organization\'s data. Organization members can then use {% data variables.product.prodname_oauth_app %}s for their personal user accounts while keeping organization data safe.' redirect_from: - /articles/restricting-access-to-your-organization-s-data - /articles/restricting-access-to-your-organizations-data diff --git a/content/github/setting-up-and-managing-organizations-and-teams/restricting-repository-creation-in-your-organization.md b/content/github/setting-up-and-managing-organizations-and-teams/restricting-repository-creation-in-your-organization.md index 9cee2b1023ca..8bf199cdc1f7 100644 --- a/content/github/setting-up-and-managing-organizations-and-teams/restricting-repository-creation-in-your-organization.md +++ b/content/github/setting-up-and-managing-organizations-and-teams/restricting-repository-creation-in-your-organization.md @@ -1,6 +1,6 @@ --- title: Restricting repository creation in your organization -intro: 'To protect your organization''s data, you can configure permissions for creating repositories in your organization.' +intro: 'To protect your organization\'s data, you can configure permissions for creating repositories in your organization.' redirect_from: - /articles/restricting-repository-creation-in-your-organization versions: diff --git a/content/github/setting-up-and-managing-organizations-and-teams/restricting-repository-visibility-changes-in-your-organization.md b/content/github/setting-up-and-managing-organizations-and-teams/restricting-repository-visibility-changes-in-your-organization.md index 0af34b884ef1..408bb07fb613 100644 --- a/content/github/setting-up-and-managing-organizations-and-teams/restricting-repository-visibility-changes-in-your-organization.md +++ b/content/github/setting-up-and-managing-organizations-and-teams/restricting-repository-visibility-changes-in-your-organization.md @@ -1,6 +1,6 @@ --- title: Restricting repository visibility changes in your organization -intro: 'To protect your organization''s data, you can configure permissions for changing repository visibility in your organization.' +intro: 'To protect your organization\'s data, you can configure permissions for changing repository visibility in your organization.' redirect_from: - /articles/restricting-repository-visibility-changes-in-your-organization versions: diff --git a/content/github/setting-up-and-managing-organizations-and-teams/setting-permissions-for-adding-outside-collaborators.md b/content/github/setting-up-and-managing-organizations-and-teams/setting-permissions-for-adding-outside-collaborators.md index 9f038f84ec7b..8d293b4ce9b8 100644 --- a/content/github/setting-up-and-managing-organizations-and-teams/setting-permissions-for-adding-outside-collaborators.md +++ b/content/github/setting-up-and-managing-organizations-and-teams/setting-permissions-for-adding-outside-collaborators.md @@ -1,6 +1,6 @@ --- title: Setting permissions for adding outside collaborators -intro: 'To protect your organization''s data and the number of paid licenses used in your organization, you can allow only owners to invite outside collaborators to organization repositories.' +intro: 'To protect your organization\'s data and the number of paid licenses used in your organization, you can allow only owners to invite outside collaborators to organization repositories.' product: '{% data reusables.gated-features.restict-add-collaborator %}' redirect_from: - /articles/restricting-the-ability-to-add-outside-collaborators-to-organization-repositories/ diff --git a/content/github/setting-up-and-managing-organizations-and-teams/setting-your-teams-profile-picture.md b/content/github/setting-up-and-managing-organizations-and-teams/setting-your-teams-profile-picture.md index 0e6723cfd81e..c7714c4ccec3 100644 --- a/content/github/setting-up-and-managing-organizations-and-teams/setting-your-teams-profile-picture.md +++ b/content/github/setting-up-and-managing-organizations-and-teams/setting-your-teams-profile-picture.md @@ -1,6 +1,6 @@ --- title: Setting your team's profile picture -intro: 'Team maintainers and organization owners can set a profile picture for a team, which is displayed on the team''s page.' +intro: 'Team maintainers and organization owners can set a profile picture for a team, which is displayed on the team\'s page.' redirect_from: - /articles/setting-your-team-s-profile-picture - /articles/setting-your-teams-profile-picture diff --git a/content/github/setting-up-and-managing-organizations-and-teams/verifying-your-organizations-domain.md b/content/github/setting-up-and-managing-organizations-and-teams/verifying-your-organizations-domain.md index 447f9b758d9a..38899b0d85c6 100644 --- a/content/github/setting-up-and-managing-organizations-and-teams/verifying-your-organizations-domain.md +++ b/content/github/setting-up-and-managing-organizations-and-teams/verifying-your-organizations-domain.md @@ -1,6 +1,6 @@ --- title: Verifying your organization's domain -intro: 'You can verify the domains controlled by your organization to confirm your organization''s identity on {% data variables.product.product_name %}.' +intro: 'You can verify the domains controlled by your organization to confirm your organization\'s identity on {% data variables.product.product_name %}.' redirect_from: - /articles/verifying-your-organization-s-domain - /articles/verifying-your-organizations-domain diff --git a/content/github/setting-up-and-managing-organizations-and-teams/viewing-and-managing-a-members-saml-access-to-your-organization.md b/content/github/setting-up-and-managing-organizations-and-teams/viewing-and-managing-a-members-saml-access-to-your-organization.md index 5806b481065f..2443301d464f 100644 --- a/content/github/setting-up-and-managing-organizations-and-teams/viewing-and-managing-a-members-saml-access-to-your-organization.md +++ b/content/github/setting-up-and-managing-organizations-and-teams/viewing-and-managing-a-members-saml-access-to-your-organization.md @@ -1,6 +1,6 @@ --- title: Viewing and managing a member's SAML access to your organization -intro: 'You can view and revoke an organization member''s linked identity, active sessions, and authorized credentials.' +intro: 'You can view and revoke an organization member\'s linked identity, active sessions, and authorized credentials.' permissions: Organization owners can view and manage a member's SAML access to an organization. product: '{% data reusables.gated-features.saml-sso %}' redirect_from: diff --git a/content/github/setting-up-and-managing-organizations-and-teams/viewing-insights-for-your-organization.md b/content/github/setting-up-and-managing-organizations-and-teams/viewing-insights-for-your-organization.md index 2843057e4fc8..eca994d9c3c5 100644 --- a/content/github/setting-up-and-managing-organizations-and-teams/viewing-insights-for-your-organization.md +++ b/content/github/setting-up-and-managing-organizations-and-teams/viewing-insights-for-your-organization.md @@ -1,6 +1,6 @@ --- title: Viewing insights for your organization -intro: 'Organization insights provide data about your organization''s activity, contributions, and dependencies.' +intro: 'Organization insights provide data about your organization\'s activity, contributions, and dependencies.' product: '{% data reusables.gated-features.org-insights %}' redirect_from: - /articles/viewing-insights-for-your-organization diff --git a/content/github/setting-up-and-managing-your-enterprise-account/roles-for-an-enterprise-account.md b/content/github/setting-up-and-managing-your-enterprise-account/roles-for-an-enterprise-account.md index 767a7cc16d1f..1136d484e412 100644 --- a/content/github/setting-up-and-managing-your-enterprise-account/roles-for-an-enterprise-account.md +++ b/content/github/setting-up-and-managing-your-enterprise-account/roles-for-an-enterprise-account.md @@ -1,6 +1,6 @@ --- title: Roles for an enterprise account -intro: 'To control access to your enterprise account''s settings and data, you can give different roles to people in the enterprise account.' +intro: 'To control access to your enterprise account\'s settings and data, you can give different roles to people in the enterprise account.' product: '{% data reusables.gated-features.enterprise-accounts %}' redirect_from: - /articles/permission-levels-for-a-business-account/ diff --git a/content/github/setting-up-and-managing-your-enterprise-account/viewing-and-managing-a-users-saml-access-to-your-enterprise-account.md b/content/github/setting-up-and-managing-your-enterprise-account/viewing-and-managing-a-users-saml-access-to-your-enterprise-account.md index 3a06b317dd32..1e259cbbd9b6 100644 --- a/content/github/setting-up-and-managing-your-enterprise-account/viewing-and-managing-a-users-saml-access-to-your-enterprise-account.md +++ b/content/github/setting-up-and-managing-your-enterprise-account/viewing-and-managing-a-users-saml-access-to-your-enterprise-account.md @@ -1,6 +1,6 @@ --- title: Viewing and managing a user's SAML access to your enterprise account -intro: 'You can view and revoke an enterprise member''s linked identity, active sessions, and authorized credentials.' +intro: 'You can view and revoke an enterprise member\'s linked identity, active sessions, and authorized credentials.' permissions: Enterprise owners can view and manage a member's SAML access to an organization. product: '{% data reusables.gated-features.enterprise-accounts %}' versions: diff --git a/content/github/setting-up-and-managing-your-github-profile/about-your-profile.md b/content/github/setting-up-and-managing-your-github-profile/about-your-profile.md index e3fdb6223a22..54496b7038ab 100644 --- a/content/github/setting-up-and-managing-your-github-profile/about-your-profile.md +++ b/content/github/setting-up-and-managing-your-github-profile/about-your-profile.md @@ -1,6 +1,6 @@ --- title: About your profile -intro: 'Your profile page tells people the story of your work through the repositories you''re interested in, the contributions you''ve made, and the conversations you''ve had.' +intro: 'Your profile page tells people the story of your work through the repositories you\'re interested in, the contributions you\'ve made, and the conversations you\'ve had.' redirect_from: - /articles/viewing-your-feeds/ - /articles/profile-pages/ diff --git a/content/github/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile.md b/content/github/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile.md index 54b894dfc3c6..aa371ae4b4f0 100644 --- a/content/github/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile.md +++ b/content/github/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile.md @@ -1,6 +1,6 @@ --- title: Managing contribution graphs on your profile -intro: 'Your contributions, including commits, proposed pull requests, and opened issues, are displayed on your profile so people can easily see the work you''ve done.' +intro: 'Your contributions, including commits, proposed pull requests, and opened issues, are displayed on your profile so people can easily see the work you\'ve done.' mapTopic: true redirect_from: - /articles/managing-contribution-graphs-on-your-profile diff --git a/content/github/setting-up-and-managing-your-github-profile/troubleshooting-commits-on-your-timeline.md b/content/github/setting-up-and-managing-your-github-profile/troubleshooting-commits-on-your-timeline.md index 5dba6e8d94b2..8d8ba41b30f7 100644 --- a/content/github/setting-up-and-managing-your-github-profile/troubleshooting-commits-on-your-timeline.md +++ b/content/github/setting-up-and-managing-your-github-profile/troubleshooting-commits-on-your-timeline.md @@ -1,6 +1,6 @@ --- title: Troubleshooting commits on your timeline -intro: 'You can view details for commits from your profile''s timeline. If you don''t see commits you expect on your profile or can''t find commit details from your profile page, the commit date and the commit author date may be different.' +intro: 'You can view details for commits from your profile\'s timeline. If you don\'t see commits you expect on your profile or can\'t find commit details from your profile page, the commit date and the commit author date may be different.' redirect_from: - /articles/troubleshooting-commits-on-your-timeline versions: diff --git a/content/github/setting-up-and-managing-your-github-profile/why-are-my-contributions-not-showing-up-on-my-profile.md b/content/github/setting-up-and-managing-your-github-profile/why-are-my-contributions-not-showing-up-on-my-profile.md index 46921fa50740..99e5163e7d6d 100644 --- a/content/github/setting-up-and-managing-your-github-profile/why-are-my-contributions-not-showing-up-on-my-profile.md +++ b/content/github/setting-up-and-managing-your-github-profile/why-are-my-contributions-not-showing-up-on-my-profile.md @@ -1,6 +1,6 @@ --- title: Why are my contributions not showing up on my profile? -intro: 'Your profile contributions graph is a record of contributions you''ve made to {% data variables.product.product_name %} repositories. Contributions are timestamped according to Coordinated Universal Time (UTC) rather than your local time zone. Contributions are only counted if they meet certain criteria. In some cases, we may need to rebuild your graph in order for contributions to appear.' +intro: 'Your profile contributions graph is a record of contributions you\'ve made to {% data variables.product.product_name %} repositories. Contributions are timestamped according to Coordinated Universal Time (UTC) rather than your local time zone. Contributions are only counted if they meet certain criteria. In some cases, we may need to rebuild your graph in order for contributions to appear.' redirect_from: - /articles/why-are-my-contributions-not-showing-up-on-my-profile versions: diff --git a/content/github/setting-up-and-managing-your-github-user-account/about-your-personal-dashboard.md b/content/github/setting-up-and-managing-your-github-user-account/about-your-personal-dashboard.md index bb4bc6bfd6be..956bd31d787c 100644 --- a/content/github/setting-up-and-managing-your-github-user-account/about-your-personal-dashboard.md +++ b/content/github/setting-up-and-managing-your-github-user-account/about-your-personal-dashboard.md @@ -4,7 +4,7 @@ redirect_from: - /hidden/about-improved-navigation-to-commonly-accessed-pages-on-github/ - /articles/opting-into-the-public-beta-for-a-new-dashboard/ - /articles/about-your-personal-dashboard -intro: 'You can visit your personal dashboard to keep track of issues and pull requests you''re working on or following, navigate to your top repositories and team pages, stay updated on recent activities in organizations and repositories you''re subscribed to, and explore recommended repositories.' +intro: 'You can visit your personal dashboard to keep track of issues and pull requests you\'re working on or following, navigate to your top repositories and team pages, stay updated on recent activities in organizations and repositories you\'re subscribed to, and explore recommended repositories.' versions: free-pro-team: '*' enterprise-server: '*' diff --git a/content/github/setting-up-and-managing-your-github-user-account/accessing-an-organization.md b/content/github/setting-up-and-managing-your-github-user-account/accessing-an-organization.md index 4a8ceebe1893..6f7b998e5d7b 100644 --- a/content/github/setting-up-and-managing-your-github-user-account/accessing-an-organization.md +++ b/content/github/setting-up-and-managing-your-github-user-account/accessing-an-organization.md @@ -1,6 +1,6 @@ --- title: Accessing an organization -intro: 'To access an organization that you''re a member of, you must sign in to your personal user account.' +intro: 'To access an organization that you\'re a member of, you must sign in to your personal user account.' redirect_from: - /articles/error-cannot-log-in-that-account-is-an-organization/ - /articles/cannot-log-in-that-account-is-an-organization/ diff --git a/content/github/setting-up-and-managing-your-github-user-account/blocking-command-line-pushes-that-expose-your-personal-email-address.md b/content/github/setting-up-and-managing-your-github-user-account/blocking-command-line-pushes-that-expose-your-personal-email-address.md index a61ec05adb01..20e6af0a99b4 100644 --- a/content/github/setting-up-and-managing-your-github-user-account/blocking-command-line-pushes-that-expose-your-personal-email-address.md +++ b/content/github/setting-up-and-managing-your-github-user-account/blocking-command-line-pushes-that-expose-your-personal-email-address.md @@ -1,6 +1,6 @@ --- title: Blocking command line pushes that expose your personal email address -intro: 'If you''ve chosen to keep your email address private when performing web-based operations, you can also choose to block command line pushes that may expose your personal email address.' +intro: 'If you\'ve chosen to keep your email address private when performing web-based operations, you can also choose to block command line pushes that may expose your personal email address.' redirect_from: - /articles/blocking-command-line-pushes-that-expose-your-personal-email-address versions: diff --git a/content/github/setting-up-and-managing-your-github-user-account/managing-marketing-emails-from-github.md b/content/github/setting-up-and-managing-your-github-user-account/managing-marketing-emails-from-github.md index 04633f58fd1b..04163ab91121 100644 --- a/content/github/setting-up-and-managing-your-github-user-account/managing-marketing-emails-from-github.md +++ b/content/github/setting-up-and-managing-your-github-user-account/managing-marketing-emails-from-github.md @@ -1,6 +1,6 @@ --- title: Managing marketing emails from GitHub -intro: 'In addition to notifications and account emails, {% data variables.product.prodname_dotcom %} occasionally sends marketing emails with news and information about our products. If you unsubscribe from existing marketing emails, you won''t be included in future campaigns unless you change your {% data variables.product.prodname_dotcom %} email settings.' +intro: 'In addition to notifications and account emails, {% data variables.product.prodname_dotcom %} occasionally sends marketing emails with news and information about our products. If you unsubscribe from existing marketing emails, you won\'t be included in future campaigns unless you change your {% data variables.product.prodname_dotcom %} email settings.' redirect_from: - /articles/managing-marketing-emails-from-github versions: diff --git a/content/github/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations.md b/content/github/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations.md index 794b0a1255d1..fc136df0c468 100644 --- a/content/github/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations.md +++ b/content/github/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations.md @@ -1,6 +1,6 @@ --- title: Managing your membership in organizations -intro: 'If you''re a member of an organization, you can publicize or hide your membership, view other people''s roles, and remove yourself from the organization.' +intro: 'If you\'re a member of an organization, you can publicize or hide your membership, view other people\'s roles, and remove yourself from the organization.' mapTopic: true redirect_from: - /articles/managing-your-membership-in-organizations diff --git a/content/github/setting-up-and-managing-your-github-user-account/publicizing-or-hiding-organization-membership.md b/content/github/setting-up-and-managing-your-github-user-account/publicizing-or-hiding-organization-membership.md index 7d3262035053..1702a84effb0 100644 --- a/content/github/setting-up-and-managing-your-github-user-account/publicizing-or-hiding-organization-membership.md +++ b/content/github/setting-up-and-managing-your-github-user-account/publicizing-or-hiding-organization-membership.md @@ -1,6 +1,6 @@ --- title: Publicizing or hiding organization membership -intro: 'If you''d like to tell the world which organizations you belong to, you can display the avatars of the organizations on your profile.' +intro: 'If you\'d like to tell the world which organizations you belong to, you can display the avatars of the organizations on your profile.' redirect_from: - /articles/publicizing-or-concealing-organization-membership/ - /articles/publicizing-or-hiding-organization-membership diff --git a/content/github/setting-up-and-managing-your-github-user-account/remembering-your-github-username-or-email.md b/content/github/setting-up-and-managing-your-github-user-account/remembering-your-github-username-or-email.md index d9e43ab812c3..4c6d7a9a7aad 100644 --- a/content/github/setting-up-and-managing-your-github-user-account/remembering-your-github-username-or-email.md +++ b/content/github/setting-up-and-managing-your-github-user-account/remembering-your-github-username-or-email.md @@ -1,6 +1,6 @@ --- title: Remembering your GitHub username or email -intro: 'Are you signing in to {% data variables.product.product_location %} for the first time in a while? If so, welcome back! If you can''t remember your {% data variables.product.product_name %} user account name, you can try these methods for remembering it.' +intro: 'Are you signing in to {% data variables.product.product_location %} for the first time in a while? If so, welcome back! If you can\'t remember your {% data variables.product.product_name %} user account name, you can try these methods for remembering it.' redirect_from: - /articles/oh-noes-i-ve-forgotten-my-username-email/ - /articles/oh-noes-i-ve-forgotten-my-username-or-email/ diff --git a/content/github/setting-up-and-managing-your-github-user-account/removing-yourself-from-a-collaborators-repository.md b/content/github/setting-up-and-managing-your-github-user-account/removing-yourself-from-a-collaborators-repository.md index c263df13c1ec..4a9e5669037b 100644 --- a/content/github/setting-up-and-managing-your-github-user-account/removing-yourself-from-a-collaborators-repository.md +++ b/content/github/setting-up-and-managing-your-github-user-account/removing-yourself-from-a-collaborators-repository.md @@ -1,6 +1,6 @@ --- title: Removing yourself from a collaborator's repository -intro: 'If you no longer want to be a collaborator on someone else''s repository, you can remove yourself.' +intro: 'If you no longer want to be a collaborator on someone else\'s repository, you can remove yourself.' redirect_from: - /leave-a-collaborative-repo/ - /leave-a-repo/ diff --git a/content/github/setting-up-and-managing-your-github-user-account/removing-yourself-from-an-organization.md b/content/github/setting-up-and-managing-your-github-user-account/removing-yourself-from-an-organization.md index ef2f03ca2ddd..b1073bffa0f1 100644 --- a/content/github/setting-up-and-managing-your-github-user-account/removing-yourself-from-an-organization.md +++ b/content/github/setting-up-and-managing-your-github-user-account/removing-yourself-from-an-organization.md @@ -1,6 +1,6 @@ --- title: Removing yourself from an organization -intro: 'If you''re an outside collaborator or a member of an organization, you can leave the organization at any time.' +intro: 'If you\'re an outside collaborator or a member of an organization, you can leave the organization at any time.' redirect_from: - /articles/how-do-i-remove-myself-from-an-organization/ - /articles/removing-yourself-from-an-organization diff --git a/content/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address.md b/content/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address.md index e13f71ed91ad..3c10e415c928 100644 --- a/content/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address.md +++ b/content/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address.md @@ -1,6 +1,6 @@ --- title: Setting your commit email address -intro: 'You can set a primary email address on {% data variables.product.product_name %} that''s associated with web-based Git operations you perform such as edits and merges.' +intro: 'You can set a primary email address on {% data variables.product.product_name %} that\'s associated with web-based Git operations you perform such as edits and merges.' redirect_from: - /articles/keeping-your-email-address-private/ - /articles/setting-your-commit-email-address-on-github/ diff --git a/content/github/teaching-and-learning-with-github-education/about-campus-experts.md b/content/github/teaching-and-learning-with-github-education/about-campus-experts.md index fde19a2db92a..d9bab7b55cd9 100644 --- a/content/github/teaching-and-learning-with-github-education/about-campus-experts.md +++ b/content/github/teaching-and-learning-with-github-education/about-campus-experts.md @@ -1,6 +1,6 @@ --- title: About Campus Experts -intro: 'As a student, learn the skills you need to build your school''s technology community and a real-world portfolio, with {% data variables.product.prodname_dotcom %} Campus Experts training.' +intro: 'As a student, learn the skills you need to build your school\'s technology community and a real-world portfolio, with {% data variables.product.prodname_dotcom %} Campus Experts training.' redirect_from: - /articles/about-campus-experts versions: diff --git a/content/github/teaching-and-learning-with-github-education/about-github-education-for-students.md b/content/github/teaching-and-learning-with-github-education/about-github-education-for-students.md index 353ce56d77f2..26447141817b 100644 --- a/content/github/teaching-and-learning-with-github-education/about-github-education-for-students.md +++ b/content/github/teaching-and-learning-with-github-education/about-github-education-for-students.md @@ -1,6 +1,6 @@ --- title: About GitHub Education for students -intro: '{% data variables.product.prodname_education %} offers students real-world experience with free access to various developer tools from {% data variables.product.prodname_dotcom %}''s partners.' +intro: '{% data variables.product.prodname_education %} offers students real-world experience with free access to various developer tools from {% data variables.product.prodname_dotcom %}\'s partners.' redirect_from: - /articles/about-github-education-for-students versions: diff --git a/content/github/teaching-and-learning-with-github-education/applying-for-an-educator-or-researcher-discount.md b/content/github/teaching-and-learning-with-github-education/applying-for-an-educator-or-researcher-discount.md index dd76dfae0893..fb47632e0c82 100644 --- a/content/github/teaching-and-learning-with-github-education/applying-for-an-educator-or-researcher-discount.md +++ b/content/github/teaching-and-learning-with-github-education/applying-for-an-educator-or-researcher-discount.md @@ -1,6 +1,6 @@ --- title: Applying for an educator or researcher discount -intro: 'If you''re an educator or a researcher, you can apply to receive {% data variables.product.prodname_team %} for your organization account for free.' +intro: 'If you\'re an educator or a researcher, you can apply to receive {% data variables.product.prodname_team %} for your organization account for free.' redirect_from: - /articles/applying-for-a-classroom-discount/ - /articles/applying-for-a-discount-for-your-school-club/ diff --git a/content/github/understanding-how-github-uses-and-protects-your-data/about-githubs-use-of-your-data.md b/content/github/understanding-how-github-uses-and-protects-your-data/about-githubs-use-of-your-data.md index 6f402fa2851b..745e7e44b786 100644 --- a/content/github/understanding-how-github-uses-and-protects-your-data/about-githubs-use-of-your-data.md +++ b/content/github/understanding-how-github-uses-and-protects-your-data/about-githubs-use-of-your-data.md @@ -3,7 +3,7 @@ title: About GitHub's use of your data redirect_from: - /articles/about-github-s-use-of-your-data - /articles/about-githubs-use-of-your-data -intro: '{% data variables.product.product_name %} uses your repository''s data to connect you to relevant tools, people, projects, and information.' +intro: '{% data variables.product.product_name %} uses your repository\'s data to connect you to relevant tools, people, projects, and information.' versions: free-pro-team: '*' --- diff --git a/content/github/understanding-how-github-uses-and-protects-your-data/opting-into-or-out-of-the-github-archive-program-for-your-public-repository.md b/content/github/understanding-how-github-uses-and-protects-your-data/opting-into-or-out-of-the-github-archive-program-for-your-public-repository.md index 33b5ccc1213a..b8305525822a 100644 --- a/content/github/understanding-how-github-uses-and-protects-your-data/opting-into-or-out-of-the-github-archive-program-for-your-public-repository.md +++ b/content/github/understanding-how-github-uses-and-protects-your-data/opting-into-or-out-of-the-github-archive-program-for-your-public-repository.md @@ -1,6 +1,6 @@ --- title: Opting into or out of the GitHub Archive Program for your public repository -intro: 'You can manage whether {% data variables.product.prodname_dotcom %} includes your public repository in the {% data variables.product.prodname_archive %} to help ensure the long-term preservation of the world''s open source software.' +intro: 'You can manage whether {% data variables.product.prodname_dotcom %} includes your public repository in the {% data variables.product.prodname_archive %} to help ensure the long-term preservation of the world\'s open source software.' permissions: 'People with admin permissions to a public repository can opt into or out of the {% data variables.product.prodname_archive %}.' versions: free-pro-team: '*' diff --git a/content/github/using-git/about-remote-repositories.md b/content/github/using-git/about-remote-repositories.md index befcceca2777..cab027dc40ce 100644 --- a/content/github/using-git/about-remote-repositories.md +++ b/content/github/using-git/about-remote-repositories.md @@ -4,7 +4,7 @@ redirect_from: - /articles/working-when-github-goes-down/ - /articles/sharing-repositories-without-github/ - /articles/about-remote-repositories -intro: 'GitHub''s collaborative approach to development depends on publishing commits from your local repository for other people to view, fetch, and update.' +intro: 'GitHub\'s collaborative approach to development depends on publishing commits from your local repository for other people to view, fetch, and update.' versions: free-pro-team: '*' enterprise-server: '*' diff --git a/content/github/using-git/caching-your-github-credentials-in-git.md b/content/github/using-git/caching-your-github-credentials-in-git.md index 4756ae184787..6189c69687ca 100644 --- a/content/github/using-git/caching-your-github-credentials-in-git.md +++ b/content/github/using-git/caching-your-github-credentials-in-git.md @@ -4,7 +4,7 @@ redirect_from: - /firewalls-and-proxies/ - /articles/caching-your-github-password-in-git - /github/using-git/caching-your-github-password-in-git -intro: 'If you''re [cloning {% data variables.product.product_name %} repositories using HTTPS](/github/using-git/which-remote-url-should-i-use), you can use a credential helper to tell Git to remember your credentials.' +intro: 'If you\'re [cloning {% data variables.product.product_name %} repositories using HTTPS](/github/using-git/which-remote-url-should-i-use), you can use a credential helper to tell Git to remember your credentials.' versions: free-pro-team: '*' enterprise-server: '*' diff --git a/content/github/using-git/dealing-with-non-fast-forward-errors.md b/content/github/using-git/dealing-with-non-fast-forward-errors.md index 84fcb3d3c645..4fac2b1d96f6 100644 --- a/content/github/using-git/dealing-with-non-fast-forward-errors.md +++ b/content/github/using-git/dealing-with-non-fast-forward-errors.md @@ -1,6 +1,6 @@ --- title: Dealing with non-fast-forward errors -intro: 'Sometimes, Git can''t make your change to a remote repository without losing commits. When this happens, your push is refused.' +intro: 'Sometimes, Git can\'t make your change to a remote repository without losing commits. When this happens, your push is refused.' redirect_from: - /articles/dealing-with-non-fast-forward-errors versions: diff --git a/content/github/using-git/ignoring-files.md b/content/github/using-git/ignoring-files.md index 1339137d66be..1d94a34cc922 100644 --- a/content/github/using-git/ignoring-files.md +++ b/content/github/using-git/ignoring-files.md @@ -4,7 +4,7 @@ redirect_from: - /git-ignore/ - /ignore-files/ - /articles/ignoring-files -intro: 'You can configure Git to ignore files you don''t want to check in to {% data variables.product.product_name %}.' +intro: 'You can configure Git to ignore files you don\'t want to check in to {% data variables.product.product_name %}.' versions: free-pro-team: '*' enterprise-server: '*' diff --git a/content/github/using-git/resolving-merge-conflicts-after-a-git-rebase.md b/content/github/using-git/resolving-merge-conflicts-after-a-git-rebase.md index c1319bff007d..f4758606498b 100644 --- a/content/github/using-git/resolving-merge-conflicts-after-a-git-rebase.md +++ b/content/github/using-git/resolving-merge-conflicts-after-a-git-rebase.md @@ -1,6 +1,6 @@ --- title: Resolving merge conflicts after a Git rebase -intro: 'When you perform a `git rebase` operation, you''re typically moving commits around. Because of this, you might get into a situation where a merge conflict is introduced. That means that two of your commits modified the same line in the same file, and Git doesn''t know which change to apply.' +intro: 'When you perform a `git rebase` operation, you\'re typically moving commits around. Because of this, you might get into a situation where a merge conflict is introduced. That means that two of your commits modified the same line in the same file, and Git doesn\'t know which change to apply.' redirect_from: - /articles/resolving-merge-conflicts-after-a-git-rebase versions: diff --git a/content/github/using-git/updating-credentials-from-the-macos-keychain.md b/content/github/using-git/updating-credentials-from-the-macos-keychain.md index 7dcf8250da2d..6c2f254d1913 100644 --- a/content/github/using-git/updating-credentials-from-the-macos-keychain.md +++ b/content/github/using-git/updating-credentials-from-the-macos-keychain.md @@ -1,6 +1,6 @@ --- title: Updating credentials from the macOS Keychain -intro: 'You''ll need to update your saved credentials in the `git-credential-osxkeychain` helper if you change your username, password, or personal access token on {% data variables.product.product_name %}.' +intro: 'You\'ll need to update your saved credentials in the `git-credential-osxkeychain` helper if you change your username, password, or personal access token on {% data variables.product.product_name %}.' redirect_from: - /articles/updating-credentials-from-the-osx-keychain - /github/using-git/updating-credentials-from-the-osx-keychain diff --git a/content/github/using-git/why-is-git-always-asking-for-my-password.md b/content/github/using-git/why-is-git-always-asking-for-my-password.md index 300725069b9d..59069075063e 100644 --- a/content/github/using-git/why-is-git-always-asking-for-my-password.md +++ b/content/github/using-git/why-is-git-always-asking-for-my-password.md @@ -1,6 +1,6 @@ --- title: Why is Git always asking for my password? -intro: 'If Git prompts you for a username and password every time you try to interact with GitHub, you''re probably using the HTTPS clone URL for your repository.' +intro: 'If Git prompts you for a username and password every time you try to interact with GitHub, you\'re probably using the HTTPS clone URL for your repository.' redirect_from: - /articles/why-is-git-always-asking-for-my-password versions: diff --git a/content/github/visualizing-repository-data-with-graphs/accessing-basic-repository-data.md b/content/github/visualizing-repository-data-with-graphs/accessing-basic-repository-data.md index 03f4ae908a19..a263a9f2ede8 100644 --- a/content/github/visualizing-repository-data-with-graphs/accessing-basic-repository-data.md +++ b/content/github/visualizing-repository-data-with-graphs/accessing-basic-repository-data.md @@ -1,6 +1,6 @@ --- title: Accessing basic repository data -intro: 'You can view basic information about a repository, such as the repository''s activity{% if currentVersion == "free-pro-team@latest" %}, traffic,{% endif %} and contribution activity.' +intro: 'You can view basic information about a repository, such as the repository\'s activity{% if currentVersion == "free-pro-team@latest" %}, traffic,{% endif %} and contribution activity.' mapTopic: true redirect_from: - /articles/accessing-basic-repository-data diff --git a/content/github/visualizing-repository-data-with-graphs/analyzing-changes-to-a-repositorys-content.md b/content/github/visualizing-repository-data-with-graphs/analyzing-changes-to-a-repositorys-content.md index be9f00d68ed9..43c44654a617 100644 --- a/content/github/visualizing-repository-data-with-graphs/analyzing-changes-to-a-repositorys-content.md +++ b/content/github/visualizing-repository-data-with-graphs/analyzing-changes-to-a-repositorys-content.md @@ -1,6 +1,6 @@ --- title: Analyzing changes to a repository's content -intro: 'You can see the changes to the content of a repository by analyzing the repository''s commits, commit frequency, and content additions and deletions.' +intro: 'You can see the changes to the content of a repository by analyzing the repository\'s commits, commit frequency, and content additions and deletions.' redirect_from: - /articles/viewing-commit-frequency-in-a-repository/ - /articles/analyzing-changes-to-a-repository-s-content diff --git a/content/github/visualizing-repository-data-with-graphs/understanding-connections-between-repositories.md b/content/github/visualizing-repository-data-with-graphs/understanding-connections-between-repositories.md index 2b985da2fabe..6f657103ac9c 100644 --- a/content/github/visualizing-repository-data-with-graphs/understanding-connections-between-repositories.md +++ b/content/github/visualizing-repository-data-with-graphs/understanding-connections-between-repositories.md @@ -1,6 +1,6 @@ --- title: Understanding connections between repositories -intro: 'You can better understand the connections that exist between repositories by viewing a repository''s network{% if currentVersion == "free-pro-team@latest" %}, projects that depend on the repository,{% endif %} and its forks.' +intro: 'You can better understand the connections that exist between repositories by viewing a repository\'s network{% if currentVersion == "free-pro-team@latest" %}, projects that depend on the repository,{% endif %} and its forks.' mapTopic: true redirect_from: - /articles/understanding-connections-between-repositories diff --git a/content/github/visualizing-repository-data-with-graphs/viewing-a-summary-of-repository-activity.md b/content/github/visualizing-repository-data-with-graphs/viewing-a-summary-of-repository-activity.md index 920ce7163c11..46eab9caaa73 100644 --- a/content/github/visualizing-repository-data-with-graphs/viewing-a-summary-of-repository-activity.md +++ b/content/github/visualizing-repository-data-with-graphs/viewing-a-summary-of-repository-activity.md @@ -1,6 +1,6 @@ --- title: Viewing a summary of repository activity -intro: 'You can view an overview of a repository''s activity through Pulse. Pulse includes a list of open and merged pull requests, open and closed issues, and a graph showing the commit activity for the top 15 users who committed to the default branch of the project in the selected [time period](/articles/viewing-a-summary-of-repository-activity#filtering-by-time).' +intro: 'You can view an overview of a repository\'s activity through Pulse. Pulse includes a list of open and merged pull requests, open and closed issues, and a graph showing the commit activity for the top 15 users who committed to the default branch of the project in the selected [time period](/articles/viewing-a-summary-of-repository-activity#filtering-by-time).' product: '{% data reusables.gated-features.repository-insights %}' redirect_from: - /articles/viewing-a-summary-of-repository-activity diff --git a/content/github/visualizing-repository-data-with-graphs/viewing-traffic-to-a-repository.md b/content/github/visualizing-repository-data-with-graphs/viewing-traffic-to-a-repository.md index 5597ba968207..b45dd3b5d7b8 100644 --- a/content/github/visualizing-repository-data-with-graphs/viewing-traffic-to-a-repository.md +++ b/content/github/visualizing-repository-data-with-graphs/viewing-traffic-to-a-repository.md @@ -1,7 +1,7 @@ --- title: Viewing traffic to a repository intro: 'Anyone with push access to a repository can view its traffic, including full clones (not fetches), visitors from the past 14 days, referring sites, and popular content in the traffic graph.' -product: 'This repository insights graph is available in public repositories with {% data variables.product.prodname_free_user %} and {% data variables.product.prodname_free_team %} for organizations, and in public and private repositories with {% data variables.product.prodname_pro %}, {% data variables.product.prodname_team %}, and {% data variables.product.prodname_ghe_cloud %}.{% if currentVersion == "free-pro-team@latest" %} For more information, see "[About repository graphs](/articles/about-repository-graphs)" and "[{% data variables.product.prodname_dotcom %}''s products](/articles/github-s-products)."{% endif %}' +product: 'This repository insights graph is available in public repositories with {% data variables.product.prodname_free_user %} and {% data variables.product.prodname_free_team %} for organizations, and in public and private repositories with {% data variables.product.prodname_pro %}, {% data variables.product.prodname_team %}, and {% data variables.product.prodname_ghe_cloud %}.{% if currentVersion == "free-pro-team@latest" %} For more information, see "[About repository graphs](/articles/about-repository-graphs)" and "[{% data variables.product.prodname_dotcom %}\'s products](/articles/github-s-products)."{% endif %}' redirect_from: - /articles/viewing-traffic-to-a-repository versions: diff --git a/content/github/working-with-github-pages/about-custom-domains-and-github-pages.md b/content/github/working-with-github-pages/about-custom-domains-and-github-pages.md index 6e91515f9288..0c386d641baa 100644 --- a/content/github/working-with-github-pages/about-custom-domains-and-github-pages.md +++ b/content/github/working-with-github-pages/about-custom-domains-and-github-pages.md @@ -1,6 +1,6 @@ --- title: About custom domains and GitHub Pages -intro: '{% data variables.product.prodname_pages %} supports using custom domains, or changing the root of your site''s URL from the default, like `octocat.github.io`, to any domain you own.' +intro: '{% data variables.product.prodname_pages %} supports using custom domains, or changing the root of your site\'s URL from the default, like `octocat.github.io`, to any domain you own.' redirect_from: - /articles/about-custom-domains-for-github-pages-sites/ - /articles/about-supported-custom-domains/ diff --git a/content/github/working-with-github-pages/about-jekyll-build-errors-for-github-pages-sites.md b/content/github/working-with-github-pages/about-jekyll-build-errors-for-github-pages-sites.md index 046a4b845774..4fa6ebac2125 100644 --- a/content/github/working-with-github-pages/about-jekyll-build-errors-for-github-pages-sites.md +++ b/content/github/working-with-github-pages/about-jekyll-build-errors-for-github-pages-sites.md @@ -1,6 +1,6 @@ --- title: About Jekyll build errors for GitHub Pages sites -intro: 'If Jekyll encounters an error building your {% data variables.product.prodname_pages %} site locally or on {% data variables.product.product_name %}, you''ll receive an error message with more information.' +intro: 'If Jekyll encounters an error building your {% data variables.product.prodname_pages %} site locally or on {% data variables.product.product_name %}, you\'ll receive an error message with more information.' redirect_from: - /articles/viewing-jekyll-build-error-messages/ - /articles/generic-jekyll-build-failures/ diff --git a/content/github/working-with-github-pages/using-submodules-with-github-pages.md b/content/github/working-with-github-pages/using-submodules-with-github-pages.md index f3dd9add8282..483bb7d4f7e6 100644 --- a/content/github/working-with-github-pages/using-submodules-with-github-pages.md +++ b/content/github/working-with-github-pages/using-submodules-with-github-pages.md @@ -1,6 +1,6 @@ --- title: Using submodules with GitHub Pages -intro: 'You can use submodules with {% data variables.product.prodname_pages %} to include other projects in your site''s code.' +intro: 'You can use submodules with {% data variables.product.prodname_pages %} to include other projects in your site\'s code.' redirect_from: - /articles/using-submodules-with-pages/ - /articles/using-submodules-with-github-pages diff --git a/content/github/working-with-github-support/github-marketplace-support.md b/content/github/working-with-github-support/github-marketplace-support.md index cfa20c4dc6f9..11ac1c53ea29 100644 --- a/content/github/working-with-github-support/github-marketplace-support.md +++ b/content/github/working-with-github-support/github-marketplace-support.md @@ -1,6 +1,6 @@ --- title: GitHub Marketplace support -intro: 'For help with purchasing or paying for an app from {% data variables.product.prodname_marketplace %}, contact {% data variables.contact.contact_support %}. For help using a {% data variables.product.prodname_marketplace %} app, contact the app''s provider.' +intro: 'For help with purchasing or paying for an app from {% data variables.product.prodname_marketplace %}, contact {% data variables.contact.contact_support %}. For help using a {% data variables.product.prodname_marketplace %} app, contact the app\'s provider.' redirect_from: - /articles/github-marketplace-support versions: diff --git a/content/github/writing-on-github/creating-gists.md b/content/github/writing-on-github/creating-gists.md index 118d2f1e656a..9463d7694742 100644 --- a/content/github/writing-on-github/creating-gists.md +++ b/content/github/writing-on-github/creating-gists.md @@ -1,6 +1,6 @@ --- title: Creating gists -intro: 'You can create two kinds of gists: public and secret. Create a public gist if you''re ready to share your ideas with the world or a secret gist if you''re not.' +intro: 'You can create two kinds of gists: public and secret. Create a public gist if you\'re ready to share your ideas with the world or a secret gist if you\'re not.' redirect_from: - /articles/about-gists/ - /articles/cannot-delete-an-anonymous-gist/ diff --git a/content/github/writing-on-github/deleting-a-saved-reply.md b/content/github/writing-on-github/deleting-a-saved-reply.md index 23b543313b5c..2a470d9a071e 100644 --- a/content/github/writing-on-github/deleting-a-saved-reply.md +++ b/content/github/writing-on-github/deleting-a-saved-reply.md @@ -1,6 +1,6 @@ --- title: Deleting a saved reply -intro: 'If you find that you''re no longer using a saved reply, you can delete it.' +intro: 'If you find that you\'re no longer using a saved reply, you can delete it.' redirect_from: - /articles/deleting-a-saved-reply versions: diff --git a/content/github/writing-on-github/forking-and-cloning-gists.md b/content/github/writing-on-github/forking-and-cloning-gists.md index 73b1c187127b..e055c33824b0 100644 --- a/content/github/writing-on-github/forking-and-cloning-gists.md +++ b/content/github/writing-on-github/forking-and-cloning-gists.md @@ -1,6 +1,6 @@ --- title: Forking and cloning gists -intro: 'Gists are actually Git repositories, which means that you can fork or clone any gist, even if you aren''t the original author. You can also view a gist''s full commit history, including diffs.' +intro: 'Gists are actually Git repositories, which means that you can fork or clone any gist, even if you aren\'t the original author. You can also view a gist\'s full commit history, including diffs.' redirect_from: - /articles/forking-and-cloning-gists versions: diff --git a/content/github/writing-on-github/using-saved-replies.md b/content/github/writing-on-github/using-saved-replies.md index 8046f5f795df..c53454ee038d 100644 --- a/content/github/writing-on-github/using-saved-replies.md +++ b/content/github/writing-on-github/using-saved-replies.md @@ -1,6 +1,6 @@ --- title: Using saved replies -intro: 'When commenting on an issue or pull request, you can add a saved reply that you''ve already set up. The saved reply can be the entire comment or if you want to customize it, you can add or delete content.' +intro: 'When commenting on an issue or pull request, you can add a saved reply that you\'ve already set up. The saved reply can be the entire comment or if you want to customize it, you can add or delete content.' redirect_from: - /articles/using-saved-replies versions: diff --git a/content/github/writing-on-github/working-with-saved-replies.md b/content/github/writing-on-github/working-with-saved-replies.md index 5ca965c0aa67..dd58f687a1e7 100644 --- a/content/github/writing-on-github/working-with-saved-replies.md +++ b/content/github/writing-on-github/working-with-saved-replies.md @@ -1,6 +1,6 @@ --- title: Working with saved replies -intro: 'To save time and make sure you''re delivering a consistent message, you can add saved replies to issue and pull request comments.' +intro: 'To save time and make sure you\'re delivering a consistent message, you can add saved replies to issue and pull request comments.' mapTopic: true redirect_from: - /articles/working-with-saved-replies diff --git a/content/graphql/guides/migrating-from-rest-to-graphql.md b/content/graphql/guides/migrating-from-rest-to-graphql.md index f57ce4780bab..b0fcc4e2555b 100644 --- a/content/graphql/guides/migrating-from-rest-to-graphql.md +++ b/content/graphql/guides/migrating-from-rest-to-graphql.md @@ -1,6 +1,6 @@ --- title: Migrating from REST to GraphQL -intro: 'Learn best practices and considerations for migrating from {% data variables.product.prodname_dotcom %}''s REST API to {% data variables.product.prodname_dotcom %}''s GraphQL API.' +intro: 'Learn best practices and considerations for migrating from {% data variables.product.prodname_dotcom %}\'s REST API to {% data variables.product.prodname_dotcom %}\'s GraphQL API.' redirect_from: - /v4/guides/migrating-from-rest - /graphql/guides/migrating-from-rest diff --git a/content/graphql/overview/resource-limitations.md b/content/graphql/overview/resource-limitations.md index 4c5f3c979a6c..baadb7dfed8c 100644 --- a/content/graphql/overview/resource-limitations.md +++ b/content/graphql/overview/resource-limitations.md @@ -1,6 +1,6 @@ --- title: Resource limitations -intro: 'The {% data variables.product.prodname_dotcom %} GraphQL API has limitations in place to protect against excessive or abusive calls to {% data variables.product.prodname_dotcom %}''s servers.' +intro: 'The {% data variables.product.prodname_dotcom %} GraphQL API has limitations in place to protect against excessive or abusive calls to {% data variables.product.prodname_dotcom %}\'s servers.' redirect_from: - /v4/guides/resource-limitations versions: diff --git a/content/insights/exploring-your-usage-of-github-enterprise/metrics-available-with-github-insights.md b/content/insights/exploring-your-usage-of-github-enterprise/metrics-available-with-github-insights.md index 5fd646f6fb7a..0979db7a0a3f 100644 --- a/content/insights/exploring-your-usage-of-github-enterprise/metrics-available-with-github-insights.md +++ b/content/insights/exploring-your-usage-of-github-enterprise/metrics-available-with-github-insights.md @@ -1,7 +1,7 @@ --- title: Metrics available with GitHub Insights product: '{% data reusables.gated-features.github-insights %}' -intro: '{% data variables.product.prodname_insights %} includes a variety of metrics to give you visibility into your team''s software delivery process.' +intro: '{% data variables.product.prodname_insights %} includes a variety of metrics to give you visibility into your team\'s software delivery process.' redirect_from: - /github/installing-and-configuring-github-insights/metrics-available-with-github-insights - /github/installing-and-configuring-github-insights/key-metrics-for-collaboration-in-pull-requests diff --git a/content/insights/installing-and-configuring-github-insights/managing-permissions-in-github-insights.md b/content/insights/installing-and-configuring-github-insights/managing-permissions-in-github-insights.md index f74745251455..da3c0a790d91 100644 --- a/content/insights/installing-and-configuring-github-insights/managing-permissions-in-github-insights.md +++ b/content/insights/installing-and-configuring-github-insights/managing-permissions-in-github-insights.md @@ -1,6 +1,6 @@ --- title: Managing permissions in GitHub Insights -intro: 'You can update a user''s permissions in {% data variables.product.prodname_insights %}.' +intro: 'You can update a user\'s permissions in {% data variables.product.prodname_insights %}.' product: '{% data reusables.gated-features.github-insights %}' permissions: 'People with admin permissions to {% data variables.product.prodname_insights %} can manage permissions.' versions: diff --git a/content/packages/getting-started-with-github-container-registry/migrating-to-github-container-registry-for-docker-images.md b/content/packages/getting-started-with-github-container-registry/migrating-to-github-container-registry-for-docker-images.md index 3a89524a8455..80e304f87da5 100644 --- a/content/packages/getting-started-with-github-container-registry/migrating-to-github-container-registry-for-docker-images.md +++ b/content/packages/getting-started-with-github-container-registry/migrating-to-github-container-registry-for-docker-images.md @@ -1,6 +1,6 @@ --- title: Migrating to GitHub Container Registry for Docker images -intro: 'If you''ve used the GitHub Packages Docker registry to store Docker images, you can migrate to the new {% data variables.product.prodname_container_registry %}.' +intro: 'If you\'ve used the GitHub Packages Docker registry to store Docker images, you can migrate to the new {% data variables.product.prodname_container_registry %}.' product: '{% data reusables.gated-features.packages %}' versions: free-pro-team: '*' diff --git a/content/rest/overview/index.md b/content/rest/overview/index.md index 05b787c18ff3..055c9cf615e8 100644 --- a/content/rest/overview/index.md +++ b/content/rest/overview/index.md @@ -1,7 +1,7 @@ --- title: REST API overview shortTitle: Overview -intro: 'Learn about resources, libraries, previews and troubleshooting for {% data variables.product.prodname_dotcom %}''s REST API.' +intro: 'Learn about resources, libraries, previews and troubleshooting for {% data variables.product.prodname_dotcom %}\'s REST API.' versions: free-pro-team: '*' enterprise-server: '*' diff --git a/data/variables/contact.yml b/data/variables/contact.yml index 043c3a3cf1ca..4f5d66c80bf0 100644 --- a/data/variables/contact.yml +++ b/data/variables/contact.yml @@ -15,7 +15,7 @@ contact_dmca: >- contact_privacy: >- {% if currentVersion == "free-pro-team@latest" %}[Privacy contact form](https://github.com/contact/privacy){% endif %} -contact_enterprise_sales: '[GitHub''s Sales team](https://enterprise.github.com/contact)' +contact_enterprise_sales: '[GitHub\'s Sales team](https://enterprise.github.com/contact)' contact_feedback_actions: '[Feedback form for GitHub Actions](https://support.github.com/contact/feedback?contact[category]=actions)'