From 17efc5e78213157731b90351144b2f55ff6e99bb Mon Sep 17 00:00:00 2001 From: Siddarth Kumar Date: Fri, 22 Jul 2022 22:12:29 +0530 Subject: [PATCH] fix documentation url in the checklist (#2770) on click of the link the redirected url was : https://status.im/docs/docs/build_status_go.html which was a 404. updated that to the correct url https://status.im/docs/ --- .github/github-bot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/github-bot.yml b/.github/github-bot.yml index 871cc3c51..166db3689 100644 --- a/.github/github-bot.yml +++ b/.github/github-bot.yml @@ -6,7 +6,7 @@ github-team: prchecklist: title: Pull Request Checklist checklist: - - 'Have you updated the documentation, if impacted (e.g. [docs.status.im](https://docs.status.im/docs/build_status_go.html))?' + - 'Have you updated the documentation, if impacted (e.g. [docs.status.im](https://status.im/docs/))?' - 'Have you tested changes with mobile?' - 'Have you tested changes with desktop?'