From 612c5a8a2e966d66cbf282465be7128abede1370 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabr=C3=ADcio=20Canedo?= Date: Tue, 17 Jun 2025 14:46:23 -0300 Subject: [PATCH] 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 --- docs/INSTALL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: -- 2.47.2