Skip to content

Commit e5f8eaf

Browse files
committed
fix links
1 parent bd61f96 commit e5f8eaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/blog/2025-02-15-announcing-poetry-2-1-0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ This parameter ensures compatibility with advanced use cases and third-party bui
6565
{{% note %}}
6666
You can pass configuration settings when building a dependency from source.
6767
Since such configuration settings are often platform-dependent this is done via a
68-
[config setting](docs/configuration/#installerbuild-config-settingspackage-name).
68+
[config setting](/docs/configuration/#installerbuild-config-settingspackage-name).
6969
{{% /note %}}
7070

7171
#### Default behavior when no build system is defined
@@ -81,7 +81,7 @@ if no `[build-system]` section is defined.
8181

8282
### Experimental commands to manage Python installations
8383

84-
Poetry now includes experimental [commands](docs/cli/#python) to manage Python installations.
84+
Poetry now includes experimental [commands](/docs/cli/#python) to manage Python installations.
8585
You can install, list and remove Python versions, which you can use afterward to create project environments.
8686
For example, if you want to use Python 3.13 for your project, but you do not have it installed yet, you can run:
8787

0 commit comments

Comments
 (0)