Skip to content

Commit

Permalink
Merge pull request #38 from tuday2/url-fix
Browse files Browse the repository at this point in the history
Url changes to fix 404 errors
  • Loading branch information
basbruss authored Jan 31, 2024
2 parents ef9d620 + 73257ef commit 7eee639
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion custom_components/adaptive_cover/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Adaptive Cover",
"codeowners": ["@basbruss"],
"config_flow": true,
"documentation": "https://github.com/basbruss/adaptive_cover",
"documentation": "https://github.com/basbruss/adaptive-cover",
"iot_class": "calculated",
"issue_tracker": "https://github.com/basbruss/adaptive-cover/issues",
"requirements": ["astral", "pandas"],
Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ classifiers = [
"Programming Language :: Python :: 3",
]
description = "Adaptive Cover"
documentation = "https://github.com/basbruss/adaptive_cover"
homepage = "https://github.com/basbruss/adaptive_cover"
documentation = "https://github.com/basbruss/adaptive-cover"
homepage = "https://github.com/basbruss/adaptive-cover"
license = "Passive Aggressive License"
maintainers = ["Bas Brussee"]
name = "adaptive_cover"
packages = []
readme = "README.md"
repository = "https://github.com/basbruss/adaptive_cover"
repository = "https://github.com/basbruss/adaptive-cover"
version = "0.0.0"

[tool.poetry.dependencies]
Expand All @@ -31,8 +31,8 @@ pylint = "3.0.3"
ruff = "0.1.14"

[tool.poetry.urls]
"Bug Tracker" = "https://github.com/basbruss/adaptive_cover/issues"
Changelog = "https://github.com/basbruss/adaptive_cover/releases"
"Bug Tracker" = "https://github.com/basbruss/adaptive-cover/issues"
Changelog = "https://github.com/basbruss/adaptive-cover/releases"

[build-system]
build-backend = "poetry.core.masonry.api"
Expand Down

0 comments on commit 7eee639

Please sign in to comment.