1
0
mirror of synced 2026-01-06 15:01:04 -05:00

Fixes broken link (#27713)

* Fix broken links
This commit is contained in:
Emma Makinson
2022-05-16 15:46:17 +01:00
committed by GitHub
parent b0d1d5cd20
commit 4809eadd1e
2 changed files with 2 additions and 2 deletions

View File

@@ -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`.

View File

@@ -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