Skip to content

Commit 3c82d55

Browse files
heiskrCopilot
andauthored
Update redirected internal links in rest (#62103)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 3af7cb3 commit 3c82d55

74 files changed

Lines changed: 182 additions & 182 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

content/rest/about-the-rest-api/about-the-openapi-description-for-the-rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ OpenAPI is a specification for describing REST API interfaces. It describes the
2525

2626
For each description, there is a version for each product: {% data variables.product.prodname_free_user %}/{% data variables.product.prodname_pro %}/{% data variables.product.prodname_team %} (`api.github.com`), {% data variables.product.prodname_ghe_cloud %} (`ghec`), and each version of {% data variables.product.prodname_ghe_server %} (`ghes-X.X`).
2727

28-
For each product, if date-based versioning is supported, there is also a description for each date-based version. For more information, see [AUTOTITLE](/rest/overview/api-versions).
28+
For each product, if date-based versioning is supported, there is also a description for each date-based version. For more information, see [AUTOTITLE](/rest/about-the-rest-api/api-versions).
2929

3030
Each description is available in a bundled or in a dereferenced format. The bundled format uses `$ref` to refer to OpenAPI components that are shared between endpoints. The dereferenced format includes the fully expanded description.
3131

content/rest/about-the-rest-api/about-the-rest-api.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ Each REST API endpoint is documented individually, and the endpoints are categor
2121
**If you are new to REST APIs**, you may find it helpful to refer to the Quickstart or Getting Started guide for an introduction. For more information, see:
2222

2323
* [AUTOTITLE](/rest/quickstart)
24-
* [AUTOTITLE](/rest/guides/getting-started-with-the-rest-api)
24+
* [AUTOTITLE](/rest/using-the-rest-api/getting-started-with-the-rest-api)
2525

2626
**If you are familiar with REST APIs** but new to {% data variables.product.company_short %}'s REST API, you may find it helpful to refer to the authentication documentation. For more information, see:
2727

28-
* [AUTOTITLE](/rest/overview/authenticating-to-the-rest-api)
28+
* [AUTOTITLE](/rest/authentication/authenticating-to-the-rest-api)
2929

3030
**If you are building scripts or applications** that use the REST API, you may find some of the following guides helpful. For examples of scripting with the REST API, see:
3131

@@ -35,13 +35,13 @@ Each REST API endpoint is documented individually, and the endpoints are categor
3535
* [AUTOTITLE](/apps/creating-github-apps/writing-code-for-a-github-app/building-a-cli-with-a-github-app)
3636
* [AUTOTITLE](/webhooks/using-webhooks/automatically-redelivering-failed-deliveries-for-a-repository-webhook)
3737

38-
For a list of libraries to facilitate scripting with the REST API, see [AUTOTITLE](/rest/overview/libraries-for-the-rest-api).
38+
For a list of libraries to facilitate scripting with the REST API, see [AUTOTITLE](/rest/using-the-rest-api/libraries-for-the-rest-api).
3939

4040
If you are building scripts or applications that use the REST API, you might also be interested in using webhooks to get notified about events or a {% data variables.product.prodname_github_app %} to access resources on behalf of a user or in an organization. For more information, see [AUTOTITLE](/webhooks/about-webhooks) and [AUTOTITLE](/apps/creating-github-apps/about-creating-github-apps/deciding-when-to-build-a-github-app).
4141

4242
## Further reading
4343

44-
* [AUTOTITLE](/rest/overview/comparing-githubs-rest-api-and-graphql-api)
45-
* [AUTOTITLE](/rest/guides/best-practices-for-using-the-rest-api)
46-
* [AUTOTITLE](/rest/overview/keeping-your-api-credentials-secure)
47-
* [AUTOTITLE](/rest/overview/troubleshooting-the-rest-api)
44+
* [AUTOTITLE](/rest/about-the-rest-api/comparing-githubs-rest-api-and-graphql-api)
45+
* [AUTOTITLE](/rest/using-the-rest-api/best-practices-for-using-the-rest-api)
46+
* [AUTOTITLE](/rest/authentication/keeping-your-api-credentials-secure)
47+
* [AUTOTITLE](/rest/using-the-rest-api/troubleshooting-the-rest-api)

content/rest/about-the-rest-api/api-versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ If you specify an API version that is no longer supported, you will receive a `4
4040

4141
## Upgrading to a new API version
4242

43-
Before upgrading to a new REST API version, you should read the changelog of breaking changes for the new API version to understand what breaking changes are included and to learn more about how to upgrade to that specific API version. For more information, see [AUTOTITLE](/rest/overview/breaking-changes).
43+
Before upgrading to a new REST API version, you should read the changelog of breaking changes for the new API version to understand what breaking changes are included and to learn more about how to upgrade to that specific API version. For more information, see [AUTOTITLE](/rest/about-the-rest-api/breaking-changes).
4444

4545
When you update your integration to specify the new API version in the `X-GitHub-Api-Version` header, you'll also need to make any changes required for your integration to work with the new API version.
4646

content/rest/about-the-rest-api/breaking-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ category:
1616

1717
{% data reusables.rest-api.about-api-versions %}
1818

19-
For more information about API versions, see [AUTOTITLE](/rest/overview/api-versions).
19+
For more information about API versions, see [AUTOTITLE](/rest/about-the-rest-api/api-versions).
2020

2121
## Upgrading to a new API version
2222

content/rest/actions/artifacts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ category:
1616

1717
## About artifacts in {% data variables.product.prodname_actions %}
1818

19-
You can use the REST API to download, delete, and retrieve information about workflow artifacts in {% data variables.product.prodname_actions %}. {% data reusables.actions.about-artifacts %} For more information, see [AUTOTITLE](/actions/using-workflows/storing-workflow-data-as-artifacts).
19+
You can use the REST API to download, delete, and retrieve information about workflow artifacts in {% data variables.product.prodname_actions %}. {% data reusables.actions.about-artifacts %} For more information, see [AUTOTITLE](/actions/tutorials/store-and-share-data).
2020

2121
<!-- Content after this section is automatically generated -->

content/rest/actions/cache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ category:
1616

1717
## About the cache in {% data variables.product.prodname_actions %}
1818

19-
You can use the REST API to query and manage the cache for repositories in {% data variables.product.prodname_actions %}. You can also install a {% data variables.product.prodname_cli %} extension to manage your caches from the command line. For more information, see [AUTOTITLE](/actions/using-workflows/caching-dependencies-to-speed-up-workflows#managing-caches).
19+
You can use the REST API to query and manage the cache for repositories in {% data variables.product.prodname_actions %}. You can also install a {% data variables.product.prodname_cli %} extension to manage your caches from the command line. For more information, see [AUTOTITLE](/actions/reference/workflows-and-actions/dependency-caching#managing-caches).
2020

2121
<!-- Content after this section is automatically generated -->

content/rest/actions/concurrency-groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ category:
1515

1616
## About concurrency groups in {% data variables.product.prodname_actions %}
1717

18-
You can use the REST API to read the state of {% data variables.product.prodname_actions %} concurrency groups, which ensure that only a single job or workflow using the same group will run at a time while additional runs are pending or canceled depending on configuration. For more information, see [AUTOTITLE](/actions/using-jobs/using-concurrency).
18+
You can use the REST API to read the state of {% data variables.product.prodname_actions %} concurrency groups, which ensure that only a single job or workflow using the same group will run at a time while additional runs are pending or canceled depending on configuration. For more information, see [AUTOTITLE](/actions/how-tos/write-workflows/choose-when-workflows-run/control-workflow-concurrency).
1919

2020
<!-- Content after this section is automatically generated -->

content/rest/actions/oidc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ category:
1414

1515
## About {% data variables.product.prodname_actions %} OIDC
1616

17-
You can use the REST API to query and manage a customization template for an OpenID Connect (OIDC) subject claim. For more information, see [AUTOTITLE](/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect).
17+
You can use the REST API to query and manage a customization template for an OpenID Connect (OIDC) subject claim. For more information, see [AUTOTITLE](/actions/concepts/security/openid-connect).
1818

1919
<!-- Content after this section is automatically generated -->

content/rest/actions/permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ category:
1616

1717
## About permissions for {% data variables.product.prodname_actions %}
1818

19-
You can use the REST API to set permissions for the {% ifversion ghes or ghec %}enterprises, {% endif %}organizations and repositories that are allowed to run {% data variables.product.prodname_actions %}, and the actions{% ifversion actions-workflow-policy %} and reusable workflows{% endif %} that are allowed to run. For more information, see [AUTOTITLE](/actions/learn-github-actions/usage-limits-billing-and-administration#disabling-or-limiting-github-actions-for-your-repository-or-organization).
19+
You can use the REST API to set permissions for the {% ifversion ghes or ghec %}enterprises, {% endif %}organizations and repositories that are allowed to run {% data variables.product.prodname_actions %}, and the actions{% ifversion actions-workflow-policy %} and reusable workflows{% endif %} that are allowed to run. For more information, see [AUTOTITLE](/actions/concepts/billing-and-usage#disabling-or-limiting-github-actions-for-your-repository-or-organization).
2020

2121
<!-- Content after this section is automatically generated -->

content/rest/actions/secrets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ category:
1616

1717
## About secrets in {% data variables.product.prodname_actions %}
1818

19-
You can use the REST API to create, update, delete, and retrieve information about secrets that can be used in workflows in {% data variables.product.prodname_actions %}. {% data reusables.actions.about-secrets %} For more information, see [AUTOTITLE](/actions/security-for-github-actions/security-guides/about-secrets).
19+
You can use the REST API to create, update, delete, and retrieve information about secrets that can be used in workflows in {% data variables.product.prodname_actions %}. {% data reusables.actions.about-secrets %} For more information, see [AUTOTITLE](/actions/concepts/security/secrets).
2020

2121
<!-- Content after this section is automatically generated -->

0 commit comments

Comments
 (0)