1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

INTERNALS.md: fix subsection depth and link

The Kerberos subsection was mistakenly a subsubsection under FTP, and
the curlx subsection was missing an anchor for the TOC link.

Closes #3529
Reviewed-by: Daniel Stenberg <daniel@haxx.se>
This commit is contained in:
Daniel Gustafsson 2019-02-06 10:29:14 +01:00
parent f3294d9d86
commit fef38a0898

View File

@ -314,7 +314,7 @@ FTP
<a name="kerberos"></a> <a name="kerberos"></a>
Kerberos Kerberos
-------- ========
Kerberos support is mainly in lib/krb5.c and lib/security.c but also Kerberos support is mainly in lib/krb5.c and lib/security.c but also
`curl_sasl_sspi.c` and `curl_sasl_gssapi.c` for the email protocols and `curl_sasl_sspi.c` and `curl_sasl_gssapi.c` for the email protocols and
@ -590,6 +590,7 @@ Asynchronous name resolves
options that end with LARGE. The type is 64bit large on most modern options that end with LARGE. The type is 64bit large on most modern
platforms. platforms.
<a name="curlx"></a>
curlx curlx
===== =====