diff --git a/docs/pages/packaging.md b/docs/pages/packaging.md
index 45f2df32..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://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 |