From: Fabrício Canedo Date: Tue, 17 Jun 2025 17:46:23 +0000 (-0300) Subject: docs: fix broken link in INSTALL.md X-Git-Tag: rc-8_15_0-1~8 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=612c5a8a2e966d66cbf282465be7128abede1370;p=thirdparty%2Fcurl.git docs: fix broken link in INSTALL.md In INSTALL.md file, the link that points to CURL-DISABLE was broken, so I fixed this issue changing the link from only "CURL-DISABLE.md" to "https://github.com/curl/curl/blob/master/docs/CURL-DISABLE.md". Fixes https://github.com/curl/curl-www/issues/427 Closes #17654 --- diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 23b1c78990..410fba07d4 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -340,7 +340,8 @@ environment, therefore, you cannot use the various disable-protocol options of the configure utility on this platform. You can use specific defines to disable specific protocols and features. See -[CURL-DISABLE](CURL-DISABLE.md) for the full list. +[CURL-DISABLE](https://github.com/curl/curl/blob/master/docs/CURL-DISABLE.md) +for the full list. If you want to set any of these defines you have the following options: