diff options
author | Daniel Gustafsson <daniel@yesql.se> | 2019-04-23 12:38:31 +0200 |
---|---|---|
committer | Daniel Gustafsson <daniel@yesql.se> | 2019-04-23 13:11:19 +0200 |
commit | 7794cacf7e1798b1d21ce77273ffe8ea20a40d53 (patch) | |
tree | 83857c7908a9dfb05339b41950117fe6a6947ab1 | |
parent | c3666e431fe3f76d51bf11c31a87cc4b510f2d0c (diff) |
INTERNALS: fix misindentation of ToC item
Kerberos was incorrectly indented as a subsection under FTP, which is
incorrect as they are both top level sections. A fix for this was first
attempted in commit fef38a0898322f285401c5ff2f5e7c90dbf3be63 but that
was a few paddles short of being complete.
-rw-r--r-- | docs/INTERNALS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/INTERNALS.md b/docs/INTERNALS.md index f2b727b58..2120216db 100644 --- a/docs/INTERNALS.md +++ b/docs/INTERNALS.md @@ -13,7 +13,7 @@ curl internals - [`Curl_disconnect`](#Curl_disconnect) - [HTTP(S)](#http) - [FTP](#ftp) - - [Kerberos](#kerberos) + - [Kerberos](#kerberos) - [TELNET](#telnet) - [FILE](#file) - [SMB](#smb) |