Skip to content

Commit 255375f

Browse files
heiskrCopilot
andauthored
Fix broken internal links: anchors, stale paths, and unversioned links (#60167)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent ca626ff commit 255375f

14 files changed

Lines changed: 14 additions & 17 deletions

File tree

content/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ See the [contributing docs](https://docs.github.com/en/contributing) for general
2727
- [`includeGuides`](#includeguides)
2828
- [`journeyTracks`](#journeytracks)
2929
- [`type`](#type)
30-
- [`topics`](#topics)
3130
- [`communityRedirect`](#communityRedirect)
3231
- [`effectiveDate`](#effectiveDate)
3332
- [Escaping single quotes](#escaping-single-quotes)
@@ -443,4 +442,4 @@ To create a product guides page (e.g. [Actions' Guide page](https://docs.github.
443442
1. (optional) Define which articles to include with [`includeGuides`](#includeGuides).
444443

445444
If using learning tracks, they need to be defined in [`data/learning-tracks/*.yml`](../data/learning-tracks/README.md).
446-
If using `includeGuides`, make sure each of the articles in this list has [`topics`](#topics) and [`type`](#type) in its frontmatter.
445+
If using `includeGuides`, make sure each of the articles in this list has [`type`](#type) in its frontmatter.

content/actions/reference/workflows-and-actions/events-that-trigger-workflows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,7 @@ jobs:
997997
> * {% data reusables.actions.schedule-delay %}
998998
> * {% data reusables.actions.branch-requirement %}
999999
> * Scheduled workflows will only run on the default branch.
1000-
> * In a public repository, scheduled workflows are automatically disabled when no repository activity has occurred in 60 days. For information on re-enabling a disabled workflow, see [AUTOTITLE](/enterprise-server/actions/using-workflows/disabling-and-enabling-a-workflow#enabling-a-workflow).
1000+
> * In a public repository, scheduled workflows are automatically disabled when no repository activity has occurred in 60 days. For information on re-enabling a disabled workflow, see [AUTOTITLE](/actions/how-tos/manage-workflow-runs/disable-and-enable-workflows#enabling-a-workflow).
10011001

10021002
The `schedule` event allows you to trigger a workflow at a scheduled time.
10031003

content/admin/managing-iam/provisioning-user-accounts-with-scim/configuring-scim-provisioning-for-users.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ This table contains the network requirements to configure GHES SCIM with an IdP:
6060

6161
| System | Direction | Purpose | Protocol / Port | Notes |
6262
|------------|------------|----------|------------------|-------|
63-
| GitHub Enterprise Server | Inbound | Receives SCIM API requests from IdP for users and groups | TCP 443 (HTTPS) | [AUTOTITLE](/enterprise-server/rest/enterprise-admin/scim) must be reachable from IdP |
63+
| GitHub Enterprise Server | Inbound | Receives SCIM API requests from IdP for users and groups | TCP 443 (HTTPS) | [AUTOTITLE](/rest/enterprise-admin/scim) must be reachable from IdP |
6464
| Identity Provider (IdP) | Outbound | Sends SCIM provisioning requests to GitHub for users and groups | TCP 443 (HTTPS) | IdP acts as SCIM client, initiating outbound HTTPS connections to GitHub's SCIM API endpoints. |
6565

6666
* For authentication, your instance must use SAML SSO, or a mix of SAML and built-in authentication.

content/admin/monitoring-and-managing-your-instance/monitoring-your-instance/troubleshooting-resource-allocation-problems.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ shortTitle: Troubleshooting resource allocation problems
2020
2121
We recommend using the monitor dashboard to stay informed on your appliance's resource health and make decisions on how to fix high usage issues, such as the ones outlined on this page.
2222

23-
For system-critical issues, and prior to making modifications to your appliance, we highly recommend contacting us by visiting {% data variables.contact.contact_ent_support %} and including your support bundle. For more information, see [Providing data to {% data variables.product.prodname_enterprise %} Support](/enterprise/{{ currentVersion}}/admin/guides/enterprise-support/providing-data-to-github-support#creating-and-sharing-support-bundles).
23+
For system-critical issues, and prior to making modifications to your appliance, we highly recommend contacting us by visiting {% data variables.contact.contact_ent_support %} and including your support bundle. For more information, see [AUTOTITLE](/enterprise/{{ currentVersion}}/support/contacting-github-support/providing-data-to-github-support#creating-and-sharing-support-bundles).
2424

2525
## High CPU usage
2626

content/code-security/concepts/code-scanning/codeql/codeql-query-packs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The standard {% data variables.product.prodname_codeql %} packs for all supporte
5858
* `codeql/ruby-queries`
5959
* `codeql/swift-queries`
6060

61-
For more information about compatibility between published query packs and different {% data variables.product.prodname_codeql %} releases, see [AUTOTITLE](/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/publishing-and-using-codeql-packs#about-codeql-pack-compatibility).
61+
For more information about compatibility between published query packs and different {% data variables.product.prodname_codeql %} releases, see [AUTOTITLE](/code-security/reference/code-scanning/codeql/codeql-cli/codeql-query-packs#codeql-pack-compatibility).
6262

6363
You can also use the {% data variables.product.prodname_codeql_cli %} to create your own {% data variables.product.prodname_codeql %} packs, add dependencies to packs, and install or update dependencies.
6464

content/code-security/how-tos/scan-code-for-vulnerabilities/scan-from-the-command-line/publish-and-use-packs.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,7 @@ query pack to download, keep in mind that when you update your version of
146146
also need to switch to a newer version of the query pack. Newer
147147
versions of {% data variables.product.prodname_codeql %} _may_ provide
148148
degraded performance when used with query packs that have been pinned
149-
to a very old version. For more information, see [About {% data variables.product.prodname_codeql %}
150-
pack compatibility](#about-codeql-pack-compatibility).
149+
to a very old version. For more information, see [AUTOTITLE](/code-security/reference/code-scanning/codeql/codeql-cli/codeql-query-packs#codeql-pack-compatibility).
151150

152151
## Using a {% data variables.product.prodname_codeql %} pack to analyze a {% data variables.product.prodname_codeql %} database
153152

content/code-security/how-tos/secure-your-supply-chain/manage-your-dependency-security/configuring-access-to-private-registries-for-dependabot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The top-level `registries` key is optional and specifies authentication details.
4747

4848
{% data reusables.dependabot.dependabot-updates-registries-options %}
4949

50-
For more information about the configuration options that are available and about the supported types, see [AUTOTITLE](/code-security/dependabot/working-with-dependabot/dependabot-options-reference#top-level-registries-key).
50+
For more information about the configuration options that are available and about the supported types, see [AUTOTITLE](/code-security/reference/supply-chain-security/dependabot-options-reference#top-level-registries-key).
5151

5252
## Storing credentials for Dependabot to use
5353

content/code-security/reference/code-scanning/workflow-configuration-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ In the example below, `scope` is the organization or personal account that publi
294294
> [!NOTE]
295295
> If you specify a particular version of a query pack to use, beware that the version you specify may eventually become too old to be used efficiently by the default {% data variables.product.prodname_codeql %} engine used by the {% data variables.product.prodname_codeql %} action. To ensure optimal performance, if you need to specify exact query pack versions, you should consider reviewing periodically whether the pinned version of the query pack needs to be moved forward.
296296
>
297-
> For more information about pack compatibility, see [AUTOTITLE](/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/publishing-and-using-codeql-packs#about-codeql-pack-compatibility).
297+
> For more information about pack compatibility, see [AUTOTITLE](/code-security/reference/code-scanning/codeql/codeql-cli/codeql-query-packs#codeql-pack-compatibility).
298298

299299
### Downloading {% data variables.product.prodname_codeql %} packs from {% data variables.product.prodname_ghe_server %}
300300

content/code-security/tutorials/customize-code-scanning/customizing-analysis-with-codeql-packs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Before you can use a {% data variables.product.prodname_codeql %} query pack to
3232
> [!NOTE]
3333
> If you specify a particular version of a query pack to use, be aware that the version you specify may eventually become too old for the latest version of {% data variables.product.prodname_codeql %} to make efficient use of. To ensure optimal performance, if you need to specify exact query pack versions, you should reevaluate which versions you pin to whenever you upgrade the {% data variables.product.prodname_codeql_cli %} you're using.
3434
>
35-
> For more information about pack compatibility, see [AUTOTITLE](/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/publishing-and-using-codeql-packs#about-codeql-pack-compatibility).
35+
> For more information about pack compatibility, see [AUTOTITLE](/code-security/reference/code-scanning/codeql/codeql-cli/codeql-query-packs#codeql-pack-compatibility).
3636
3737
### Basic example of downloading and using query packs
3838

content/contributing/style-guide-and-content-model/style-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1659,7 +1659,7 @@ Unless the content is about administering an enterprise product, describe an ind
16591659
With {% data variables.product.company_short %}'s enterprise products, administrators manage an enterprise account. An enterprise account can own multiple organizations, and people's user accounts can be members of the organizations. For more information, see the "Roles in an enterprise" article for each product.
16601660
16611661
* [{% data variables.product.prodname_ghe_cloud %}](/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise)
1662-
* [{% data variables.product.prodname_ghe_server %}](/enterprise-server/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise)
1662+
* [{% data variables.product.prodname_ghe_server %}](/enterprise-server@latest/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise)
16631663
16641664
If the reader manages an enterprise account, and you're describing the people's accounts that they manage, use "user account." This applies to the following products.
16651665

0 commit comments

Comments
 (0)