fix project urls (#80)
diff --git a/pyproject.toml b/pyproject.toml
index 0dd0ce2..65f2223 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -47,9 +47,9 @@
]
[project.urls]
-homepage = "arrow.apache.org/datafusion"
-documentation = "arrow.apache.org/datafusion"
-repository = "github.com/apache/arrow-datafusion-python"
+homepage = "https://arrow.apache.org/datafusion"
+documentation = "https://arrow.apache.org/datafusion"
+repository = "https://github.com/apache/arrow-datafusion-python"
[tool.isort]
profile = "black"