From a97cd2dc9196f7c694d48a6bfacddf3753000fc9 Mon Sep 17 00:00:00 2001 From: Matt Pollard Date: Wed, 12 Jul 2023 13:38:36 +0200 Subject: [PATCH] Fix broken links for GHES 3.10 RC (#38958) --- .../creating-custom-deployment-protection-rules.md | 4 ++++ .../exploring-user-activity/viewing-push-logs.md | 2 +- .../configuring-the-codeql-workflow-for-compiled-languages.md | 2 +- .../customizing-code-scanning.md | 2 +- content/rest/orgs/personal-access-tokens.md | 3 +-- content/rest/orgs/rules.md | 2 +- content/rest/repos/rules.md | 2 +- 7 files changed, 10 insertions(+), 7 deletions(-) diff --git a/content/actions/deployment/protecting-deployments/creating-custom-deployment-protection-rules.md b/content/actions/deployment/protecting-deployments/creating-custom-deployment-protection-rules.md index d90c00c824..95b62ce60a 100644 --- a/content/actions/deployment/protecting-deployments/creating-custom-deployment-protection-rules.md +++ b/content/actions/deployment/protecting-deployments/creating-custom-deployment-protection-rules.md @@ -78,6 +78,10 @@ Once a workflow reaches a job that references an environment that has the custom 1. Optionally, review the deployment on {% data variables.product.prodname_dotcom_the_website %}. For more information, see "[AUTOTITLE](/actions/managing-workflow-runs/reviewing-deployments)." +{% ifversion fpt or ghec %} + ## Publishing custom deployment protection rules in the {% data variables.product.prodname_marketplace %} You can publish your {% data variables.product.prodname_github_app %} to the {% data variables.product.prodname_marketplace %} to allow developers to discover suitable protection rules and install it across their {% data variables.product.company_short %} repositories. Or you can browse existing custom deployment protection rules to suit your needs. For more information, see "[AUTOTITLE](/apps/publishing-apps-to-github-marketplace/github-marketplace-overview/about-github-marketplace)" and "[AUTOTITLE](/apps/publishing-apps-to-github-marketplace/listing-an-app-on-github-marketplace)." + +{% endif %} \ No newline at end of file diff --git a/content/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs.md b/content/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs.md index 4ff85caa88..b67b3e7654 100644 --- a/content/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs.md +++ b/content/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs.md @@ -29,7 +29,7 @@ Push log entries show: {% ifversion repository-activity-view %} {% data reusables.repositories.activity-view %} -For more information, see "[Using the activity view to see changes to your repository](/enterprise-server@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-repository-activity#using-the-activity-view-to-see-changes-to-a-repository)." +For more information, see "[AUTOTITLE](/repositories/viewing-activity-and-data-for-your-repository/using-the-activity-view-to-see-changes-to-a-repository)." {% endif %} ## Viewing a repository's push logs diff --git a/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages.md b/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages.md index 399be76f53..25f1212499 100644 --- a/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages.md +++ b/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages.md @@ -192,7 +192,7 @@ If you added manual build steps for compiled languages and {% data variables.pro {% data reusables.code-scanning.beta-swift-support %} -Code scanning of Swift code uses macOS runners by default. Since {% data variables.product.company_short %}-hosted macOS runners are more expensive than Linux and Windows runners, we recommend that you build only the code that you want to analyze. For more information about pricing for {% data variables.product.company_short %}-hosted runners, see "[AUTOTITLE](/billing/managing-billing-for-github-actions/about-billing-for-github-actions)." +Code scanning of Swift code uses macOS runners by default. {% ifversion fpt or ghec %}Since {% data variables.product.company_short %}-hosted macOS runners are more expensive than Linux and Windows runners, we recommend that you build only the code that you want to analyze. For more information about pricing for {% data variables.product.company_short %}-hosted runners, see "[AUTOTITLE](/billing/managing-billing-for-github-actions/about-billing-for-github-actions)."{% endif %} `xcodebuild` and `swift build` are both supported for Swift builds. We recommend only targeting one architecture during the build. For example, `ARCH=arm64` for `xcodebuild`, or `--arch arm64` for `swift build`. diff --git a/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/customizing-code-scanning.md b/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/customizing-code-scanning.md index 68e0c8e5c3..efbcd30a53 100644 --- a/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/customizing-code-scanning.md +++ b/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/customizing-code-scanning.md @@ -158,7 +158,7 @@ This workflow scans: {% ifversion codeql-swift-beta %} {% note %} -**Note**: Code scanning of Swift code uses macOS runners by default. {% data variables.product.company_short %}-hosted macOS runners are more expensive than Linux and Windows runners, so you should consider only scanning the build step. For more information about configuring code scanning for Swift, see "[AUTOTITLE](/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages#considerations-for-building-swift)." For more information about pricing for {% data variables.product.company_short %}-hosted runners, see "[AUTOTITLE](/billing/managing-billing-for-github-actions/about-billing-for-github-actions)." +**Note**: Code scanning of Swift code uses macOS runners by default. {% ifversion fpt or ghec %}{% data variables.product.company_short %}-hosted macOS runners are more expensive than Linux and Windows runners, so you should consider only scanning the build step. For more information about configuring code scanning for Swift, see "[AUTOTITLE](/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages#considerations-for-building-swift)." For more information about pricing for {% data variables.product.company_short %}-hosted runners, see "[AUTOTITLE](/billing/managing-billing-for-github-actions/about-billing-for-github-actions)."{% endif %} {% endnote %} diff --git a/content/rest/orgs/personal-access-tokens.md b/content/rest/orgs/personal-access-tokens.md index a57b16288b..052b677ca2 100644 --- a/content/rest/orgs/personal-access-tokens.md +++ b/content/rest/orgs/personal-access-tokens.md @@ -3,8 +3,7 @@ title: Personal access tokens shortTitle: Personal access tokens intro: 'Use the REST API to manage {% data variables.product.pat_v2 %}s.' versions: - fpt: '*' - ghec: '*' + feature: pat-v2 topics: - API autogenerated: rest diff --git a/content/rest/orgs/rules.md b/content/rest/orgs/rules.md index 24087437d8..be95056713 100644 --- a/content/rest/orgs/rules.md +++ b/content/rest/orgs/rules.md @@ -4,7 +4,7 @@ shortTitle: Rules intro: 'Use the rulesets API to manage rulesets for repositories. Organization rulesets control how people can interact with selected branches and tags in repositories in an organization.' versions: fpt: '*' - ghec: '*' + feature: repo-rules-enterprise topics: - API autogenerated: rest diff --git a/content/rest/repos/rules.md b/content/rest/repos/rules.md index 5529d5188c..9c579c523d 100644 --- a/content/rest/repos/rules.md +++ b/content/rest/repos/rules.md @@ -4,7 +4,7 @@ shortTitle: Rules intro: 'Use the rulesets API to manage rulesets for repositories. Rulesets control how people can interact with selected branches and tags in a repository.' versions: fpt: '*' - ghec: '*' + feature: repo-rules-enterprise topics: - API autogenerated: rest