Skip to content

Commit 09dabc8

Browse files
committed
chore: fixed link
1 parent 6dc0c15 commit 09dabc8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ The buildpack is published for consumption at
1818
## Behavior
1919
This buildpack participates if one of the following detection succeeds:
2020

21-
- [conda](conda/README.md) -> `environment.yml`
22-
- [pip](pip/README.md) -> `requirements.txt`
23-
- [pipenv](pipenv/README.md) -> `Pipfile`
24-
- [poetry](poetry/README.md) -> `pyproject.toml`
21+
- [conda](pkg/conda/README.md) -> `environment.yml`
22+
- [pip](pkg/pip/README.md) -> `requirements.txt`
23+
- [pipenv](pkg/pipenv/README.md) -> `Pipfile`
24+
- [poetry](pkg/poetry/README.md) -> `pyproject.toml`
2525

2626
is present in the root folder.
2727

0 commit comments

Comments
 (0)