From 99a79e18aa606246fcada716c146d14e9346b94f Mon Sep 17 00:00:00 2001
From: Stella <30465823+stellaprins@users.noreply.github.com>
Date: Wed, 29 Oct 2025 18:18:47 +0000
Subject: [PATCH 1/2] fix broken link
---
docs/pages/packaging.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/pages/packaging.md b/docs/pages/packaging.md
index 45f2df32..890fbb74 100644
--- a/docs/pages/packaging.md
+++ b/docs/pages/packaging.md
@@ -45,7 +45,7 @@ a higher-level package which is effectively the same, but much easier to reuse.
| Name | Short description | 🚦 |
| -------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------- |
-| [pyproject.toml](https://pip.pypa.io/en/stable/reference/build-system/pyproject-toml/) | Contains build system requirements and information, which are used by pip to build the package. It is becoming the accepted standard and we strongly recommend it. | Best |
+| [pyproject.toml](https://packaging.python.org/en/latest/guides/writing-pyproject-toml/) | Contains build system requirements and information, which are used by pip to build the package. It is becoming the accepted standard and we strongly recommend it. | Best |
| [setup.py](https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/) | Strongly coupled with setuptools and therefore not recommended. | Good |
| [setup.cfg](https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/) | An ini file that contains defaults for setup.py commands. | Good |
From 3a5e26e3d8b57709e0f5d64aa74b360a82331e10 Mon Sep 17 00:00:00 2001
From: "pre-commit-ci[bot]"
<66853113+pre-commit-ci[bot]@users.noreply.github.com>
Date: Wed, 29 Oct 2025 19:11:06 +0000
Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---
docs/pages/packaging.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/pages/packaging.md b/docs/pages/packaging.md
index 890fbb74..a080e8b5 100644
--- a/docs/pages/packaging.md
+++ b/docs/pages/packaging.md
@@ -45,7 +45,7 @@ a higher-level package which is effectively the same, but much easier to reuse.
| Name | Short description | 🚦 |
| -------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------- |
-| [pyproject.toml](https://packaging.python.org/en/latest/guides/writing-pyproject-toml/) | Contains build system requirements and information, which are used by pip to build the package. It is becoming the accepted standard and we strongly recommend it. | Best |
+| [pyproject.toml](https://packaging.python.org/en/latest/guides/writing-pyproject-toml/) | Contains build system requirements and information, which are used by pip to build the package. It is becoming the accepted standard and we strongly recommend it. | Best |
| [setup.py](https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/) | Strongly coupled with setuptools and therefore not recommended. | Good |
| [setup.cfg](https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/) | An ini file that contains defaults for setup.py commands. | Good |