From 26498eac257775b298c575ed55ee44657394716b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 8 Jan 2024 15:30:54 +0100 Subject: [PATCH] http.md: remove bad link to #https Ref: #404 --- http.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http.md b/http.md index 878ab28514..c3598d3782 100644 --- a/http.md +++ b/http.md @@ -6,7 +6,7 @@ explains how to do effective HTTP transfers and general fiddling with curl. This mostly works the same way for HTTPS, as they are really the same thing under the hood, as HTTPS is HTTP with an extra security TLS layer. See also -the specific [HTTPS](#https) section below. +the specific HTTPS section. * [Protocol basics](http/basics.md) * [Method](http/method.md)