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
This commit is contained in:
Fabrício Canedo 2025-06-17 14:46:23 -03:00 committed by Daniel Stenberg
parent 73ad54f7b0
commit 612c5a8a2e
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -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: