From 1b0b85228d56f3d966340b169eaa74e8b26fe048 Mon Sep 17 00:00:00 2001 From: Nell Boulle Date: Tue, 31 Mar 2026 18:13:14 +1000 Subject: [PATCH] README: fix inter-section link There are two "Minimum package age" headers, so currently the link refers to its own section, instead of the subsequent one on configuration. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e173b66..c873f2d 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ Current enforcement differs by ecosystem: - Python package managers: - Safe Chain blocks direct package download requests using a cached list of newly released packages -By default, the minimum package age is 48 hours. This provides an additional security layer during the critical period when newly published packages are most vulnerable to containing undetected threats. You can configure this threshold or bypass this protection entirely - see the [Minimum Package Age Configuration](#minimum-package-age) section below. +By default, the minimum package age is 48 hours. This provides an additional security layer during the critical period when newly published packages are most vulnerable to containing undetected threats. You can configure this threshold or bypass this protection entirely - see the [Minimum Package Age Configuration](#minimum-package-age-1) section below. ### Shell Integration