mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:31:41 +03:00
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:
parent
73ad54f7b0
commit
612c5a8a2e
1 changed files with 2 additions and 1 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue