Skip to content

Commit

Permalink
fix(docs): broken link in dependency-specification (#6842)
Browse files Browse the repository at this point in the history
Co-authored-by: Bartosz Sokorski <b.sokorski@gmail.com>
  • Loading branch information
neersighted and Secrus committed Oct 24, 2022
1 parent 41abc1a commit 5c578a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/dependency-specification.md
Expand Up @@ -247,7 +247,7 @@ for extras in your project refer to [`extras`]({{< relref "pyproject#extras" >}}

## `source` dependencies

To depend on a package from an [alternate repository]({{< relref "repositories/#install-dependencies-from-a-private-repository" >}}),
To depend on a package from an [alternate repository]({{< relref "repositories#installing-from-private-package-sources" >}}),
you can use the `source` property:

```toml
Expand All @@ -267,7 +267,7 @@ poetry add my-cool-package --source foo
```

{{% note %}}
In this example, we expect `foo` to be configured correctly. See [using a private repository](repositories.md#using-a-private-repository)
In this example, we expect `foo` to be configured correctly. See [using a private repository]({{< relref "repositories#installing-from-private-package-sources" >}})
for further information.
{{% /note %}}

Expand Down

0 comments on commit 5c578a2

Please sign in to comment.