From be5a7de54afc2404f6c9b523d855f87009730727 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Wed, 10 Apr 2024 08:38:47 +0100 Subject: [PATCH] docs/Python-for-Formula-Authors: fix mdlint Co-authored-by: Eric Knibbe --- docs/Python-for-Formula-Authors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Python-for-Formula-Authors.md b/docs/Python-for-Formula-Authors.md index db1663c9fe..3c10b8718a 100644 --- a/docs/Python-for-Formula-Authors.md +++ b/docs/Python-for-Formula-Authors.md @@ -181,7 +181,7 @@ Remember: there are very limited cases for libraries (e.g. significant amounts o * `cryptography`: builds with `rust` -* `certifi`: patched formula to allow any Python-based formulae to leverage the brewed CA certs (see https://github.com/orgs/Homebrew/discussions/4691). +* `certifi`: patched formula to allow any Python-based formulae to leverage the brewed CA certs (see ). ### Python declarations for libraries