diff options
author | Douglas R. Reno <renodr2002@gmail.com> | 2021-05-27 12:22:42 -0500 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-05-27 22:59:48 +0200 |
commit | ed38ac86eab300c21a265c229dbd264d4aab4772 (patch) | |
tree | 99f3b94ab8ddc2bd6e387b4de3b9a4e3f359e225 /docs/INSTALL.md | |
parent | 629463f6928b5ff9302ba860eb4caa038b208798 (diff) | |
download | curl-ed38ac86eab300c21a265c229dbd264d4aab4772.tar.gz |
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
Diffstat (limited to 'docs/INSTALL.md')
-rw-r--r-- | docs/INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 81a1e3959..0faf68828 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: |