From 9d1fd76951fce68489875ad7e1f6cebab06b6fc3 Mon Sep 17 00:00:00 2001 From: apoorvapendse Date: Sat, 31 May 2025 15:59:28 +0530 Subject: [PATCH] docs: Fix broken link for GitHub Actions job. Signed-off-by: apoorvapendse --- docs/contributing/code-reviewing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contributing/code-reviewing.md b/docs/contributing/code-reviewing.md index a5f1478f9d..0dc22001ef 100644 --- a/docs/contributing/code-reviewing.md +++ b/docs/contributing/code-reviewing.md @@ -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 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. - For example [this](https://github.com/zulip/zulip/runs/2092955762) - is the page of the "Ubuntu 20.04 (Python 3.8, backend + frontend)" job. + For example [this](https://github.com/zulip/zulip/actions/runs/15362225042/job/43230810881) + is the page of an "Ubuntu 22.04 (Python 3.10, backend + frontend)" job. See our docs on [continuous integration](../testing/continuous-integration.md) to learn more.