Skip to content

Commit f689415

Browse files
committed
fix: issues link
1 parent 49165b0 commit f689415

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,15 @@ dependencies = []
2525

2626
[project.optional-dependencies]
2727
arrow = ["arro3-core>=0.4.5"]
28-
docs = [
29-
"jinja2>=3.1.4",
30-
]
28+
docs = ["jinja2>=3.1.4"]
3129

3230
[project.scripts]
3331
stacrs = "stacrs:main"
3432

3533
[project.urls]
3634
Repository = "https://github.com/stac-utils/stacrs"
3735
Documentation = "https://stac-utils.github.io/stacrs"
38-
Issues = "https://github.com/stac-utils/issues"
36+
Issues = "https://github.com/stac-utils/stacrs/issues"
3937

4038
[tool.mypy]
4139
files = "**/*.py"

0 commit comments

Comments
 (0)