Skip to content

Commit 3b7321d

Browse files
docs: fix link to page (#596)
* docs: fix link to page Signed-off-by: Henry Schreiner <[email protected]> * style: pre-commit fixes --------- Signed-off-by: Henry Schreiner <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7c1b8b8 commit 3b7321d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/pages/guides/packaging_classic.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ outlined as well.
1717

1818
There are several popular packaging systems. This guide covers the old
1919
configuration style for [Setuptools][]. Unless you really need it, you should be
20-
using the modern style described in
21-
[Simple Packaging](/guides/packaging-simple/). The modern style is guided by
22-
Python Enhancement Proposals (PEPs), and is more stable than the
20+
using the modern style described in [Simple
21+
Packaging]({% link pages/guides/packaging_simple.md %}). The modern style is
22+
guided by Python Enhancement Proposals (PEPs), and is more stable than the
2323
setuptools-specific mechanisms that evolve over the years. This page is kept to
2424
help users with legacy code (and hopefully upgrade it).
2525

0 commit comments

Comments
 (0)