Skip to content

Correctly link to github actions docs and fix backlinks #983

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions doc/repo/actions/artifacts.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions doc/repo/actions/secrets.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions doc/repo/actions/self_hosted_runners.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions doc/repo/actions/workflow_jobs.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions doc/repo/actions/workflow_runs.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions doc/repo/actions/workflows.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down