From df6af955f5a266b08489c5ae843309d18e82f674 Mon Sep 17 00:00:00 2001 From: Daniel D'Avella Date: Fri, 20 Oct 2023 18:23:29 -0400 Subject: [PATCH] Automated update: fix title --- docs/codemods/python/pixee_python_https-connection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/codemods/python/pixee_python_https-connection.md b/docs/codemods/python/pixee_python_https-connection.md index 1f2a5aa..6033548 100644 --- a/docs/codemods/python/pixee_python_https-connection.md +++ b/docs/codemods/python/pixee_python_https-connection.md @@ -1,5 +1,5 @@ --- -title: Changes HTTPConnectionPool to HTTPSConnectionPool to Enforce Secure Connection +title: Enforce HTTPS Connection for `urllib3` sidebar_position: 1 ---