Skip to content

Commit c7fc16e

Browse files
lpincaaddaleax
authored andcommitted
doc: fix broken links in commit-queue.md
Fixes: #34787 PR-URL: #34789 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Denys Otrishko <[email protected]> Reviewed-By: Derek Lewis <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Mary Marchini <[email protected]>
1 parent a0ba416 commit c7fc16e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/guides/commit-queue.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ of the commit queue:
5050

5151
## Implementation
5252

53-
The [action](/.github/workflows/commit_queue.yml) will run on scheduler
53+
The [action](../../.github/workflows/commit-queue.yml) will run on scheduler
5454
events every five minutes. Five minutes is the smallest number accepted by
5555
the scheduler. The scheduler is not guaranteed to run every five minutes, it
5656
might take longer between runs.
@@ -73,7 +73,7 @@ a Jenkins token from
7373
`octokit/graphql-action` is used to fetch all Pull Requests with the
7474
`commit-queue` label. The output is a JSON payload, so `jq` is used to turn
7575
that into a list of PR ids we can pass as arguments to
76-
[`commit-queue.sh`](./tools/actions/commit-queue.sh).
76+
[`commit-queue.sh`](../../tools/actions/commit-queue.sh).
7777

7878
> The personal token only needs permission for public repositories and to read
7979
> profiles, we can use the GITHUB_TOKEN for write operations. Jenkins token is

0 commit comments

Comments
 (0)