]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs: fix broken link in CODE_REVIEW.md
authorFabrício Canedo <fabriciocanedo0311@gmail.com>
Tue, 17 Jun 2025 18:51:57 +0000 (15:51 -0300)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 21 Jun 2025 08:32:06 +0000 (10:32 +0200)
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

index bee26a3f34055f527d7a9c1560a09cd4cc32a3e8..da7bb2c9d78ba8e50eb7b3c08ccb83f039742b25 100644 (file)
@@ -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.