From: Douglas R. Reno Date: Thu, 27 May 2021 17:22:42 +0000 (-0500) Subject: INSTALL: use correct extension for CURL-DISABLE.md X-Git-Tag: curl-7_78_0~249 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ed38ac86eab300c21a265c229dbd264d4aab4772;p=thirdparty%2Fcurl.git 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 --- diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 81a1e3959b..0faf688280 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -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: