From 8343f247a272349b4f22f9a31469c20859dafa1a Mon Sep 17 00:00:00 2001 From: Jeroen Thora Date: Sat, 27 Mar 2021 12:25:11 +0100 Subject: [PATCH] Correctly link to github actions docs and fix backlinks --- doc/README.md | 7 +++++++ doc/repo/actions/artifacts.md | 4 ++-- doc/repo/actions/secrets.md | 4 ++-- doc/repo/actions/self_hosted_runners.md | 4 ++-- doc/repo/actions/workflow_jobs.md | 4 ++-- doc/repo/actions/workflow_runs.md | 4 ++-- doc/repo/actions/workflows.md | 4 ++-- 7 files changed, 19 insertions(+), 12 deletions(-) diff --git a/doc/README.md b/doc/README.md index 361cdaaba8b..acae0d3a441 100644 --- a/doc/README.md +++ b/doc/README.md @@ -48,6 +48,13 @@ v3 APIs: * [Reviews](pull_request/reviews.md) * [Rate Limits](rate_limits.md) * [Repositories](repos.md) + * Actions + * [Artifacts](repo/actions/artifacts.md) + * [Secrets](repo/actions/secrets.md) + * [Self hosted runners](repo/actions/self_hosted_runners.md) + * [Workflow jobs](repo/actions/workflow_jobs.md) + * [Workflow runs](repo/actions/workflow_runs.md) + * [Workflows](repo/actions/workflows.md) * [Check Runs](repo/check_runs.md) * [Check Suites](repo/check_suites.md) * [Contents](repo/contents.md) diff --git a/doc/repo/actions/artifacts.md b/doc/repo/actions/artifacts.md index b457f12c806..c20d37309c0 100644 --- a/doc/repo/actions/artifacts.md +++ b/doc/repo/actions/artifacts.md @@ -1,5 +1,5 @@ -## Repo / Artifacts API -[Back to the "Repos API"](../repos.md) | [Back to the navigation](../README.md) +## Repo / Actions / Artifacts API +[Back to the "Repos API"](../../repos.md) | [Back to the navigation](../../README.md) ### List artifacts for a repository diff --git a/doc/repo/actions/secrets.md b/doc/repo/actions/secrets.md index 037409fd53e..a3718aff931 100644 --- a/doc/repo/actions/secrets.md +++ b/doc/repo/actions/secrets.md @@ -1,5 +1,5 @@ -## Repo / Secrets API -[Back to the "Repos API"](../repos.md) | [Back to the navigation](../README.md) +## Repo / Actions / Secrets API +[Back to the "Repos API"](../../repos.md) | [Back to the navigation](../../README.md) ### List repository secrets diff --git a/doc/repo/actions/self_hosted_runners.md b/doc/repo/actions/self_hosted_runners.md index 1c09767d6cd..1f754a4802b 100644 --- a/doc/repo/actions/self_hosted_runners.md +++ b/doc/repo/actions/self_hosted_runners.md @@ -1,5 +1,5 @@ -## Repo / Self Hosted Runners API -[Back to the "Repos API"](../repos.md) | [Back to the navigation](../README.md) +## Repo / Actions / Self Hosted Runners API +[Back to the "Repos API"](../../repos.md) | [Back to the navigation](../../README.md) # List self-hosted runners for a repository diff --git a/doc/repo/actions/workflow_jobs.md b/doc/repo/actions/workflow_jobs.md index 151c59c5e95..12dbbff98f6 100644 --- a/doc/repo/actions/workflow_jobs.md +++ b/doc/repo/actions/workflow_jobs.md @@ -1,5 +1,5 @@ -## Repo / Workflow Jobs API -[Back to the "Repos API"](../repos.md) | [Back to the navigation](../README.md) +## Repo / Actions / Workflow Jobs API +[Back to the "Repos API"](../../repos.md) | [Back to the navigation](../../README.md) ### List jobs for a workflow run diff --git a/doc/repo/actions/workflow_runs.md b/doc/repo/actions/workflow_runs.md index 88c6da7c621..66438567d48 100644 --- a/doc/repo/actions/workflow_runs.md +++ b/doc/repo/actions/workflow_runs.md @@ -1,5 +1,5 @@ -## Repo / Workflow Runs API -[Back to the "Repos API"](../repos.md) | [Back to the navigation](../README.md) +## Repo / Actions / Workflow Runs API +[Back to the "Repos API"](../../repos.md) | [Back to the navigation](../../README.md) ### List workflow runs for a repository diff --git a/doc/repo/actions/workflows.md b/doc/repo/actions/workflows.md index d6689d90aa2..3e47bbb2b49 100644 --- a/doc/repo/actions/workflows.md +++ b/doc/repo/actions/workflows.md @@ -1,5 +1,5 @@ -## Repo / Workflows API -[Back to the "Repos API"](../repos.md) | [Back to the navigation](../README.md) +## Repo / Actions / Workflows API +[Back to the "Repos API"](../../repos.md) | [Back to the navigation](../../README.md) ### List repository workflows