From 4809eadd1e60c8bb0dc91cdf1288a3ec4887f3d3 Mon Sep 17 00:00:00 2001 From: Emma Makinson Date: Mon, 16 May 2022 15:46:17 +0100 Subject: [PATCH] Fixes broken link (#27713) * Fix broken links --- .../actions/using-workflows/events-that-trigger-workflows.md | 2 +- .../repositories/releasing-projects-on-github/about-releases.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/actions/using-workflows/events-that-trigger-workflows.md b/content/actions/using-workflows/events-that-trigger-workflows.md index c22e7fba65..2361ba9b33 100644 --- a/content/actions/using-workflows/events-that-trigger-workflows.md +++ b/content/actions/using-workflows/events-that-trigger-workflows.md @@ -1051,7 +1051,7 @@ on: {% endnote %} -Runs your workflow when release activity in your repository occurs. For information about the release APIs, see "[Release](/graphql/reference/objects#release)" in the GraphQL API documentation or "[Releases](/rest/reference/repos#releases)" in the REST API documentation. +Runs your workflow when release activity in your repository occurs. For information about the release APIs, see "[Release](/graphql/reference/objects#release)" in the GraphQL API documentation or "[Releases](/rest/reference/releases)" in the REST API documentation. For example, you can run a workflow when a release has been `published`. diff --git a/content/repositories/releasing-projects-on-github/about-releases.md b/content/repositories/releasing-projects-on-github/about-releases.md index 29261145b4..2ec8945120 100644 --- a/content/repositories/releasing-projects-on-github/about-releases.md +++ b/content/repositories/releasing-projects-on-github/about-releases.md @@ -47,7 +47,7 @@ If a release fixes a security vulnerability, you should publish a security advis You can view the **Dependents** tab of the dependency graph to see which repositories and packages depend on code in your repository, and may therefore be affected by a new release. For more information, see "[About the dependency graph](/github/visualizing-repository-data-with-graphs/about-the-dependency-graph)." {% endif %} -You can also use the Releases API to gather information, such as the number of times people download a release asset. For more information, see "[Releases](/rest/reference/repos#releases)." +You can also use the Releases API to gather information, such as the number of times people download a release asset. For more information, see "[Releases](/rest/reference/releases)." {% ifversion fpt or ghec %} ## Storage and bandwidth quotas