From c26a7b602f2be8e4d2d68bd323038d46a1bbd1e6 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 30 Dec 2024 16:49:38 +0100 Subject: [PATCH] fixup link --- usingcurl/connections/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usingcurl/connections/README.md b/usingcurl/connections/README.md index 8b32b989a..dde3d158c 100644 --- a/usingcurl/connections/README.md +++ b/usingcurl/connections/README.md @@ -9,7 +9,7 @@ For ordinary command line usage, operating on a URL, these are details which are taken care of under the hood, and which you can mostly ignore. But at times you might find yourself wanting to tweak the specifics… -* [VLAN](vlan.md) +* [Setup](setup.md) * [Name resolve tricks](name.md) * [Connection timeout](timeout.md) * [Happy Eyeballs](happy.md)