Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions contrib/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ visualization = ["apache-hamilton[visualization]"]
contribute = ["click>8.0.0", "gitpython"]

[project.urls]
homepage = "https://www.tryhamilton.dev/"
homepage = "https://hamilton.apache.org/"
documentation = "https://hamilton.apache.org/"
issues = "https://github.com/apache/hamilton/issues"
source = "https://github.com/apache/hamilton/contrib"
source = "https://github.com/apache/hamilton/tree/main/contrib"

[project.scripts]
init-dataflow = "hamilton.contribute:initialize"
Expand Down
2 changes: 1 addition & 1 deletion dev_tools/language_server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies = [
]

[project.urls]
homepage = "https://www.tryhamilton.dev/"
homepage = "https://hamilton.apache.org/"
documentation = "https://hamilton.apache.org/"
issues = "https://github.com/apache/hamilton/issues"
source = "https://github.com/apache/hamilton/tree/main/dev_tools/language_server"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ hamilton-disable-autoload-extensions = "hamilton.registry:config_disable_autoloa
hamilton-enable-autoload-extensions = "hamilton.registry:config_enable_autoload"

[project.urls]
homepage = "https://www.tryhamilton.dev/"
homepage = "https://hamilton.apache.org/"
documentation = "https://hamilton.apache.org/en/latest/"
changelog = "https://github.com/apache/hamilton/releases"
issues = "https://github.com/apache/hamilton/issues"
Expand Down
4 changes: 2 additions & 2 deletions ui/backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ dependencies = [
]

[project.urls]
homepage = "https://www.tryhamilton.dev/"
homepage = "https://hamilton.apache.org/"
documentation = "https://hamilton.apache.org/"
issues = "https://github.com/apache/hamilton/issues"
source = "https://github.com/apache/hamilton/ui/backend"
source = "https://github.com/apache/hamilton/tree/main/ui/backend"

[tool.flit.module]
name = "hamilton_ui"
Expand Down
4 changes: 2 additions & 2 deletions ui/sdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ dependencies = [
]

[project.urls]
homepage = "https://www.tryhamilton.dev/"
homepage = "https://hamilton.apache.org/"
documentation = "https://hamilton.apache.org/"
issues = "https://github.com/apache/hamilton/issues"
source = "https://github.com/apache/hamilton"
source = "https://github.com/apache/hamilton/tree/main/ui/sdk"

[project.scripts]
hamilton-sdk = "hamilton_sdk.cli.cli:cli"
Expand Down
Loading