docs: Fix broken link for GitHub Actions job.

Signed-off-by: apoorvapendse <apoorvavpendse@gmail.com>
This commit is contained in:
apoorvapendse
2025-05-31 15:59:28 +05:30
committed by Tim Abbott
parent 015bd7e6c9
commit 9d1fd76951

View File

@@ -136,8 +136,8 @@ The following review steps apply to the majority of PRs.
All the 7 jobs run in GitHub Actions. You can see what caused All the 7 jobs run in GitHub Actions. You can see what caused
the job to fail by clicking on the failed job. This will open the job to fail by clicking on the failed job. This will open
up a page in the CI that has more details on why the job failed. up a page in the CI that has more details on why the job failed.
For example [this](https://github.com/zulip/zulip/runs/2092955762) For example [this](https://github.com/zulip/zulip/actions/runs/15362225042/job/43230810881)
is the page of the "Ubuntu 20.04 (Python 3.8, backend + frontend)" job. is the page of an "Ubuntu 22.04 (Python 3.10, backend + frontend)" job.
See our docs on [continuous integration](../testing/continuous-integration.md) See our docs on [continuous integration](../testing/continuous-integration.md)
to learn more. to learn more.