Skip to content

Commit

Permalink
docs: fix broken link to config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-n committed Sep 24, 2024
1 parent 72892b1 commit 3c9fd8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poethepoet/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class PoeThePoet:
:type cwd: Path, optional
:param config:
Either a dictionary with the same schema as a pyproject.toml file, or a
`PoeConfig <https://github.com/nat-n/poethepoet/blob/main/poethepoet/config.py>`_
`PoeConfig <https://github.com/nat-n/poethepoet/blob/main/poethepoet/config/config.py>`_
object to use as an alternative to loading config from a file.
:type config: dict | PoeConfig, optional
:param output:
Expand Down

0 comments on commit 3c9fd8b

Please sign in to comment.