From 17f8b1db5c3e5ac95e1ab72563701626818899d0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabr=C3=ADcio=20Canedo?= Date: Tue, 17 Jun 2025 15:51:57 -0300 Subject: [PATCH] docs: fix broken link in CODE_REVIEW.md In CODE_REVIEW.md file, the link that points to CONTRIBUTE was broken, so I fixed this issue changing the link from only "CONTRIBUTE.md" to "https://curl.se/dev/contribute.html". Closes #17656 --- docs/CODE_REVIEW.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/CODE_REVIEW.md b/docs/CODE_REVIEW.md index bee26a3f34..da7bb2c9d7 100644 --- a/docs/CODE_REVIEW.md +++ b/docs/CODE_REVIEW.md @@ -170,5 +170,6 @@ used as input to string functions. Tightly coupled with a code review is making sure that the commit message is good. It is the responsibility of the person who merges the code to make sure that the commit message follows our standard (detailed in the -[CONTRIBUTE](CONTRIBUTE.md) document). This includes making sure the PR -identifies related issues and giving credit to reporters and helpers. +[CONTRIBUTE](https://curl.se/dev/contribute.html) document). This includes +making sure the PR identifies related issues and giving credit to reporters +and helpers. -- 2.47.2