From 7794cacf7e1798b1d21ce77273ffe8ea20a40d53 Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Tue, 23 Apr 2019 12:38:31 +0200 Subject: [PATCH] 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. --- docs/INTERNALS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)