mirror of
https://github.com/curl/curl.git
synced 2026-07-23 12:27:19 +03:00
INSTALL: use correct extension for CURL-DISABLE.md
In INSTALL.MD, it's currently set to CURL-DISABLE-md instead of CURL-DISABLE.md. This generates a 404 on the cURL website as well as when viewing the docs through Github. Closes #7142
This commit is contained in:
parent
629463f692
commit
ed38ac86ea
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ 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.md](CURL-DISABLE-md) for the full list.
|
||||
[CURL-DISABLE.md](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